-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Separate the remote configuration from the state #2759
Comments
#1964 is relevant here, I believe |
It is - thanks for pointing that out. My searching skills failed me! Cheers |
There are a lot of issues lingering around here, so no worries. I've skimmed through enough of them to sometimes recall the fact that one exists :) |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I would love to see the state and configuration separated, to allow for multiple people managing infrastructure with an S3 backend:
Using .gitignore to block .tfstate and adding .tfconfig with Terraform always pulling the remote state prior to an operation would provide much better collaborative experience.
The text was updated successfully, but these errors were encountered: