cdk bootstrap --force
does not create a bucket when the cdktoolkit-stagingbucket
bucket is missing
#18261
Labels
cdk bootstrap --force
does not create a bucket when the cdktoolkit-stagingbucket
bucket is missing
#18261
As noted in the referenced comment, the CDK can be gotten into a state where the CloudFormation template exists, but the staging bucket does not. In this state, it will appear un-bootstrapped when you try to deploy stuff, but it won't be able to finish the bootstrapping process.
I would expect the
--force
option to force the creation of the missing bucket, but it does not. It ought to.Originally posted by @apoorvmote in #986 (comment)
The text was updated successfully, but these errors were encountered: