Skip to content

Commit

Permalink
Merge pull request #138 from TerraHubCorp/dev
Browse files Browse the repository at this point in the history
upgrade version
  • Loading branch information
eistrati authored Nov 1, 2019
2 parents 7ecc748 + e96d689 commit d1b2e0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.9"
version = "0.1.10"
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.1.9",
"version": "0.1.10",
"author": "Mitoc Group Team",
"license": "MPL-2.0",
"private": true,
Expand Down

0 comments on commit d1b2e0d

Please sign in to comment.