diff --git a/README.md b/README.md index bc59c8f..45e5fdc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 6936aeb..82cb931 100644 --- a/package.json +++ b/package.json @@ -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,