-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
atmos terraform force-unlock
does not work
#800
Comments
@mss thank you for reporting this |
Just using the |
This doesn't work either: TF_WORKSPACE=default atmos terraform shell wms-base --stack wms-xe02-sandbox
unset TF_WORKSPACE
terraform workspace new -lock=false wms-xe02-sandbox-wms-base
terraform force-unlock 8ac7bbfc-c1b4-615d-38d7-f7ba634aa4bb The |
Hi @mss |
I think this is at least partially broken on the Terraform side, cf. linked ticket. |
@aknysh FYI |
Describe the Bug
atmos terraform force-unlock
worked before but probably only randomly and doesn't work at all anymore (I guess) since v1.100 which now always cleans the workspace. See below for an example.I guess the proper solution would be to skip the workspace switch for
force-unlock
.Expected Behavior
atmos terraform force-unlock
should work.Steps to Reproduce
atmos terraform $component --stack $stack apply
but cancel it right in the middle by hitting via Ctrl+C twice.atmos terraform plan $component --stack $stack
atmos terraform force-unlock $component --stack $stack $uuid
where uuid is the value from the previous error.Screenshots
Environment
Additional Context
No response
The text was updated successfully, but these errors were encountered: