Guidance for Terraform + Bedrock Rollback#21
Guidance for Terraform + Bedrock Rollback#21NathanielRose merged 21 commits intomicrosoft:masterfrom
Conversation
nmiodice
left a comment
There was a problem hiding this comment.
Interested to learn more about how this applies with a multi-environment deployment. The approach splits the rollback into a separate pipeline which makes the pipeline definition much simpler.
How will this work in a case where there are 2 environments. As an example, suppose I have dev and prod. What happens if I deploy to dev and end up needing a rollback. Will the original release pipeline know about that and block the deployment to prod?
…-cli into nate.docs.rollback
andrebriggs
left a comment
There was a problem hiding this comment.
Overall this looks like good guidance. I don't think this needs to be in a "design doc" format. This just seems like general documentation we can add to a guides/* section of the repo.
@NathanielRose were you thinking of doing the above, and/or adding guidance in the guides/* section of the repo? If so I see no reason to have this in technical-docs/designs
samiyaakhtar
left a comment
There was a problem hiding this comment.
LGTM, great to have a rollback guide, thanks Nate
…-cli into nate.docs.rollback
mtarng
left a comment
There was a problem hiding this comment.
Small rewording, but looks good to me.
-Closes microsoft/bedrock#1036