Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

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

Open
2 tasks
ketzacoatl opened this issue Oct 17, 2019 · 0 comments
Open
2 tasks

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

ketzacoatl opened this issue Oct 17, 2019 · 0 comments
Labels
documentation help wanted starter An issue that might be good for beginners to Terraform or foundation

Comments

@ketzacoatl
Copy link
Contributor

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

  • Review all docs and examples (eg git grep ...) for source URLs that use the github module format.
  • All occurrences have be updated as shown above (or reviewed and excused for some sensible/legit reason).
@ketzacoatl ketzacoatl added documentation help wanted starter An issue that might be good for beginners to Terraform or foundation labels Oct 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation help wanted starter An issue that might be good for beginners to Terraform or foundation
Projects
None yet
Development

No branches or pull requests

1 participant