Skip to content

Commit

Permalink
allowing newer google provider version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
new23d authored Mar 2, 2023
1 parent 0b00b5c commit ab75a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discriminat.tf
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "> 3, < 4"
version = "> 3, < 5"
}
google-beta = {
source = "hashicorp/google"
version = "> 3, < 4"
source = "hashicorp/google-beta"
version = "> 3, < 5"
}
}
}
Expand Down

0 comments on commit ab75a66

Please sign in to comment.