Restoring the Terraform State #1129
Replies: 2 comments 1 reply
-
@rsignell-usgs I don't have a great idea on how to recover from this. There is a |
Beta Was this translation helpful? Give feedback.
0 replies
-
@rsignell-usgs in the file
You'll have to do the render and manual edit of the bucket name each time you want to do another deploy. Rendering will overwrite to the old bucket name. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a situation where the bucket containing the Terraform State was moved to a different Amazon account by mistake. The actions started failing with permission denied, and before we realized the bucket still existed, we tried some workarounds with conda-store to upgrade the existing environments.
When we discovered the bucket still existed, we gave list/read/write access to the bucket using the canonical id for the account that controls qhub:
We confirmed that we are able to read/write to this bucket from the aws account that is running qhub,
but when we tried rerunning the action to add a package to one of the environments, we got the same error:
@costrouc , any idea how we might recover?
Beta Was this translation helpful? Give feedback.
All reactions