-
Notifications
You must be signed in to change notification settings - Fork 41
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
Template tags from Ruby erb file in GO file #572
Comments
@bharathkkb this issue brakes compilation in terraform-validator after after vendor folder update |
@ndmckinley Can you PTAL? Seems like this is from GoogleCloudPlatform/magic-modules#3634 and IIUC shouldn't the erb file be in |
after manually fixing the erb code issue in my local clone, we still have 30 compilation errors:
half can be fixed by adding some missing files that were not copied from magic-modules:
|
It looks like the missing import errors for:
where caused by this commit from this PR in magic-modules: GoogleCloudPlatform/magic-modules#3436 |
Oh, wow, that looks like it was done back in May. Has this been broken since May? Are you looking for someone to fix it, or are you planning to do it yourself? Broadly speaking my team does not support this code - we assisted with the creation of the tooling that allows it to work, but we have no ongoing operations budget for it. I might be able to find some time as a one-off to fix this if need be. What do you think? @bharathkkb @daniel-cit |
This repository is not intended to have issues filed against it. Please open an issue (if still needed) at https://github.com/GoogleCloudPlatform/terraform-validator |
The template tags
from the original magic-modules ERB file:
https://github.com/GoogleCloudPlatform/magic-modules/blob/master/third_party/terraform/utils/compute_instance_helpers.go.erb
are still present in the generated GO file:
terraform-google-conversion/google/compute_instance_helpers.go
Line 121 in fec5a8f
terraform-google-conversion/google/compute_instance_helpers.go
Line 134 in fec5a8f
terraform-google-conversion/google/compute_instance_helpers.go
Line 333 in fec5a8f
terraform-google-conversion/google/compute_instance_helpers.go
Line 412 in fec5a8f
The text was updated successfully, but these errors were encountered: