Upgrade Terraform provider to 7.13 (#3600)
This commit is contained in:
4
tests/examples_e2e/setup_module/versions.tf
generated
4
tests/examples_e2e/setup_module/versions.tf
generated
@@ -19,11 +19,11 @@ terraform {
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 7.12.0, < 8.0.0" # tftest
|
||||
version = ">= 7.13.0, < 8.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 7.12.0, < 8.0.0" # tftest
|
||||
version = ">= 7.13.0, < 8.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
|
||||
4
tests/examples_e2e/setup_module/versions.tofu
generated
4
tests/examples_e2e/setup_module/versions.tofu
generated
@@ -19,11 +19,11 @@ terraform {
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 7.12.0, < 8.0.0" # tftest
|
||||
version = ">= 7.13.0, < 8.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 7.12.0, < 8.0.0" # tftest
|
||||
version = ">= 7.13.0, < 8.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
|
||||
@@ -32,7 +32,6 @@ values:
|
||||
multi_region_settings: []
|
||||
name: test-cf-kms
|
||||
project: foo-test-0
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers: []
|
||||
|
||||
@@ -32,7 +32,6 @@ values:
|
||||
multi_region_settings: []
|
||||
name: test-cf-kms
|
||||
project: foo-test-0
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers: []
|
||||
|
||||
@@ -32,7 +32,6 @@ values:
|
||||
multi_region_settings: []
|
||||
name: test-run-context
|
||||
project: foo-test-0
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers: []
|
||||
|
||||
@@ -32,7 +32,6 @@ values:
|
||||
multi_region_settings: []
|
||||
name: example-hello
|
||||
project: test-cloudrun
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers:
|
||||
|
||||
@@ -31,7 +31,6 @@ values:
|
||||
location: europe-west8
|
||||
name: service
|
||||
project: project-id
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers:
|
||||
|
||||
@@ -20,7 +20,6 @@ values:
|
||||
location: europe-west8
|
||||
name: example-hello
|
||||
project: project-id
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers:
|
||||
|
||||
@@ -32,7 +32,6 @@ values:
|
||||
location: europe-west8
|
||||
name: example-hello
|
||||
project: project-id
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers:
|
||||
|
||||
@@ -32,7 +32,6 @@ values:
|
||||
multi_region_settings: []
|
||||
name: example-hello
|
||||
project: project-id
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers:
|
||||
|
||||
@@ -28,7 +28,6 @@ values:
|
||||
location: europe-west8
|
||||
name: example-hello
|
||||
project: project-id
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers:
|
||||
|
||||
@@ -69,7 +69,6 @@ values:
|
||||
location: europe-west8
|
||||
name: hello-service
|
||||
project: project-id
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers:
|
||||
|
||||
@@ -31,7 +31,6 @@ values:
|
||||
location: europe-west8
|
||||
name: db-test
|
||||
project: project-id
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers:
|
||||
|
||||
@@ -32,7 +32,6 @@ values:
|
||||
multi_region_settings: []
|
||||
name: test-run-vpc
|
||||
project: test-project
|
||||
scaling: []
|
||||
template:
|
||||
- annotations: null
|
||||
containers: []
|
||||
|
||||
Reference in New Issue
Block a user