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
Hmm, I'm not sure why this is happening. The main difference is that the built-in init command runs slightly different commands than just terraform init -no-color. Are you by chance using workspaces?
The first workflow you posted will ignore workspaces but the second one will try to switch to the workspace set in projects.
If you look at the logs at debug level in Atlantis you can see exactly what command are being run. This should help you debug what the differences are.
I have a provider.tf which has a remote state in Azure.
In order to rm the old state since Atlantis keeps creating a new one instead of pulling the remote state with init I have had to do the following:
atlantis.yaml
Instead of just being able to:
With this code atlantis creates a new remote state and pushes it to Azure which does not accurately depict the state my resources are are in.
I go it to work with my one liner run code but why will that work and not the other yaml I provided?
The text was updated successfully, but these errors were encountered: