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
I have used this in production as the backend when starting to use terraform. It has worked out well. I would like to know if there is a way to get a remote state from the git backend. This would be for a scenario where I have a state file for networking but I want to use that state in another configuration of instances.
The text was updated successfully, but these errors were encountered:
Hey @Xachman, glad it was useful to you!
I have not tested this specific scenario, but backend implements HTTP API fully so it should work. You would need to have backend running on a side and configure your 2nd tf module to look into it (including repo address and path).
I have used this in production as the backend when starting to use terraform. It has worked out well. I would like to know if there is a way to get a remote state from the git backend. This would be for a scenario where I have a state file for networking but I want to use that state in another configuration of instances.
The text was updated successfully, but these errors were encountered: