You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the infrastructure pipeline will apply Terraform changes no matter what those changes are doing. This can lead to costly mistakes, such as the downtime on 7/21.
To Reproduce
Delete a resource in a Terraform file
Merge that change to dev
See that it will apply without warning/complaint
Expected behavior
Should need to do an extra step / emphasize "yes I'm really sure" before resources get destroyed.
Currently, the infrastructure pipeline will
apply
Terraform changes no matter what those changes are doing. This can lead to costly mistakes, such as the downtime on 7/21.To Reproduce
dev
apply
without warning/complaintExpected behavior
Should need to do an extra step / emphasize "yes I'm really sure" before resources get destroyed.
Additional context
Not-mutually-exclusive ways to make this safer:
prevent_destroy
The text was updated successfully, but these errors were encountered: