Skip to content
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

Support for terraform_remote_state. #19

Open
Xachman opened this issue Apr 8, 2021 · 2 comments
Open

Support for terraform_remote_state. #19

Xachman opened this issue Apr 8, 2021 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@Xachman
Copy link

Xachman commented Apr 8, 2021

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.

@dee-kryvenko
Copy link
Member

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).

@dee-kryvenko dee-kryvenko added the documentation Improvements or additions to documentation label Jun 21, 2021
@toabi
Copy link

toabi commented Aug 4, 2021

remote state via http backend works, I just tried it :)

Nice project. I'll probably also use it in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants