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 a296fa7 commit 4f06f6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions firewall-rule/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"
}
}
}
6 changes: 2 additions & 4 deletions network/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"
}
}
}
6 changes: 2 additions & 4 deletions subnetwork/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 4f06f6f

Please sign in to comment.