diff ui: replace
is as dangerous as destroy
- so should be in red
#1458
Labels
feature-request
A feature should be added or improved.
package/tools
Related to AWS CDK Tools or CLI
Adding an attribute to Cognito user group destroys the old one (with manually added users) with no warning..
Diff show's
replace
against the top level, but that's not as clear as when I remove an attribute and it hasdestroy
in red!I didn't realise it was replacing the whole thing, not just the schema change I'd made.. maybe : change it to
replace (e.g. destroy/create)
on the diff output? and have it in red?The text was updated successfully, but these errors were encountered: