Skip to content

Commit

Permalink
Update Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-toncu committed Aug 8, 2024
1 parent 4934841 commit dc67ca7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
terraform {
required_version = "~> v1.6.0"

required_providers {
google = {
source = "hashicorp/google"
version = "~> 5.4.0"
version = "~> 5.40.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "~> 5.4.0"
version = "~> 5.40.0"
}
}
}

0 comments on commit dc67ca7

Please sign in to comment.