terraform-aws-modules / terraform-aws-autoscaling

Terraform module to create AWS Auto Scaling resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/autoscaling/aws
Apache License 2.0
292 stars 556 forks source link

`random_pet` resource link in docs is broken #135

Closed bryson closed 3 years ago

bryson commented 3 years ago

Description

The link to the random_pet resource (and the 3 above it) in the README tab of the docs on the Hashicorp website is broken.

It currently links to a 404 page at: https://registry.terraform.io/providers/hashicorp/random/2.0/docs/resources/pet

It should link to the latest docs at: https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/pet

Is there a repo where these docs are stored that I can submit a pull request to? I'm happy to do that; I hoped the docs to be here and auto-generated but that isn't the case. This repository's README file has the correct link.

bryantbiggs commented 3 years ago

thanks @bryson - the changes on the Terraform registry will get updated on the next module version update (they only update/refresh when a new version is pushed)

github-actions[bot] commented 1 year 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.