Skip to content

Commit

Permalink
Update versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 5, 2023
1 parent ac95545 commit 0670792
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ terraform {
required_version = ">=0.13.0"
required_providers {
google = {
source = "hashicorp/google"
source = "hashicorp/google"
version = ">= 4.28, < 6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.28, < 6"
}
}
provider_meta "google" {
Expand Down

0 comments on commit 0670792

Please sign in to comment.