Merge remote-tracking branch 'origin/master' into fast-dev

This commit is contained in:
Ludovico Magnocavallo
2025-12-22 06:36:05 +00:00
303 changed files with 582 additions and 596 deletions

View File

@@ -82,6 +82,7 @@ variable "subnet" {
region = "subnet_region"
cidr = "subnet_cidr"
self_link = "subnet_self_link"
id = "projects/my-project/regions/subnet_region/subnetworks/subnet_name"
}
}
@@ -143,7 +144,7 @@ variable "subnet2" {
variable "vpc" {
default = {
name = "vpc-name"
self_link = "projects/xxx/global/networks/aaa"
self_link = "https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa"
id = "projects/xxx/global/networks/aaa"
}
}

View File

@@ -35,6 +35,7 @@ subnet = {
region = "${subnet.region}"
cidr = "${subnet.ip_cidr_range}"
self_link = "${subnet.self_link}"
id = "${subnet.id}"
}
subnets = {
primary = {
@@ -42,12 +43,14 @@ subnets = {
region = "${subnet.region}"
cidr = "${subnet.ip_cidr_range}"
self_link = "${subnet.self_link}"
id = "${subnet.id}"
}
secondary = {
name = "${subnet_secondary.name}"
region = "${subnet_secondary.region}"
cidr = "${subnet_secondary.ip_cidr_range}"
self_link = "${subnet_secondary.self_link}"
id = "${subnet_secondary.id}"
}
}

View File

@@ -283,18 +283,8 @@ resource "local_file" "terraform_tfvars" {
email = google_service_account.service_account.email
iam_email = "serviceAccount:${google_service_account.service_account.email}"
}
subnet = {
name = google_compute_subnetwork.primary.name
region = google_compute_subnetwork.primary.region
ip_cidr_range = google_compute_subnetwork.primary.ip_cidr_range
self_link = google_compute_subnetwork.primary.self_link
}
subnet_secondary = {
name = google_compute_subnetwork.secondary.name
region = google_compute_subnetwork.secondary.region
ip_cidr_range = google_compute_subnetwork.secondary.ip_cidr_range
self_link = google_compute_subnetwork.secondary.self_link
}
subnet = google_compute_subnetwork.primary
subnet_secondary = google_compute_subnetwork.secondary
subnet_psc_1 = {
name = google_compute_subnetwork.primary_psc.name
region = google_compute_subnetwork.primary_psc.region

View File

@@ -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" {

View File

@@ -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" {

View File

@@ -24,9 +24,7 @@ values:
deletion_policy: DEFAULT
display_name: primary
etag: null
initial_user:
- password: changeit
user: postgres
initial_user: []
labels: null
location: europe-west8
maintenance_update_policy: []

View File

@@ -29,9 +29,7 @@ values:
goog-terraform-provisioned: 'true'
encryption_config: []
etag: null
initial_user:
- password: changeit
user: postgres
initial_user: []
labels: null
location: europe-west8
maintenance_update_policy: []

View File

@@ -26,9 +26,7 @@ values:
display_name: db
encryption_config: []
etag: null
initial_user:
- password: changeit
user: postgres
initial_user: []
labels: null
location: europe-west8
maintenance_update_policy: []

View File

@@ -26,9 +26,7 @@ values:
display_name: primary
encryption_config: []
etag: null
initial_user:
- password: changeit
user: postgres
initial_user: []
labels: null
location: europe-west8
maintenance_update_policy: []

View File

@@ -27,9 +27,7 @@ values:
display_name: db
encryption_config: []
etag: null
initial_user:
- password: changeit
user: postgres
initial_user: []
labels: null
location: europe-west8
maintenance_update_policy: []

View File

@@ -26,9 +26,7 @@ values:
display_name: db
encryption_config: []
etag: null
initial_user:
- password: changeit
user: postgres
initial_user: []
labels: null
location: europe-west8
maintenance_update_policy: []

View File

@@ -26,9 +26,7 @@ values:
display_name: db
encryption_config: []
etag: null
initial_user:
- password: changeit
user: postgres
initial_user: []
labels: null
location: europe-west8
maintenance_update_policy: []

View File

@@ -22,7 +22,7 @@ values:
direct_vpc_egress: VPC_EGRESS_ALL_TRAFFIC
direct_vpc_network_interface:
- network: projects/xxx/global/networks/aaa
subnetwork: subnet_self_link
subnetwork: projects/my-project/regions/subnet_region/subnetworks/subnet_name
tags:
- tag1
- tag2

View File

@@ -32,7 +32,6 @@ values:
multi_region_settings: []
name: test-cf-kms
project: foo-test-0
scaling: []
template:
- annotations: null
containers: []

View File

@@ -32,7 +32,6 @@ values:
multi_region_settings: []
name: test-cf-kms
project: foo-test-0
scaling: []
template:
- annotations: null
containers: []

View File

@@ -32,7 +32,6 @@ values:
multi_region_settings: []
name: test-run-context
project: foo-test-0
scaling: []
template:
- annotations: null
containers: []

View File

@@ -32,7 +32,6 @@ values:
multi_region_settings: []
name: example-hello
project: test-cloudrun
scaling: []
template:
- annotations: null
containers:

View File

@@ -31,7 +31,6 @@ values:
location: europe-west8
name: service
project: project-id
scaling: []
template:
- annotations: null
containers:

View File

@@ -20,7 +20,6 @@ values:
location: europe-west8
name: example-hello
project: project-id
scaling: []
template:
- annotations: null
containers:

View File

@@ -32,7 +32,6 @@ values:
location: europe-west8
name: example-hello
project: project-id
scaling: []
template:
- annotations: null
containers:

View File

@@ -32,7 +32,6 @@ values:
multi_region_settings: []
name: example-hello
project: project-id
scaling: []
template:
- annotations: null
containers:

View File

@@ -28,7 +28,6 @@ values:
location: europe-west8
name: example-hello
project: project-id
scaling: []
template:
- annotations: null
containers:
@@ -56,7 +55,7 @@ values:
max_instances: 10
min_instances: 3
name: example-hello
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
region: europe-west8
subnet: []

View File

@@ -69,7 +69,6 @@ values:
location: europe-west8
name: hello-service
project: project-id
scaling: []
template:
- annotations: null
containers:

View File

@@ -31,7 +31,6 @@ values:
location: europe-west8
name: db-test
project: project-id
scaling: []
template:
- annotations: null
containers:
@@ -131,7 +130,7 @@ values:
custom_subject_alternative_names: null
enable_private_path_for_google_cloud_services: false
ipv4_enabled: false
private_network: projects/xxx/global/networks/aaa
private_network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
psc_config: []
server_ca_pool: null
maintenance_window: []

View File

@@ -32,7 +32,6 @@ values:
multi_region_settings: []
name: test-run-vpc
project: test-project
scaling: []
template:
- annotations: null
containers: []

View File

@@ -34,7 +34,7 @@ values:
- allocated_ip_range: null
authorized_networks: []
ipv4_enabled: false
private_network: projects/xxx/global/networks/aaa
private_network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
tier: db-g1-small
counts:

View File

@@ -28,7 +28,7 @@ values:
- allocated_ip_range: null
authorized_networks: []
ipv4_enabled: true
private_network: projects/xxx/global/networks/aaa
private_network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
tier: db-g1-small
counts:

View File

@@ -107,7 +107,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_ip: null
nic_type: null
queue_count: null

View File

@@ -21,7 +21,7 @@ values:
- ip_cidr_range: 100.71.1.123/32
subnetwork_range_name: services
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
subnetwork: subnet_self_link

View File

@@ -41,7 +41,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
subnetwork: subnet_self_link

View File

@@ -140,7 +140,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null

View File

@@ -138,7 +138,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null

View File

@@ -175,7 +175,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null

View File

@@ -63,7 +63,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_ip: null
nic_type: null
queue_count: null

View File

@@ -17,7 +17,7 @@ values:
module.instance-group.google_compute_instance_group.unmanaged[0]:
name: ilb-test
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-b

View File

@@ -28,7 +28,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: GVNIC
queue_count: null
subnetwork: subnet_self_link

View File

@@ -52,7 +52,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
subnetwork: subnet_self_link

View File

@@ -21,7 +21,7 @@ values:
public_ptr_domain_name: null
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
subnetwork: subnet_self_link
@@ -33,7 +33,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_ip: 10.0.0.2
nic_type: null
queue_count: null

View File

@@ -41,7 +41,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
subnetwork: subnet_self_link

View File

@@ -41,7 +41,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
subnetwork: subnet_self_link

View File

@@ -41,7 +41,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
subnetwork: subnet_self_link

View File

@@ -41,7 +41,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
subnetwork: subnet_self_link

View File

@@ -42,7 +42,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null

View File

@@ -42,7 +42,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null

View File

@@ -45,7 +45,7 @@ values:
network_interface:
- access_config: []
alias_ip_range: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_ip: null
nic_type: null
queue_count: null

View File

@@ -46,7 +46,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_ip: null
nic_type: null
queue_count: null

View File

@@ -25,10 +25,9 @@ values:
private_visibility_config:
- gke_clusters: []
networks:
- network_url: projects/xxx/global/networks/aaa
- network_url: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
visibility: private
counts:
google_dns_managed_zone: 1

View File

@@ -28,7 +28,7 @@ values:
private_visibility_config:
- gke_clusters: []
networks:
- network_url: projects/xxx/global/networks/aaa
- network_url: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
reverse_lookup: false
service_directory_config: []

View File

@@ -23,7 +23,7 @@ values:
private_visibility_config:
- gke_clusters: []
networks:
- network_url: projects/xxx/global/networks/aaa
- network_url: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
visibility: private
module.private-dns.google_dns_record_set.dns_record_set["A localhost"]:

View File

@@ -19,7 +19,7 @@ values:
name: test-example
private_visibility_config:
- networks:
- network_url: projects/xxx/global/networks/aaa
- network_url: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
reverse_lookup: false
service_directory_config: []

View File

@@ -26,7 +26,7 @@ values:
private_visibility_config:
- gke_clusters: []
networks:
- network_url: projects/xxx/global/networks/aaa
- network_url: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
reverse_lookup: false
service_directory_config: []

View File

@@ -16,7 +16,7 @@ values:
module.dns-policy.google_dns_response_policy.default[0]:
gke_clusters: []
networks:
- network_url: projects/xxx/global/networks/aaa
- network_url: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
response_policy_name: googleapis
module.dns-policy.google_dns_response_policy_rule.default["pubsub"]:

View File

@@ -98,7 +98,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_policy: []
networking_mode: VPC_NATIVE
node_pool_auto_config:

View File

@@ -97,7 +97,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_policy: []
networking_mode: VPC_NATIVE
node_pool_auto_config:

View File

@@ -92,7 +92,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_policy: []
networking_mode: VPC_NATIVE
pod_security_policy_config: []

View File

@@ -105,7 +105,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_performance_config: []
network_policy: []
node_config:

View File

@@ -104,7 +104,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_performance_config: []
network_policy: []
node_config:

View File

@@ -105,7 +105,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_performance_config: []
network_policy: []
node_config:

View File

@@ -92,7 +92,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_policy: []
networking_mode: VPC_NATIVE
pod_security_policy_config: []

View File

@@ -97,7 +97,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_performance_config: []
network_policy: []
node_config:

View File

@@ -100,7 +100,7 @@ values:
managed_prometheus:
- enabled: true
name: cluster-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_performance_config: []
network_policy: []
node_config:

View File

@@ -17,7 +17,7 @@ values:
address: 10.255.255.0
address_type: INTERNAL
name: vpn-gw-range-1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
prefix_length: 29
project: project-id
purpose: IPSEC_INTERCONNECT
@@ -26,7 +26,7 @@ values:
address: 10.255.255.8
address_type: INTERNAL
name: vpn-gw-range-2
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
prefix_length: 29
project: project-id
purpose: IPSEC_INTERCONNECT

View File

@@ -17,7 +17,7 @@ values:
address: 10.10.10.0
address_type: INTERNAL
name: cloudsql-mysql
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
prefix_length: 24
project: project-id
purpose: VPC_PEERING

View File

@@ -18,14 +18,14 @@ values:
address_type: INTERNAL
description: Terraform managed.
name: googleapis
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
purpose: PRIVATE_SERVICE_CONNECT
module.addresses.google_compute_global_forwarding_rule.psc_consumer["googleapis"]:
load_balancing_scheme: ''
metadata_filters: []
name: googleapis
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
port_range: null
project: project-id
source_ip_ranges: null

View File

@@ -17,7 +17,7 @@ values:
address: 10.0.0.32
address_type: INTERNAL
name: one
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
purpose: PRIVATE_SERVICE_CONNECT

View File

@@ -16,7 +16,7 @@
values:
module.nat.google_compute_router.router[0]:
name: default-nat
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
region: europe-west8
module.nat.google_compute_router_nat.nat:

View File

@@ -30,7 +30,7 @@ values:
region: europe-west8
module.nat.google_compute_router.router[0]:
name: nat-nat
network: "projects/xxx/global/networks/aaa"
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
region: europe-west8
module.nat.google_compute_router_nat.nat:

View File

@@ -201,7 +201,7 @@ values:
default_port: null
description: Terraform managed.
name: glb-test-0-neg-zone-c
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: GCE_VM_IP_PORT
project: project-id
subnetwork: subnet_self_link
@@ -211,7 +211,7 @@ values:
default_port: null
description: Terraform managed.
name: glb-test-0-neg-hello
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: NON_GCP_PRIVATE_IP_PORT
project: project-id
subnetwork: null
@@ -288,4 +288,3 @@ counts:
resources: 19
outputs: {}

View File

@@ -67,7 +67,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -109,7 +109,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: my-ig-b
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-b
@@ -153,7 +153,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -195,7 +195,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: my-ig-c
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-c

View File

@@ -88,7 +88,7 @@ values:
default_port: null
description: Terraform managed.
name: glb-test-0-neg-0
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: NON_GCP_PRIVATE_IP_PORT
project: project-id
subnetwork: null
@@ -124,4 +124,3 @@ counts:
resources: 7
outputs: {}

View File

@@ -80,7 +80,7 @@ values:
default_port: null
description: Terraform managed.
name: glb-test-0-myneg-b
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: NON_GCP_PRIVATE_IP_PORT
project: project-id
subnetwork: null
@@ -115,4 +115,3 @@ counts:
resources: 6
outputs: {}

View File

@@ -87,7 +87,7 @@ values:
default_port: null
description: Terraform managed.
name: glb-test-0-neg-0
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: GCE_VM_IP_PORT
project: project-id
subnetwork: subnet_self_link
@@ -125,4 +125,3 @@ counts:
resources: 11
outputs: {}

View File

@@ -18,7 +18,7 @@ values:
ip_protocol: TCP
load_balancing_scheme: INTERNAL_MANAGED
name: ilb-test
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
port_range: '80'
project: project-id
region: europe-west8
@@ -47,7 +47,7 @@ values:
module.ilb-l7.google_compute_region_network_endpoint_group.internet["neg-0"]:
description: Terraform managed.
name: ilb-test-neg-0
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: INTERNET_FQDN_PORT
project: project-id
region: europe-west8

View File

@@ -25,7 +25,7 @@ values:
ip_protocol: TCP
load_balancing_scheme: INTERNAL_MANAGED
name: ilb-test
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_tier: PREMIUM
port_range: '80'
project: project-id
@@ -62,7 +62,7 @@ values:
default_port: null
description: Terraform managed.
name: ilb-test-my-neg
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: GCE_VM_IP_PORT
project: project-id
subnetwork: subnet_self_link

View File

@@ -54,7 +54,7 @@ values:
load_balancing_scheme: INTERNAL_MANAGED
metadata_filters: []
name: ilb-test-europe-west1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
port_range: '80'
project: project-id
subnetwork: subnet_self_link
@@ -64,7 +64,7 @@ values:
load_balancing_scheme: INTERNAL_MANAGED
metadata_filters: []
name: ilb-test-europe-west4
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
port_range: '80'
project: project-id
subnetwork: subnet_self_link
@@ -106,7 +106,7 @@ values:
module.ilb-l7.google_compute_network_endpoint_group.default["my-neg-ew1"]:
description: Terraform managed.
name: ilb-test-my-neg-ew1
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: GCE_VM_IP_PORT
project: project-id
subnetwork: subnet_self_link
@@ -114,7 +114,7 @@ values:
module.ilb-l7.google_compute_network_endpoint_group.default["my-neg-ew4"]:
description: Terraform managed.
name: ilb-test-my-neg-ew4
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: GCE_VM_IP_PORT
project: project-id
subnetwork: subnet_self_link

View File

@@ -45,7 +45,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -83,7 +83,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: my-ig-b
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-b
@@ -119,7 +119,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -157,7 +157,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: my-ig-c
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-c

View File

@@ -69,7 +69,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -109,7 +109,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: nlb-test-b
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-b
@@ -169,7 +169,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -209,7 +209,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: nlb-test-c
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-c

View File

@@ -45,7 +45,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -83,7 +83,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: my-ig-b
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-b
@@ -119,7 +119,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -157,7 +157,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: my-ig-c
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-c

View File

@@ -45,7 +45,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -83,7 +83,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: my-ig-b
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-b
@@ -119,7 +119,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
nic_type: null
queue_count: null
security_policy: null
@@ -157,7 +157,7 @@ values:
description: Managed by the compute-vm Terraform module.
name: my-ig-c
named_port: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
timeouts: null
zone: europe-west8-c

View File

@@ -47,7 +47,7 @@ values:
- access_config: []
alias_ip_range: []
ipv6_access_config: []
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_ip: null
nic_type: null
queue_count: null

View File

@@ -19,7 +19,7 @@ values:
ip_protocol: TCP
load_balancing_scheme: INTERNAL_MANAGED
name: ilb-test
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
port_range: '80'
project: project-id
region: europe-west8
@@ -45,7 +45,7 @@ values:
region_network_endpoint_group: ilb-test-neg-0
module.ilb-l7.google_compute_region_network_endpoint_group.internet["neg-0"]:
name: ilb-test-neg-0
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: INTERNET_FQDN_PORT
project: project-id
region: europe-west8

View File

@@ -41,7 +41,7 @@ values:
labels: null
load_balancing_scheme: INTERNAL_MANAGED
name: int-tcp-proxy
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
no_automate_dns_zone: null
port_range: '80'
ports: null
@@ -64,7 +64,7 @@ values:
default_port: null
description: Terraform managed.
name: int-tcp-proxy-my-neg
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
network_endpoint_type: GCE_VM_IP_PORT
project: project-id
subnetwork: subnet_self_link

View File

@@ -35,7 +35,7 @@ values:
gateway_ip_version: IPV4
labels: null
name: mynet-to-onprem
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
region: europe-west8
stack_type: IPV4_ONLY
@@ -53,7 +53,7 @@ values:
encrypted_interconnect_router: null
md5_authentication_keys: []
name: vpn-mynet-to-onprem
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
project: project-id
region: europe-west8
timeouts: null

View File

@@ -35,7 +35,7 @@ values:
domain_config: []
labels: null
location: europe-west8
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
private_cluster_config:
- enable_private_endpoint: false
project: project-id

View File

@@ -36,7 +36,7 @@ values:
domain_config: []
labels: null
location: europe-west8
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
private_cluster_config:
- enable_private_endpoint: false
project: project-id

View File

@@ -35,7 +35,7 @@ values:
domain_config: []
labels: null
location: europe-west8
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
private_cluster_config:
- enable_private_endpoint: true
project: project-id

View File

@@ -35,7 +35,7 @@ values:
domain_config: []
labels: null
location: europe-west8
network: projects/xxx/global/networks/aaa
network: https://www.googleapis.com/compute/v1/projects/xxx/global/networks/aaa
private_cluster_config:
- enable_private_endpoint: false
project: project-id