|
|
|
|
|
by MuffinFlavored
1251 days ago
|
|
> There is one Terraform wrapper script that runs from CI/CD and it is the only script, no matter what kind of change is being made, Kubernetes or otherwise. Is it just basically: terraform init
terraform apply -var "env=$ENV" -auto-approve
|
|