Add --disable-rollback to Create Cloud Formation Stack Step
R
Respectable Grasshopper
The possibility to add --disable-rollback to Create Cloud Formation Stack Step, example with aws cli:
aws cloudformation create-stack --stack-name myteststack --template-body file://mytesttemplate.json --disable-rollback
Log In
M
Malachite Hare
I think more than just adding the --disable-rollback feature, it's better to bring the flexibility of the cloudformation operations into the Harness plugins. 99% of the time users will have pretty custom workflows regarding cloudformation, so if the idea is to use the harness plugin they should be flexible enough to add whatever flags/configs the user needs. Right now, the plugins feel pretty fixed to very specific scenarios