Skip to content

Commit

Permalink
fix: require google-beta also in the root module, not just in vpc mod…
Browse files Browse the repository at this point in the history
…ule (#327)
  • Loading branch information
cmeury committed Oct 21, 2021
1 parent a2c95b4 commit e28f1e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions versions.tf
Expand Up @@ -21,6 +21,10 @@ terraform {
source = "hashicorp/google"
version = "<4.0,>= 2.12"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 3.45"
}
}

provider_meta "google" {
Expand Down

0 comments on commit e28f1e5

Please sign in to comment.