hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.82k stars 9.16k forks source link

aws_waf_web_acl missing from documentation #20198

Closed Jeinhaus closed 3 years ago

Jeinhaus commented 3 years ago

Community Note

Terraform CLI and Terraform AWS Provider Version

❯ terraform version
Terraform v1.0.2
on linux_amd64
+ provider registry.terraform.io/hashicorp/aws v3.49.0

Affected Resource(s)

Description

The above mentioned resources are missing from the official documentation. When you visit the docs for these resources for version 3.48.0, e.g. the web_acl, they link to the current documentation but redirect to the documentation's home page.

Expected Behavior

The documentation should still be available since the resources have not been removed (afaik).

Actual Behavior

The documentation is not available

Steps to Reproduce

Go here and click the link to visit the latest documentation .

bruceharrison1984 commented 3 years ago

wafv2_web_acl is also affected by this. Rolling back to the 4.38.0 3.38.0 documentation makes it appear in the index again.

calebplum commented 3 years ago

Also affected:

wafv2_web_acl is also affected by this. Rolling back to the 4.38.0 documentation makes it appear in the index again.

I think you mean 3.38.0

PowerShellPat commented 3 years ago

Noticed this today also.

The resource I was after is aws_wafv2_web_acl

URL is working completely fine, but it doesn't appear in the list:

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/wafv2_web_acl

Missing on versions 3.50.0 and 3.49.0 of the documentation.

anGie44 commented 3 years ago

Hi @Jeinhaus . Thank you for raising this issue, since last week's release I believe a fix to the registry was pushed and the resources in question are now visible from the sidebar. Closing this as fixed, but please reach out if you have any questions!

github-actions[bot] commented 3 years ago

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 have 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.