-
Notifications
You must be signed in to change notification settings - Fork 99
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
panic: interface conversion: interface {} is string, not []interface {} #153
Comments
Ok I see the error, it has an easy fix but I would like to be sure. For what I see you used an HCL an input, could you check that one of the I want to be sure because we are assuming |
I do have this in my main.tf:
And this in my .tfvars file:
|
Ok IDK why I thought that we where already interpolating the variables, we are not, so we are reading the I'll take a look to check if there is an internal function to do this or if I have to manually do the interpolation. I see that you are using the I cannot tell you an estimation on when this will be solved but I'll work on it as it's a big missing feature to interpolate variables on HCL generation. |
Thanks, I'm looking forward to trying out the fix whenever it's available. |
@dvmorris any progress on this issue? |
I haven't tried this in a while, have any changes been made that might make it worth trying again? |
Is there any fix for this? Im facing the same issue here |
Facing a similar issue
which points to https://github.com/cycloidio/inframap/blob/b90d6ec/provider/google/google.go#L191 but I can't spot any issues with the tags in the tfstate, and I can't see how tags would be a list, rather than a map
|
I'm trying to generate a graph from a GCP HCL configuration, and I'm receiving this error. I installed inframap on MacOS via homebrew today, inframap--0.6.7.big_sur.bottle.tar.gz
The text was updated successfully, but these errors were encountered: