* untested * pllan testing * fix stage 2s * move providers to their own file * single-environment stage 3 * fixes and moved blocks * stage3 factory * doc * review comments * review comments * tfdoc * fasts tage 1 tests * netsec as stage 2 * fix backported roles * fix backported roles * tfdoc * fixes * fix tag value roles in stage 1 * remove checklist, fix stage 1 tests * inventory * Small bugfix * refactor context tag values * fix previous merge * fix previous merge * fix previous merge * support short names for top level automation resources, change top level context variable * fix new top level context * roll back merge changes to stage 0 outputs * roll back more merge changes * linting errors * tfdoc * fix tests, roll back merge in tenants stage * tfdoc * fix inventory * optional stage 2 env folders and tag bindings * tflint * damn tflint * damn tflint * tfdoc * fix networking tests * tflint * fix test inventories * tfdoc * use coalesce for project parents * fix billing role conditions * fix billing role conditions * security stage tested (ngw resources need fixing/porting) * boilerplate * fix inventory * stage envs and stage linking script * initial work on resman docs, update diagram, improve teams folder * resman README * fix stage 2 IAM delegation * remove checklist from bootstrap * stage 1 tests * stage 0 1 and 2 tests * tflint * tflint * tfdoc * GCVE stage refactor (untested) * GCVE stage refactor (untested) * GCVE stage 3 * gcve tests * tflint * tfdoc * fix links * module tests * stages README * move network security to stage 2 * network security tests * replace stage links in README files * minimal netsec stage refactor * use factory for iac org policies, add configurable drs org policy for iac * test mt stage * tfdoc * fix cicd workflows * fix cicd workflows * gke-dev stage * tflint * remove data platform stage * exclude provider files via tfdoc opts * remove data platform tests and links * fix merge * fix resman inventory * boilerplate * inventory --------- Co-authored-by: Simone Ruffilli <sruffilli@google.com>
74 lines
2.4 KiB
YAML
74 lines
2.4 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.gcve-pc.google_vmwareengine_cluster.default["test-cluster-one"]:
|
|
name: gcve-pc-test-cluster-one
|
|
node_type_configs:
|
|
- custom_core_count: 28
|
|
node_count: 6
|
|
node_type_id: standard-72
|
|
timeouts: null
|
|
module.gcve-pc.google_vmwareengine_cluster.default["test-cluster-two"]:
|
|
name: gcve-pc-test-cluster-two
|
|
node_type_configs:
|
|
- custom_core_count: 28
|
|
node_count: 4
|
|
node_type_id: standard-72
|
|
timeouts: null
|
|
module.gcve-pc.google_vmwareengine_network.default[0]:
|
|
description: Terraform-managed.
|
|
location: global
|
|
name: gcve-pc-default
|
|
project: gcve-test-project
|
|
timeouts: null
|
|
type: STANDARD
|
|
module.gcve-pc.google_vmwareengine_network_peering.default["transit-conn1"]:
|
|
description: Managed by Terraform.
|
|
export_custom_routes: false
|
|
export_custom_routes_with_public_ip: false
|
|
import_custom_routes: false
|
|
import_custom_routes_with_public_ip: false
|
|
name: gcve-pc-transit-conn1
|
|
peer_network: projects/test-prj-gcve-01/global/networks/default
|
|
peer_network_type: STANDARD
|
|
project: gcve-test-project
|
|
timeouts: null
|
|
module.gcve-pc.google_vmwareengine_private_cloud.default["pcc_one"]:
|
|
deletion_delay_hours: null
|
|
description: Managed by Terraform.
|
|
location: europe-west8-a
|
|
management_cluster:
|
|
- cluster_id: gcve-pc-pcc_one-mgmt-cluster
|
|
node_type_configs:
|
|
- custom_core_count: 0
|
|
node_count: 3
|
|
node_type_id: standard-72
|
|
stretched_cluster_config: []
|
|
name: gcve-pc-pcc_one
|
|
network_config:
|
|
- management_cidr: 192.168.0.0/24
|
|
project: gcve-test-project
|
|
send_deletion_delay_hours_if_zero: null
|
|
timeouts: null
|
|
type: null
|
|
|
|
counts:
|
|
google_vmwareengine_cluster: 2
|
|
google_vmwareengine_network: 1
|
|
google_vmwareengine_network_peering: 1
|
|
google_vmwareengine_private_cloud: 1
|
|
modules: 1
|
|
resources: 5
|