fpco / terraform-aws-foundation

Establish a solid Foundation on AWS with these modules for Terraform
MIT License
204 stars 98 forks source link

Review/update examples/docs to source modules from the registry #268

Open ketzacoatl opened 4 years ago

ketzacoatl commented 4 years ago

If we have an example like:

module "ebs-backup-policy" {
  source = "github.com/fpco/terraform-aws-foundation//modules/dlm-lifecycle-policy"
  ...

We would want that updated to the following:

module "ebs-backup-policy" {
  source      = "fpco/foundation/aws//modules/dlm-lifecycle-policy"
  version     = "x.y.z"
  ...
  ...

Requirements