Aurelien's SVPC DNS example (#186)
* 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>
This commit is contained in:
committed by
GitHub
parent
86a37616b2
commit
fe71be72d3
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
**/terraform.tfstate*
|
||||
**/terraform.tfvars
|
||||
**/.terraform.tfstate.lock.info
|
||||
**/.terraform.lock.hcl
|
||||
!tests/**/terraform.tfvars
|
||||
**/__pycache__
|
||||
**/.pytest_cache
|
||||
|
||||
Reference in New Issue
Block a user