An open API service indexing awesome lists of open source software.

https://github.com/programkingabel/ecr_terraform_provisioner

Procedural automation to complement HCL declarative approach
https://github.com/programkingabel/ecr_terraform_provisioner

automation aws deployment devops infrastructure-as-code provisioner server terraform

Last synced: 3 months ago
JSON representation

Procedural automation to complement HCL declarative approach

Awesome Lists containing this project

README

          

# ⚔️ Terraform Provisioners 🔨

- Should be last resort to handle side effects/additional automation steps. WHY:
- They introduce more complexity to the Terraform code.
- Create external dependancies therefore tf file cannot be run on any endpoint without the prerequisite tools installed.

*N.B*
- You can add provisioner blocks inside of resources. However, it's best practice to create a null resource block when possible.