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
- Host: GitHub
- URL: https://github.com/programkingabel/ecr_terraform_provisioner
- Owner: ProgramKingAbel
- Created: 2024-07-09T13:56:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T14:17:39.000Z (almost 2 years ago)
- Last Synced: 2025-03-06T00:40:28.212Z (over 1 year ago)
- Topics: automation, aws, deployment, devops, infrastructure-as-code, provisioner, server, terraform
- Language: HCL
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.