pulumi / pulumi-terraform-bridge

A library allowing Terraform providers to be bridged into Pulumi.
Apache License 2.0
195 stars 43 forks source link

Error converting aws.wafv2.WebAcl #2121

Closed cnunciato closed 3 months ago

cnunciato commented 3 months ago

Based on the "Coming soon!"s in the Examples section of aws.wafv2.WebAcl, it looks like we had some trouble converting the examples from the source HCL. We should investigate what went wrong, and if possible, set up a report that lets us know when commonly used resources like these fail to convert.

iwahbe commented 3 months ago

These resources are actually intentionally skipped, since they either hang or take a prohibitively long time: https://github.com/pulumi/pulumi-aws/blob/ba12162e19c67f1727000f3a528304ebdd689c36/provider/resources.go#L5952-L5958

The fix is tracked in https://github.com/pulumi/pulumi-aws/issues/2598.