-
Notifications
You must be signed in to change notification settings - Fork 459
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
cdktf-cli: v0.18.1+ generates duplicated variables in modules #3250
Comments
@ansgarm thank you for answer! i will check repo and come to you |
@ansgarm Seems i found the reason. In short, i have this in my configuration:
Its because i used two different versions of this module in the same time. |
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've 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. |
Expected Behavior
Should generate code without duplicated variables
see source terraform module
Actual Behavior
Steps to Reproduce
Versions
cdktf: 0.18.1
npm: 8.19.2
node: v18.18.2
terraform: v1.5.7 on darwin_arm64
Providers
"terraformProviders": [
"hashicorp/aws@ ~> 4.61.0",
"hashicorp/external@ ~> 2.2.2",
"hashicorp/helm@ ~> 2.11.0",
"hashicorp/kubernetes@ ~> 2.22.0",
"hashicorp/local@ ~> 2.2.3",
"hashicorp/null@ ~> 3.1.1",
"hashicorp/random@ ~> 3.3.2",
"hashicorp/cloudinit@ ~> 2.2.0",
"hashicorp/tls@ ~> 4.0.1",
"integrations/github@ ~> 5.18.0"
],
Gist
No response
Possible Solutions
No response
Workarounds
No response
Anything Else?
CDKTF 0.18.1, 0.18.2 and 0.19.0 are suffering
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: