Skip to content
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

Merged
merged 14 commits into from
Nov 1, 2017
Merged

Add terraform templates #409

merged 14 commits into from
Nov 1, 2017

Conversation

userhas404d
Copy link
Contributor

  • Provide terraform templates that enable the existing CloudFormation templates to be deployable via Terraform
  • Moved CloudFormation templates their own respective directories to support terraform
  • Updated docs\usage.md with terraform template overview and URLs

Copy link
Member

@lorengordon lorengordon left a 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"
Copy link
Member

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
@lorengordon lorengordon merged commit 089bd24 into plus3it:develop Nov 1, 2017
@userhas404d userhas404d deleted the mybranch branch December 15, 2017 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants