Skip to content

Commit

Permalink
chore(deps): update terraform hashicorp/terraform to < 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 1, 2024
1 parent a114749 commit f2fc255
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion anthos-bm-apigee/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= v0.15.5, < 1.10" # this line should not change during a release
required_version = "< 1.11" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand Down
2 changes: 1 addition & 1 deletion anthos-bm-gcp-terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= v0.15.4, < 1.10" # this line should not change during a release
required_version = "< 1.11" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= v0.15.5, < 1.10" # this line should not change during a release
required_version = "< 1.11" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= v0.15.5, < 1.10" # this line should not change during a release
required_version = "< 1.11" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = ">= v0.15.5, < 1.10" # this line should not change during a release
required_version = "< 1.11" # this line should not change during a release
required_providers {
google = {
source = "hashicorp/google"
Expand Down
2 changes: 1 addition & 1 deletion test/setup/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

terraform {
required_version = "< 1.10"
required_version = "< 1.11"
required_providers {
google = {
source = "hashicorp/google"
Expand Down

0 comments on commit f2fc255

Please sign in to comment.