Skip to content

Commit

Permalink
minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
eistrati committed Dec 21, 2019
1 parent 54e1191 commit 3cf20f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# terraform-aws-landing-zone
# terraform module `landing-zone`
[AWS Landing Zone](https://aws.amazon.com/solutions/aws-landing-zone/) is
a solution that helps customers more quickly set up a secure, multi-account
AWS environment based on AWS best practices. This repository contains terraform
module `landing_zone` that dynamically deploys components of AWS Landing Zone
solution based on input list of `.tfvars` files.
AWS environment based on AWS best practices. This repository contains
terraform module `landing_zone` that dynamically deploys components of
AWS Landing Zone solution based on input list of `.tfvars` files.

Terraform module `landing_zone_reader` was moved to a new home: https://github.com/MitocGroup/terraform-aws-landing-zone-reader
RELATED: [terraform module `landing_zone_reader`](https://github.com/MitocGroup/terraform-aws-landing-zone-reader)

> NOTE: Current implementation is fully compatible with terraform v0.12+.
Switch to branch `terraform_v0.11` if you still using terraform v0.11.x and below.
Expand All @@ -30,8 +30,8 @@ This terraform module requires the following prerequisites / dependencies:
To get started, simply include `main.tf` into your terraform codebase:
```hcl
module "landing_zone" {
source = "MitocGroup/landing-zone/aws"
version = "0.2.2"
source = "MitocGroup/landing-zone/aws"
version = "0.2.2"
landing_zone_providers = var.landing_zone_providers
landing_zone_components = var.landing_zone_components
terraform_backend = var.terraform_backend
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"npm": ">=5.0"
},
"dependencies": {
"terrahub": "^0.3.18"
"terrahub": "^0.4.18"
},
"devDependencies": {
"eslint": "^5.3.0",
Expand Down
8 changes: 3 additions & 5 deletions terraform.remote.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ landing_zone_providers = {

terraform_backend = {
backend = "s3"
config = {
region = "us-east-1"
bucket = "terraform-aws-landing-zone"
key = "components"
}
region = "us-east-1"
bucket = "terraform-aws-landing-zone"
key = "components"
}

0 comments on commit 3cf20f0

Please sign in to comment.