-
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
Wafv2WebAcl: Extraneous JSON object property "managedRuleGroupStatement" #3458
Comments
Hi @xxjt123xx 👋 There has been a small performance related change to that resource in CDKTF 0.20.1 (changelog, PR) which removes generated types for some attributes of this resource. To fix the error you are encountering, change the casing of all keys in the terraform-cdk/examples/typescript/aws-cloudfront-proxy/main.ts Lines 52 to 68 in c60b321
Sorry for the trouble this change caused! We'd have liked to solve it in another way but there sadly was no sensible alternative. |
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
This was working a few weeks ago and now is giving a build error with no code changes.
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl?lang=typescript#managedRuleGroupStatement
Actual Behavior
Build should be working
Steps to Reproduce
Versions
language = typescript
cdktf = ^0.20.1
cdktf-cli = ^0.20.1
@cdktf/provider-aws = 19.2.0
Providers
AWS
Gist
No response
Possible Solutions
No response
Workarounds
No response
Anything Else?
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: