hallowed-ice-8403
06/23/2021, 8:48 AMauto.create_or_select_stack
function, am running it as 2 separate tasks. I am noticing this, after the dynamo is created it deletes the s3.
I am guessing its because its replacing the state file.
aws:dynamodb:Table msd-test-dynamo creating
INFO - + aws:dynamodb:Table msd-test-dynamo created
INFO - - aws:s3:Bucket msd-test-s3 deleting
INFO - - aws:s3:Bucket msd-test-s3 deleted
How do i add resources to existing stack without deleting existing resources ?
Also it would be helpful if there a best practises doc for state, stack and projects management.billowy-army-68599
06/23/2021, 8:50 AMhallowed-ice-8403
06/23/2021, 9:03 AMauto.select_stack
?
or do u have to create a new stack (state file) for each sub tasks ?billowy-army-68599
06/23/2021, 12:29 PMhallowed-ice-8403
06/23/2021, 3:32 PM