Skip to content
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

missing type documentation for wafv2.webAcl.visibilityConfig #4185

Open
aureq opened this issue Jul 5, 2024 · 1 comment
Open

missing type documentation for wafv2.webAcl.visibilityConfig #4185

aureq opened this issue Jul 5, 2024 · 1 comment
Labels
area/docs Improvements or additions to documentation customer/feedback Feedback from customers kind/bug Some behavior is incorrect or out of spec

Comments

@aureq
Copy link
Member

aureq commented Jul 5, 2024

Describe what happened

Hi

The resource aws.wafv2.webAcl has an input property named visibilityConfig. This property has the type WebAclVisibilityConfig.

Looking at the latest documentation, the input property is shown as expected ✅, however its supporting type isn't.

Code completion with inline documentation in vscode appears to be fine.

Sample program

n/a

Log output

n/a

Affected Resource(s)

  • wafv2.webAcl

Output of pulumi about

n/a

Additional context

This is affecting the documentation published for v6.43.0

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@aureq aureq added area/docs Improvements or additions to documentation kind/bug Some behavior is incorrect or out of spec customer/feedback Feedback from customers needs-triage Needs attention from the triage team labels Jul 5, 2024
@flostadler
Copy link
Contributor

flostadler commented Jul 8, 2024

The WebAcl resource has over 200. Only the first 200 types are included in the documentation, WebAclVisibilityConfig seems to be one of the omitted ones (see warning here).

We're currently investigating how to improve recursive type unrolling (pulumi/pulumi-terraform-bridge#2134).

@flostadler flostadler removed the needs-triage Needs attention from the triage team label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Improvements or additions to documentation customer/feedback Feedback from customers kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants