|
|
|
|
|
by theteapot
1728 days ago
|
|
> As opposed to just running it ad-hoc when a change is made? Yes. I worked at a shop that made a terrible mess (at least IMHO) of things by using Terraform from Jenkins for everything. So build and rollout new Docker image -> `terraform apply` entire infrastructure from Jenkins. To me use Terraform for Day-0 to build your infrastructure and CI/CD pipeline then occasional updates. CI/CD for the day-to-day, if you can get away with it. I have read lots of people are doing Terraform from Jenkins. I guess there is a use case, just saying, probably best to think first. |
|