-
Notifications
You must be signed in to change notification settings - Fork 20
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
Multiple Terraform States #9
Comments
We also use many different state files. We usually have at least two that might be needed by deployfish:
We import the vpc template into the application template like so:
Re-output any vpc state that deployfish might need from the application state like so:
And then have deployfish get all it needs from the application state file. Would doing something like that solve your needs? |
Ah yes, that is the workaround I am using currently. I would love to feature request this though, so that you can repeat the terraform block several times to pull values from multiple terraform states :) |
I'm not necessarily opposed to it. We would need to decide a policy on how to resolve what happens if multiple statefiles have outputs with the same name. We will think on it. |
Hi,
We split out terraform into multiple states.
Can you query multiple terraform s3 states in a single yml deployfish file?
Jamie
The text was updated successfully, but these errors were encountered: