citusdata / test-automation

Tools for making our tests easier to run
14 stars 5 forks source link

create-stack.sh creates in one region, but upon error deletes the stack in your default region #24

Open lithp opened 7 years ago

lithp commented 7 years ago

Creation: https://github.com/citusdata/test-automation/blob/master/cloudformation/create-stack.sh#L136

Deletion: https://github.com/citusdata/test-automation/blob/master/cloudformation/create-stack.sh#L19

It should delete the stack using the specified region.

lithp commented 7 years ago

This might be easier to fix by documenting setting the aws default region and always using that.