-
Notifications
You must be signed in to change notification settings - Fork 74
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
Backend type gcs is not supported referencing remote tfstate #38
Comments
@andrewnazarov Thanks for the update! Turns out the package "tfstate-lookup" which vals uses for querying tfstate doesn't support the GCS backend yet: Looks like we'd better contribute it 😃 |
As a first step, I've opened an issue:) |
Hi. I made fujiwara/tfstate-lookup#21 and I hope it will be accepted by project owner. |
@andrewnazarov @dex4er Can this be safely closed since #47 and #49 have been merged? |
Yes, sure. Thanks for the contribution! |
After #34 was improved I've finally had a chance to test remote backend when referencing tfstate again, and now I see the real error instead of panic:
In my helmfile I'm setting this the following way:
and in CI I'm just doing:
Haven't checked on a plain vals though, I'm using it as a part of helmfile
The text was updated successfully, but these errors were encountered: