-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
question: terraform remote state #11682
Comments
Hi @xsellier, I will start by disclaiming that I've not actually used the 0.9 dev stuff much yet so I'm guessing here, but with that said: The So these two constructs achieve different things. You should be able to keep your If you were previously running |
I think my question is related to this. Is interpolation supported in |
@apparentlymart In version 0.9 @zbikmarc I have the exact same question. How to inject variable in |
I'm seeing the same thing that @zbikmarc sees, variables do not seem to be expanded inside the terraform { backend {} } block. |
This seems to be similar to #12067, I am wondering if there is a way to leverage the new environments to manage different state backends per environment. |
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. |
Hi there,
Terraform Version
Terraform v0.9.0-dev (24c5d59)
It is a question about the upcoming terraform version.
Before 0.9.x I used to have a remote terraform state, and it was configured as following
But with terraform 0.9.x it does not work anymore, and I cannot figure out how to make it work. I tried something like this:
But, it does not pull the remote state locally. May I have some help please ?
The text was updated successfully, but these errors were encountered: