Exploring an Object-Oriented Jenkins Pipeline for Terraform:A novel architecture design in Jenkin’s multi-stage Terraform CD pipeline to improve CI/CD granularity
Usually, when we perform terraform plan, terraform destroy, or terraform apply, we apply these actions to all the resources in our target files, often main.t...