Update file terraform.yml
This commit is contained in:
@@ -64,7 +64,7 @@ destroy-development:
|
||||
ENVIRONMENT_NAME: development
|
||||
allow_failure: false
|
||||
extends: .terraform_destroy
|
||||
needs: ["apply"]
|
||||
needs: ["apply-development"]
|
||||
rules:
|
||||
- when: manual
|
||||
|
||||
@@ -75,6 +75,6 @@ destroy-production:
|
||||
ENVIRONMENT_NAME: production
|
||||
allow_failure: false
|
||||
extends: .terraform_destroy
|
||||
needs: ["apply"]
|
||||
needs: ["apply-production"]
|
||||
rules:
|
||||
- when: manual
|
||||
Reference in New Issue
Block a user