Provider-AWS: Cannot deploy WAFv2WebACL with the latest version #3478
Labels
bug
Something isn't working
pre-built providers
Issues around pre-built providers managed at https://github.com/hashicorp/cdktf-repository-manager
Expected Behavior
It should be deploying a WAFv2WebACL with rules as it was doing it with the previous minor version.
Actual Behavior
When I try to add a rule in an AWS WAFv2 (AWS WAFv2WebACL) configuration, this should work and not crash with the following error.
Steps to Reproduce
Versions
language: typescript
cdktf-cli: 0.20.3
node: v20.11.0
cdktf: 0.20.3
constructs: 10.3.0
jsii: null
terraform: 1.7.1
arch: x64
os: linux 6.2.0-1019-azure
providers
aws@~>5 (LOCAL)
terraform provider version: 5.35.0
@cdktf/provider-aws (PREBUILT)
terraform provider version: 5.34.0
prebuilt provider version: 19.3.0
cdktf version: ^0.20.0
Providers
I tried with the two way to use the provider
Gist
No response
Possible Solutions
As this was working with the
aws-provider@5.31.0
, and as I am seeing a difference between 18.2 and 19.3 in theWafv2WebAclRule
I guess this could be the issue// 19.3
// 18.2
Full files below
// 19.3
// 18.2
Workarounds
No response
Anything Else?
No response
References
No response
Help Wanted
Community Note
The text was updated successfully, but these errors were encountered: