├── .gitignore ├── Day-01 ├── README.md └── plan │ ├── main.tf │ ├── outputs.tf │ └── variables.tf ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/domingao/HEAD/.gitignore -------------------------------------------------------------------------------- /Day-01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/domingao/HEAD/Day-01/README.md -------------------------------------------------------------------------------- /Day-01/plan/main.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/domingao/HEAD/Day-01/plan/main.tf -------------------------------------------------------------------------------- /Day-01/plan/outputs.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/domingao/HEAD/Day-01/plan/outputs.tf -------------------------------------------------------------------------------- /Day-01/plan/variables.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/domingao/HEAD/Day-01/plan/variables.tf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/badtuxx/domingao/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Domingao com Badtux_ 2 | --------------------------------------------------------------------------------