Recursive attribute definitions #95
Labels
code-generation
Relates to the conversion of CloudFormation schema to Terraform schema at buildtime.
resource-suppression
Issue that prevents a resource from being generated.
upstream-terraform
AWS::WAFv2::RuleGroup
andAWS::WAFv2::WebACL
have recursive attribute definitions such aswhich lead to Go panics during Terraform schema code generation.
For now we are not generating these resources but we should attempt to solve by capping the number of levels of recursion as we do in the current provider: https://github.com/hashicorp/terraform-provider-aws/blob/main/aws/resource_aws_wafv2_web_acl.go#L131.
Relates:
The text was updated successfully, but these errors were encountered: