FormidableLabs / terraform-aws-serverless

Infrastructure support for Serverless framework apps, done the right way
https://registry.terraform.io/modules/FormidableLabs/serverless/aws
MIT License
144 stars 19 forks source link

[TRACKING] TF registry breaks on relative links. #42

Open davetapley opened 5 years ago

davetapley commented 5 years ago

Both xray and vpc submodules give me a 404 Not Found.

The code seems correct per the docs ⬇️ , so it might be a registry problem?

Nested modules should exist under the modules/ subdirectory. Any nested module with a README.md is considered usable by an external user.

ryan-roemer commented 5 years ago

Yeah, the hard thing I don't have a solution for is links in those sub-readmes that work on both GitHub and the TF registry.

davetapley commented 5 years ago

I think it's gotta be a registry bug, but I don't see one open? 🤔

ryan-roemer commented 5 years ago

Here's a bug filed for registry relative link breakage issue: https://github.com/hashicorp/terraform/issues/20930

It was actually the first thing I noticed after publishing this module the first time :)