* Cloud DNS and Shared VPC (#184) * Cloud DNS and Shared VPC module to allow application teams to have their own Cloud DNS configuration. * Cleaning up README.md * Improving Formating. * Adding license to all .tf files. * Removing dead code. * Moving this example into the Cloud Operations folder. * Using fabric resources and refactoring. Only the 'test.example' file is not using the proper modules now. * normalize README, use autogenerated vars table, add types to variables * refactor * simple tests * add diagram, update READMEs Co-authored-by: Aurélien Legrand <aurelien.legrand01@gmail.com>
18 lines
281 B
Plaintext
18 lines
281 B
Plaintext
**/.terraform
|
|
**/terraform.tfstate*
|
|
**/terraform.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
|