Skip to content

Commit

Permalink
Merge pull request #26 from trussworks/fixing-readme
Browse files Browse the repository at this point in the history
Adding Terraform Versions section to docs
  • Loading branch information
cblkwell authored Sep 9, 2019
2 parents 84dbe9b + d88df9c commit c93ca64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ to validate the initial infrastructure is working: visiting the site shows
a simple Go hello world page. We expect deployments to manage the container
definitions going forward, not Terraform.

## Terraform Versions

Terraform 0.12. Pin module version to ~> 2.0. Submit pull-requests to master branch.

Terraform 0.11. Pin module version to ~> 1.0. Submit pull-requests to terraform011 branch.

## Usage

### ECS service associated with an Application Load Balancer (ALB)
Expand Down
6 changes: 6 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
* a simple Go hello world page. We expect deployments to manage the container
* definitions going forward, not Terraform.
*
* ## Terraform Versions
*
* Terraform 0.12. Pin module version to ~> 2.0. Submit pull-requests to master branch.
*
* Terraform 0.11. Pin module version to ~> 1.0. Submit pull-requests to terraform011 branch.
*
* ## Usage
*
* ### ECS service associated with an Application Load Balancer (ALB)
Expand Down

0 comments on commit c93ca64

Please sign in to comment.