├── README.md ├── terrafile.tf └── variable.tf /README.md: -------------------------------------------------------------------------------- 1 | # descomplicando-terraform -------------------------------------------------------------------------------- /terrafile.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gomex/descomplicando-terraform/HEAD/terrafile.tf -------------------------------------------------------------------------------- /variable.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gomex/descomplicando-terraform/HEAD/variable.tf --------------------------------------------------------------------------------