404 error on documents page
TL;DR
on Terraform Network Module doc section, provided hyperlinks are not working and you will encounter an error "The page you requested could not be found."
Expected behavior
No response
Observed behavior
No response
Terraform Configuration
https://registry.terraform.io/modules/terraform-google-modules/network/google/latest/submodules/vpc
Terraform Version
404 error on documents page
Additional information
https://registry.terraform.io/modules/terraform-google-modules/network/google/modules/vpc https://registry.terraform.io/modules/terraform-google-modules/network/google/modules/routes https://registry.terraform.io/modules/terraform-google-modules/network/google/modules/network-firewall-policy
@saeidskyboy following link is working fine
https://registry.terraform.io/modules/terraform-google-modules/network/google/latest/submodules/routes https://registry.terraform.io/modules/terraform-google-modules/network/google/latest/submodules/vpc https://registry.terraform.io/modules/terraform-google-modules/network/google/latest/submodules/network-firewall-policy
The problem is on this page https://registry.terraform.io/modules/terraform-google-modules/network/google/latest
These pages appear to be not linked correctly:
vpc subnet route firewall rules hierarchical firewall policy network firewall policy serverless vpc access connector hierarchical firewall policy
@iennae thx for pointing out. I got it. It is messed on terraform registry. as they are relative path on github. This must be causing issues on other modules too as they must be showing incorrect path on TF registry.
[Sub modules](./modules/) are provided for creating individual vpc, subnets, routes, firewall rules, and firewall policies. See the [modules](./modules/) directory for the various sub modules usage.
- [vpc](./modules/vpc/)
- [subnet](./modules/subnets/)
- [route](./modules/routes/)
- [firewall rules](./modules/firewall-rules/)
- [hierarchical firewall policy](./modules/hierarchical-firewall-policy/)
- [network firewall policy](./modules/network-firewall-policy/)
- [serverless vpc access connector](./modules/vpc-serverless-connector-beta/)
- [hierarchical firewall policy](./modules/hierarchical-firewall-policy/)
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days