* Initial commit for adding a sample data playground * Update README * Add license boilerplate to variables.tf * Apply linting rules * rename var to ptoject_id, create prefix var, remove extra zone var * Adds the option for using an existing project by default * Bundles all VPC related variables in a single vpc_config variable of type object * Add encryption_key usage example + policy_boolean * Add tests, apply linting and todos for upcoming PRs * Update variables in readme * Fix formatting via fmt * Rename test dir to fix module conflict issue * Add high level diagram and sort vars/outputs by alphabetical * Modify diagram and update main README under data examples with link / summary * Line break * Use png in diagram Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
35 lines
720 B
Plaintext
35 lines
720 B
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/stages/**/[0-9]*providers.tf
|
|
fast/stages/**/terraform.tfvars
|
|
fast/stages/**/terraform.tfvars.json
|
|
fast/stages/**/terraform-*.auto.tfvars.json
|
|
fast/stages/**/0*.auto.tfvars*
|
|
**/node_modules
|
|
fast/stages/**/globals.auto.tfvars.json
|
|
cloud_sql_proxy
|
|
examples/cloud-operations/binauthz/tenant-setup.yaml
|
|
examples/cloud-operations/binauthz/app/app.yaml
|
|
env/
|