* IAM modules refactor proposal * policy * subheading * Update 20230816-iam-refactor.md * log Julio's +1 * data-catalog-policy-tag * dataproc * dataproc * folder * folder * folder * folder * project * better filtering in test examples * project * folder * folder * organization * fix variable descriptions * kms * net-vpc * dataplex-datascan * modules/iam-service-account * modules/source-repository/ * blueprints/cloud-operations/vm-migration/ * blueprints/third-party-solutions/wordpress * dataplex-datascan * blueprints/cloud-operations/workload-identity-federation * blueprints/data-solutions/cloudsql-multiregion/ * blueprints/data-solutions/composer-2 * Update 20230816-iam-refactor.md * Update 20230816-iam-refactor.md * capture discussion in architectural doc * update variable names and refactor proposal * project * blueprints first round * folder * organization * data-catalog-policy-tag * re-enable folder inventory * project module style fix * dataproc * source-repository * source-repository tests * dataplex-datascan * dataplex-datascan tests * net-vpc * net-vpc test examples * iam-service-account * iam-service-account test examples * kms * boilerplate * tfdoc * fix module tests * more blueprint fixes * fix typo in data blueprints * incomplete refactor of data platform foundations * tfdoc * data platform foundation * refactor data platform foundation iam locals * remove redundant example test * shielded folder fix * fix typo * project factory * project factory outputs * tfdoc * test workflow: less verbose tests, fix tf version * re-enable -vv, shorter traceback, fix action version * ignore github extension warning, re-enable action version * fast bootstrap IAM, untested * bootstrap stage IAM fixes * stage 0 tests * fast stage 1 * tenant stage 1 * minor changes to fast stage 0 and 1 * fast security stage * fast mt stage 0 * fast mt stage 0 * fast pf
136 lines
4.2 KiB
YAML
136 lines
4.2 KiB
YAML
# Copyright 2023 Google LLC
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
values:
|
|
module.vpc.google_compute_network.network[0]:
|
|
auto_create_subnetworks: false
|
|
delete_default_routes_on_create: false
|
|
description: Terraform-managed.
|
|
enable_ula_internal_ipv6: null
|
|
name: my-network
|
|
network_firewall_policy_enforcement_order: AFTER_CLASSIC_FIREWALL
|
|
project: my-project
|
|
routing_mode: GLOBAL
|
|
timeouts: null
|
|
module.vpc.google_compute_route.gateway["private-googleapis"]:
|
|
description: Terraform-managed.
|
|
dest_range: 199.36.153.8/30
|
|
name: my-network-private-googleapis
|
|
next_hop_gateway: default-internet-gateway
|
|
next_hop_ilb: null
|
|
next_hop_instance: null
|
|
next_hop_vpn_tunnel: null
|
|
priority: 1000
|
|
project: my-project
|
|
tags: null
|
|
timeouts: null
|
|
module.vpc.google_compute_route.gateway["restricted-googleapis"]:
|
|
description: Terraform-managed.
|
|
dest_range: 199.36.153.4/30
|
|
name: my-network-restricted-googleapis
|
|
next_hop_gateway: default-internet-gateway
|
|
next_hop_ilb: null
|
|
next_hop_instance: null
|
|
next_hop_vpn_tunnel: null
|
|
priority: 1000
|
|
project: my-project
|
|
tags: null
|
|
timeouts: null
|
|
module.vpc.google_compute_subnetwork.proxy_only["europe-west4/subnet-proxy"]:
|
|
description: Terraform-managed proxy-only subnet for Regional HTTPS or Internal
|
|
HTTPS LB.
|
|
ip_cidr_range: 10.1.0.0/24
|
|
ipv6_access_type: null
|
|
log_config: []
|
|
name: subnet-proxy
|
|
project: my-project
|
|
purpose: REGIONAL_MANAGED_PROXY
|
|
region: europe-west4
|
|
role: ACTIVE
|
|
timeouts: null
|
|
module.vpc.google_compute_subnetwork.psc["europe-west4/subnet-psc"]:
|
|
description: Terraform-managed subnet for Private Service Connect (PSC NAT).
|
|
ip_cidr_range: 10.2.0.0/24
|
|
ipv6_access_type: null
|
|
log_config: []
|
|
name: subnet-psc
|
|
project: my-project
|
|
purpose: PRIVATE_SERVICE_CONNECT
|
|
region: europe-west4
|
|
role: null
|
|
timeouts: null
|
|
module.vpc.google_compute_subnetwork.subnetwork["europe-west1/subnet-detailed"]:
|
|
description: Sample description
|
|
ip_cidr_range: 10.0.0.0/24
|
|
ipv6_access_type: null
|
|
log_config:
|
|
- aggregation_interval: INTERVAL_5_SEC
|
|
filter_expr: 'true'
|
|
flow_sampling: 0.5
|
|
metadata: INCLUDE_ALL_METADATA
|
|
metadata_fields: null
|
|
name: subnet-detailed
|
|
private_ip_google_access: false
|
|
project: my-project
|
|
region: europe-west1
|
|
role: null
|
|
secondary_ip_range:
|
|
- ip_cidr_range: 192.168.0.0/24
|
|
range_name: secondary-range-a
|
|
timeouts: null
|
|
module.vpc.google_compute_subnetwork.subnetwork["europe-west4/simple"]:
|
|
description: Terraform-managed.
|
|
ip_cidr_range: 10.0.1.0/24
|
|
ipv6_access_type: null
|
|
log_config: []
|
|
name: simple
|
|
private_ip_google_access: true
|
|
project: my-project
|
|
region: europe-west4
|
|
role: null
|
|
secondary_ip_range: []
|
|
timeouts: null
|
|
module.vpc.google_compute_subnetwork.subnetwork["europe-west8/simple"]:
|
|
description: Terraform-managed.
|
|
ip_cidr_range: 10.0.2.0/24
|
|
ipv6_access_type: null
|
|
log_config: []
|
|
name: simple
|
|
private_ip_google_access: true
|
|
project: my-project
|
|
region: europe-west8
|
|
role: null
|
|
secondary_ip_range: []
|
|
timeouts: null
|
|
module.vpc.google_compute_subnetwork_iam_binding.authoritative["europe-west1/subnet-detailed.roles/compute.networkUser"]:
|
|
condition: []
|
|
members:
|
|
- group:lorem@example.com
|
|
- serviceAccount:fbz@prj.iam.gserviceaccount.com
|
|
- user:foobar@example.com
|
|
project: my-project
|
|
region: europe-west1
|
|
role: roles/compute.networkUser
|
|
subnetwork: subnet-detailed
|
|
|
|
counts:
|
|
google_compute_network: 1
|
|
google_compute_route: 2
|
|
google_compute_subnetwork: 5
|
|
google_compute_subnetwork_iam_binding: 1
|
|
modules: 1
|
|
resources: 9
|
|
|
|
outputs: {}
|