|
|
|
|
|
by JBerlinsky
3464 days ago
|
|
You're welcome ;) Terraform is designed for something close to one-command execution. You're going to have to swap in variables (e.g. AWS access keys for a particular account, domain names, IP addresses, etc.), but Terraform is designed for that. I would advise looking into Terraform Modules[0], which encapsulate this kind of work nicely. [0]: https://www.terraform.io/docs/modules/create.html |
|