Skip to content

Commit 8f7a55b

Browse files
authored
fix(deps): update terraform hashicorp/terraform to < 1.12 (#789)
1 parent 5c7764d commit 8f7a55b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

anthos-bm-apigee/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= v0.15.5, < 1.11" # this line should not change during a release
18+
required_version = ">= v0.15.5, < 1.12" # this line should not change during a release
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"

anthos-bm-gcp-terraform/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= v0.15.4, < 1.11" # this line should not change during a release
18+
required_version = ">= v0.15.4, < 1.12" # this line should not change during a release
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"

anthos-onprem-terraform/abm_user_cluster_manuallb/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= v0.15.5, < 1.11" # this line should not change during a release
18+
required_version = ">= v0.15.5, < 1.12" # this line should not change during a release
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"

anthos-onprem-terraform/abm_user_cluster_metallb/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= v0.15.5, < 1.11" # this line should not change during a release
18+
required_version = ">= v0.15.5, < 1.12" # this line should not change during a release
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"

anthos-onprem-terraform/avmw_user_cluster_metallb/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">= v0.15.5, < 1.11" # this line should not change during a release
18+
required_version = ">= v0.15.5, < 1.12" # this line should not change during a release
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"

test/integration/anthos_attached_clusters_kind/anthos_attached_clusters_kind_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"github.com/stretchr/testify/assert"
2626
)
2727

28-
const deploymentName = "istiod-asm-1227-4"
28+
const deploymentName = "istiod-asm-1228-5"
2929

3030
func TestAACKind(t *testing.T) {
3131
kind := tft.NewTFBlueprintTest(t)

test/setup/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = "< 1.11"
18+
required_version = "< 1.12"
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"

0 commit comments

Comments
 (0)