-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue/8695 #9098
issue/8695 #9098
Conversation
…ed in the plan output. If greater or equal to the set threshold then a warning will be displayed along with a review request.
Terraform Plan Summarysingle-sign-on |
Terraform Plan Summarymodernisation-platform-account |
Terraform Plan Summarypagerduty |
Terraform Plan Summarycore-vpc-production |
Terraform Plan Summarycore-vpc-development |
Terraform Plan Summarycore-vpc-preproduction |
Terraform Plan Summarycore-vpc-test |
|
Terraform Plan Summarysingle-sign-on |
Terraform Plan Summarymodernisation-platform-account |
Terraform Plan Summarycore-security-production |
Terraform Plan Summarypagerduty |
Terraform Plan Summarycore-logging-production |
Terraform Plan Summarysingle-sign-on |
Terraform Plan Summarycore-network-services-production |
Terraform Plan Summarymodernisation-platform-account |
Terraform Plan Summarypagerduty |
Terraform Plan Summarycore-shared-services-production |
A reference to the issue / Description of it
#8695
How does this PR fix the problem?
This adds a check on the number of resources identified to be destroyed in the plan output. If greater or equal to the set threshold then a warning will be displayed along with a review request. This is achieved by the following:
Example of the output:
How has this been tested?
Please describe the tests that you ran and provide instructions to reproduce.
Tested extensively - for example #9084.
Deployment Plan / Instructions
Will this deployment impact the platform and / or services on it?
{Please write here}
Checklist (check
x
in[ ]
of list items)Additional comments (if any)
There is the potential to encapsulate this in a standalone reusable workflow.