Skip to content

Commit

Permalink
chore: upgraded versions.tf to include minor bumps from tpg v5
Browse files Browse the repository at this point in the history
  • Loading branch information
g-awmalik committed Oct 6, 2023
1 parent 228b3f8 commit 0712bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 6"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 6"
}
}

Expand Down

0 comments on commit 0712bba

Please sign in to comment.