* rename stages * remove support for external org billing, rename output files * resman: make groups optional, align on new billing account variable * bootstrap: multitenant outputs * tenant bootstrap stage, untested * fix folder name * fix stage 0 output names * optional creation for tag keys in organization module * single tenant bootstrap minus tag * rename output files, add tenant tag key * fix organization module tag values output * test skipping creation for tags in organization module * single tenant bootstrap plan working * multitenant bootstrap * tfdoc * fix check links error messages * fix links * tfdoc * fix links * rename fast tests, fix bootstrap tests * multitenant stages have their own folder, simplify stage numbering * stage renumbering * wip * rename tests * exclude fast providers in fixture * stage 0 tests * stage 1 tests * network stages tests * stage tests * tfdoc * fix links * tfdoc * multitenant tests * remove local files * stage links command * fix links script, TODO * wip * wip single tenant bootstrap * working tenant bootstrap * update gitignore * remove local files * tfdoc * remove local files * allow tests for tenant bootstrap stage * tenant bootstrap proxies stage 1 tfvars * stage 2 and 3 service accounts and IAM in tenant bootstrap * wip * wip * wip * drop multitenant bootstrap * tfdoc * add missing stage 2 SAs, fix org-level IAM condition * wip * wip * optional tag value creation in organization module * stage 1 working * linting * linting * READMEs * wip * Make stage-links script work in old macos bash * stage links command help * fix output file names * diagrams * fix svg * stage 0 skeleton and diagram * test svg * test svg * test diagram * diagram * readme * fix stage links script * stage 0 readme * README changes * stage readmes * fix outputs order * fix link * fix tests * stage 1 test * skip stage example * boilerplate * fix tftest skip * default bootstrap stage log sinks to log buckets * add logging to tenant bootstrap * move iam variables out of tenant config * fix cicd, reintroduce missing variable * use optional in stage 1 cicd variable * rename extras stage * rename and move identity providers local, use optional for cicd variable * tfdoc * add support for wif pool and providers, ci/cd * tfdoc * fix links * better handling of modules repository * add missing role on logging project * fix cicd pools in locals, test cicd * fix workflow extension * fix module source replacement * allow tenant bootstrap cicd sa to impersonate resman sa * tenant workflow templates fix for no providers file * fix output files, push github workflow template to new repository * remove try from outpout files * align stage 1 cicd internals to stage 0 * tfdoc * tests * fix tests * tests * improve variable descriptions * use optional in fast features * actually create tenant log sinks, and allow the resman sa to do it * test * tests * aaaand tests again * fast features tenant override * fast features tenant override * fix wording * add missing comment * configure pf service accounts * add missing comment * tfdoc * tests * IAM docs * update copyright --------- Co-authored-by: Julio Castillo <jccb@google.com>
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
**/.terraform
|
|
**/terraform.tfstate*
|
|
**/terraform.tfvars
|
|
**/*.auto.tfvars
|
|
**/.terraform.tfstate.lock.info
|
|
**/.terraform.lock.hcl
|
|
!tests/**/terraform.tfvars
|
|
**/__pycache__
|
|
**/.pytest_cache
|
|
**/.test.lock
|
|
.idea
|
|
.vscode
|
|
backend.tf
|
|
backend-config.hcl
|
|
credentials.json
|
|
key.json
|
|
terraform-ls.tf
|
|
bundle.zip
|
|
.DS_Store
|
|
**/packer_cache
|
|
**/*.pkrvars.hcl
|
|
fixture_*
|
|
fast/configs
|
|
fast/**/[0-9]*providers.tf
|
|
fast/**/terraform.tfvars
|
|
fast/**/terraform.tfvars.json
|
|
fast/**/terraform-*.auto.tfvars.json
|
|
fast/**/[0-9]*.auto.tfvars*
|
|
**/node_modules
|
|
fast/**/globals.auto.tfvars.json
|
|
cloud_sql_proxy
|
|
examples/cloud-operations/binauthz/tenant-setup.yaml
|
|
examples/cloud-operations/binauthz/app/app.yaml
|
|
env/
|
|
examples/cloud-operations/adfs/ansible/vars/vars.yaml
|
|
examples/cloud-operations/adfs/ansible/gssh.sh
|
|
examples/cloud-operations/multi-cluster-mesh-gke-fleet-api/ansible/vars.yaml
|
|
examples/cloud-operations/multi-cluster-mesh-gke-fleet-api/ansible/gssh.sh
|
|
blueprints/cloud-operations/network-dashboard/cloud-function.zip
|
|
blueprints/apigee/bigquery-analytics/bundle-export.zip
|
|
blueprints/apigee/bigquery-analytics/bundle-gcs2bq.zip
|
|
blueprints/apigee/bigquery-analytics/apiproxy.zip
|
|
blueprints/apigee/bigquery-analytics/create-datastore.sh
|
|
blueprints/apigee/bigquery-analytics/deploy-apiproxy.sh
|
|
blueprints/apigee/network-patterns/nb-glb-psc-neg-sb-psc-ilbl7-hybrid-neg/bundle/apiproxy/targets/default.xml
|
|
blueprints/apigee/network-patterns/nb-glb-psc-neg-sb-psc-ilbl7-hybrid-neg/bundle.zip
|
|
blueprints/apigee/network-patterns/nb-glb-psc-neg-sb-psc-ilbl7-hybrid-neg/deploy-apiproxy.sh
|
|
blueprints/apigee/hybrid-gke/apiproxy.zip
|
|
blueprints/apigee/hybrid-gke/deploy-apiproxy.sh
|
|
blueprints/apigee/hybrid-gke/ansible/gssh.sh
|
|
blueprints/apigee/hybrid-gke/ansible/vars/vars.yaml
|