-
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
unknown type set(string) #928
Comments
Caused by
Set is also not fully supported in general since jsii doesn't support them (aws/jsii#1). Could be worked around, possibly with ideas from #424. |
Any workaround for this today like |
I can use |
@LumaKernel glad that you were able to find that workaround. As the issue occurs during code generation, that's really the only way currently. Out of curiosity, why are you running tf directly after synthing? |
At that time I got the error and I felt the change to EDIT: Ah, it may not be solved, or I am getting new problem with |
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. |
Module generation fails if it contains variables with
type = set(string)
.Community Note
cdktf & Language Versions
terraform-cdk: 0.5.0
Debug Output
Expected Behavior
It should generate a module which use type
set(string)
in the variables.Actual Behavior
It fails on cdktf get command.
Steps to Reproduce
Just add module with type
set(string)
(https://github.com/terraform-aws-modules/terraform-aws-iam/tree/master/modules/iam-assumable-role-with-oidc in this example) to cdktf.jsonThe text was updated successfully, but these errors were encountered: