Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…anding-zone into update_components
  • Loading branch information
root authored and root committed Dec 5, 2019
2 parents d60edbb + f316911 commit a25f510
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .terrahub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project:
terraform:
varFile:
- default.tfvars
version: 0.12.16
version: 0.12.17
template:
provider:
- aws:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To get started, simply include `main.tf` into your terraform codebase:
```hcl
module "landing_zone" {
source = "TerraHubCorp/landing-zone/aws"
version = "0.2.0"
version = "0.2.1"
root_path = path.module
landing_zone_providers = var.landing_zone_providers
landing_zone_components = var.landing_zone_components
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terraform-aws-landing-zone",
"version": "0.2.0",
"version": "0.2.1",
"author": "Mitoc Group Team",
"license": "MPL-2.0",
"private": true,
Expand Down

0 comments on commit a25f510

Please sign in to comment.