-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add terraform templates #409
Conversation
Adjusted URLs for CFN templates Added block on Terraform templates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Just one requested change.
docs/usage.md
Outdated
|
||
``` | ||
module "test-lx-instance" { | ||
source = "./lx-autoscale" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's set the source to github.com/plus3it/watchmaker//docs/files/templates/lx-autoscale
. See https://www.terraform.io/docs/modules/sources.html#github. This way no one actually has to download the files locally.
Modified from local module import to import from github
removed excessive /'s
docs\usage.md
with terraform template overview and URLs