nozaq / terraform-aws-secure-baseline

Terraform module to set up your AWS account with the secure baseline configuration based on CIS Amazon Web Services Foundations and AWS Foundational Security Best Practices.
MIT License
1.14k stars 371 forks source link

docs: use absolute links for Terraform Registry compatibility #300

Closed nozaq closed 2 years ago

nozaq commented 2 years ago

README.md is rendered on Terraform Registry in addition to GitHub. Terraform Registry doesn't use GitHub repository URL as a base URL when resolving relative links.

fixes #298 ref https://github.com/hashicorp/terraform/issues/21452

nozaq commented 2 years ago

It turned out that we have to specify the branch to absolutely point directories/files. https://github.com/nozaq/terraform-aws-secure-baseline/issues/298#issuecomment-1182508182