Upgrade provider to version 7.0.1 (#3291)
* Upgrade provider to version 7.0.1 * Update READMEs * Bring back depends_on for services and jobs
This commit is contained in:
10
tests/examples_e2e/setup_module/versions.tf
generated
10
tests/examples_e2e/setup_module/versions.tf
generated
@@ -12,24 +12,24 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v42.1.0
|
||||
# Fabric release: v43.0.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.11.4"
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
version = ">= 7.0.1, < 8.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
version = ">= 7.0.1, < 8.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v42.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v43.0.0-tf"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v42.1.0-tf"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v43.0.0-tf"
|
||||
}
|
||||
}
|
||||
|
||||
10
tests/examples_e2e/setup_module/versions.tofu
generated
10
tests/examples_e2e/setup_module/versions.tofu
generated
@@ -12,24 +12,24 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v42.1.0
|
||||
# Fabric release: v43.0.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.9.0"
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
version = ">= 7.0.1, < 8.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 6.47.0, < 7.0.0" # tftest
|
||||
version = ">= 7.0.1, < 8.0.0" # tftest
|
||||
}
|
||||
}
|
||||
provider_meta "google" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v42.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v43.0.0-tofu"
|
||||
}
|
||||
provider_meta "google-beta" {
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v42.1.0-tofu"
|
||||
module_name = "google-pso-tool/cloud-foundation-fabric/tests/examples_e2e/setup_module:v43.0.0-tofu"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ values:
|
||||
containers:
|
||||
- args: null
|
||||
command: null
|
||||
depends_on: null
|
||||
env: []
|
||||
image: us-docker.pkg.dev/cloudrun/container/hello
|
||||
name: hello
|
||||
|
||||
@@ -55,4 +55,4 @@ counts:
|
||||
modules: 2
|
||||
resources: 4
|
||||
|
||||
outputs: {}
|
||||
outputs: {}
|
||||
|
||||
@@ -34,7 +34,6 @@ values:
|
||||
- containers:
|
||||
- args: null
|
||||
command: null
|
||||
depends_on: null
|
||||
env: []
|
||||
image: us-docker.pkg.dev/cloudrun/container/hello
|
||||
name: hello
|
||||
|
||||
@@ -22,7 +22,7 @@ values:
|
||||
- retention_duration_seconds: 7776000
|
||||
retention_policy:
|
||||
- is_locked: true
|
||||
retention_period: 100
|
||||
retention_period: "100"
|
||||
|
||||
counts:
|
||||
google_storage_bucket: 1
|
||||
|
||||
@@ -73,9 +73,11 @@ values:
|
||||
enable_shielded_nodes: false
|
||||
enable_tpu: false
|
||||
fleet: []
|
||||
in_transit_encryption_config: null
|
||||
initial_node_count: 1
|
||||
ip_allocation_policy:
|
||||
- additional_pod_ranges_config: []
|
||||
- additional_ip_ranges_config: []
|
||||
additional_pod_ranges_config: []
|
||||
cluster_secondary_range_name: pods
|
||||
services_secondary_range_name: services
|
||||
stack_type: IPV4
|
||||
@@ -104,6 +106,7 @@ values:
|
||||
- enabled: true
|
||||
name: cluster-1
|
||||
network: projects/xxx/global/networks/aaa
|
||||
network_performance_config: []
|
||||
network_policy: []
|
||||
node_config:
|
||||
- advanced_machine_features: []
|
||||
@@ -116,7 +119,6 @@ values:
|
||||
flex_start: null
|
||||
gvnic: []
|
||||
host_maintenance_policy: []
|
||||
linux_node_config: []
|
||||
local_nvme_ssd_block_config: []
|
||||
local_ssd_encryption_mode: null
|
||||
max_run_duration: null
|
||||
|
||||
@@ -73,9 +73,11 @@ values:
|
||||
enable_shielded_nodes: false
|
||||
enable_tpu: false
|
||||
fleet: []
|
||||
in_transit_encryption_config: null
|
||||
initial_node_count: 1
|
||||
ip_allocation_policy:
|
||||
- additional_pod_ranges_config: []
|
||||
- additional_ip_ranges_config: []
|
||||
additional_pod_ranges_config: []
|
||||
cluster_secondary_range_name: pods
|
||||
services_secondary_range_name: services
|
||||
stack_type: IPV4
|
||||
@@ -103,6 +105,7 @@ values:
|
||||
- enabled: true
|
||||
name: cluster-1
|
||||
network: projects/xxx/global/networks/aaa
|
||||
network_performance_config: []
|
||||
network_policy: []
|
||||
node_config:
|
||||
- advanced_machine_features: []
|
||||
@@ -115,7 +118,6 @@ values:
|
||||
flex_start: null
|
||||
gvnic: []
|
||||
host_maintenance_policy: []
|
||||
linux_node_config: []
|
||||
local_nvme_ssd_block_config: []
|
||||
local_ssd_encryption_mode: null
|
||||
max_run_duration: null
|
||||
|
||||
@@ -73,9 +73,11 @@ values:
|
||||
enable_shielded_nodes: false
|
||||
enable_tpu: false
|
||||
fleet: []
|
||||
in_transit_encryption_config: null
|
||||
initial_node_count: 1
|
||||
ip_allocation_policy:
|
||||
- additional_pod_ranges_config: []
|
||||
- additional_ip_ranges_config: []
|
||||
additional_pod_ranges_config: []
|
||||
cluster_secondary_range_name: pods
|
||||
services_secondary_range_name: services
|
||||
stack_type: IPV4
|
||||
@@ -104,6 +106,7 @@ values:
|
||||
- enabled: true
|
||||
name: cluster-1
|
||||
network: projects/xxx/global/networks/aaa
|
||||
network_performance_config: []
|
||||
network_policy: []
|
||||
node_config:
|
||||
- advanced_machine_features: []
|
||||
@@ -116,7 +119,6 @@ values:
|
||||
flex_start: null
|
||||
gvnic: []
|
||||
host_maintenance_policy: []
|
||||
linux_node_config: []
|
||||
local_nvme_ssd_block_config: []
|
||||
local_ssd_encryption_mode: null
|
||||
max_run_duration: null
|
||||
|
||||
@@ -73,9 +73,11 @@ values:
|
||||
enable_shielded_nodes: false
|
||||
enable_tpu: false
|
||||
fleet: []
|
||||
in_transit_encryption_config: null
|
||||
initial_node_count: 1
|
||||
ip_allocation_policy:
|
||||
- additional_pod_ranges_config: []
|
||||
- additional_ip_ranges_config: []
|
||||
additional_pod_ranges_config: []
|
||||
cluster_secondary_range_name: pods
|
||||
services_secondary_range_name: services
|
||||
stack_type: IPV4
|
||||
@@ -99,6 +101,7 @@ values:
|
||||
- enabled: true
|
||||
name: cluster-1
|
||||
network: projects/xxx/global/networks/aaa
|
||||
network_performance_config: []
|
||||
network_policy: []
|
||||
node_config:
|
||||
- advanced_machine_features: []
|
||||
@@ -111,7 +114,6 @@ values:
|
||||
flex_start: null
|
||||
gvnic: []
|
||||
host_maintenance_policy: []
|
||||
linux_node_config: []
|
||||
local_nvme_ssd_block_config: []
|
||||
local_ssd_encryption_mode: null
|
||||
max_run_duration: null
|
||||
|
||||
@@ -45,6 +45,11 @@ values:
|
||||
- enabled: false
|
||||
allow_net_admin: null
|
||||
binary_authorization: []
|
||||
cluster_autoscaling:
|
||||
- autoscaling_profile: BALANCED
|
||||
default_compute_class_enabled: null
|
||||
enabled: true
|
||||
resource_limits: []
|
||||
control_plane_endpoints_config:
|
||||
- dns_endpoint_config:
|
||||
- allow_external_traffic: true
|
||||
@@ -110,7 +115,6 @@ values:
|
||||
flex_start: null
|
||||
gvnic: []
|
||||
host_maintenance_policy: []
|
||||
linux_node_config: []
|
||||
local_nvme_ssd_block_config: []
|
||||
local_ssd_encryption_mode: null
|
||||
max_run_duration: null
|
||||
@@ -209,7 +213,6 @@ values:
|
||||
timeouts: null
|
||||
module.hub.google_gke_hub_membership.default["cluster-1"]:
|
||||
authority: []
|
||||
description: null
|
||||
effective_labels:
|
||||
goog-terraform-provisioned: 'true'
|
||||
endpoint:
|
||||
@@ -344,6 +347,7 @@ values:
|
||||
next_hop_ilb: null
|
||||
next_hop_instance: null
|
||||
next_hop_vpn_tunnel: null
|
||||
params: []
|
||||
priority: 1000
|
||||
project: gkehub-test
|
||||
tags: null
|
||||
@@ -357,6 +361,7 @@ values:
|
||||
next_hop_ilb: null
|
||||
next_hop_instance: null
|
||||
next_hop_vpn_tunnel: null
|
||||
params: []
|
||||
priority: 1000
|
||||
project: gkehub-test
|
||||
tags: null
|
||||
@@ -370,6 +375,7 @@ values:
|
||||
next_hop_ilb: null
|
||||
next_hop_instance: null
|
||||
next_hop_vpn_tunnel: null
|
||||
params: []
|
||||
priority: 1000
|
||||
project: gkehub-test
|
||||
tags: null
|
||||
@@ -382,6 +388,7 @@ values:
|
||||
log_config: []
|
||||
name: cluster-1
|
||||
network: network
|
||||
params: []
|
||||
private_ip_google_access: true
|
||||
project: gkehub-test
|
||||
region: europe-west1
|
||||
|
||||
Reference in New Issue
Block a user