build(external): auto approve Terraform apply

Use plan if you just want to plan
This commit is contained in:
Khue Doan 2022-03-15 21:40:28 +07:00
parent c0375483f8
commit 910321b0d5

View File

@ -23,4 +23,4 @@ plan: .terraform.lock.hcl
terraform plan
apply: .terraform.lock.hcl namespaces
terraform apply
terraform apply -auto-approve