Skip to content

Commit

Permalink
Merge pull request #146 from TerraHubCorp/dev
Browse files Browse the repository at this point in the history
upgrade versions
  • Loading branch information
eistrati authored Nov 14, 2019
2 parents 936e086 + 135412a commit e8c1cca
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.13
version: 0.12.14
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.1.11"
version = "0.1.12"
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.11",
"version": "0.1.12",
"author": "Mitoc Group Team",
"license": "MPL-2.0",
"private": true,
Expand Down

0 comments on commit e8c1cca

Please sign in to comment.