You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to save state
Error saving state: failed to upload state: AccessDenied: Access Denied
status code: 403, request id: A8A5HHQMAGC44Z8W, host id:
jnGpHDmJhQI2GQ8emETx6vSbf1Uh5p88Z0Plbn+hWFT/nM26n519HhA4x0V3WMol6XuLfpyaxVk=
Error: Failed to persist state to backend
The error shown above has prevented Terraform from writing the updated state
to the configured backend. To allow for recovery, the state has been written
to the file "errored.tfstate" in the current working directory.
Running "terraform apply" again at this point will create a forked state,
making it harder to recover.
To retry writing this state, use the following command:
terraform state push errored.tfstate
Is it possible to recover from this via atlantis PR commands?
The text was updated successfully, but these errors were encountered:
FWIW this is the related feature request #273. Currently Atlantis doesn't support recovering from this error. If your Atlantis runner has persistent storage you could grab the errored.tfstate file and run tf state push locally
Thank @bilbof for highlighting this! Exposing the state command via atlantis would solve this for us, as we don't have direct access to the atlantis runner (it's owned by another team).
Is it possible to recover from this via atlantis PR commands?
The text was updated successfully, but these errors were encountered: