From 6b933445f4b2e7eed7eb0818b23725b46d49667c Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Fri, 30 Dec 2022 10:50:20 +0000 Subject: [PATCH] update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 81ca0b4..dd81519 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "subnets" { source = "clouddrove/terraform-aws-subnet/aws" - version = "0.15.3" + version = "1.3.0" name = "subnets" environment = "test" label_order = ["name", "environment"] @@ -97,7 +97,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "subnets" { source = "clouddrove/terraform-aws-subnet/aws" - version = "0.15.3" + version = "1.3.0" name = "subnets" environment = "test" label_order = ["name", "environment"] @@ -115,7 +115,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "subnets" { source = "clouddrove/terraform-aws-subnet/aws" - version = "0.15.3" + version = "1.3.0" name = "subnets" environment = "test" label_order = ["name", "environment"] @@ -134,7 +134,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "subnets" { source = "clouddrove/terraform-aws-subnet/aws" - version = "0.15.3" + version = "1.3.0" name = "subnets" environment = "test" label_order = ["name", "environment"] @@ -150,7 +150,7 @@ Here are some examples of how you can use this module in your inventory structur ```hcl module "subnets" { source = "clouddrove/terraform-aws-subnet/aws" - version = "0.15.3" + version = "1.3.0" nat_gateway_enabled = true single_nat_gateway = true name = "subnets" @@ -211,13 +211,13 @@ Here are some examples of how you can use this module in your inventory structur | Name | Description | |------|-------------| -| private\_acl | n/a | +| private\_acl | The ID of the network ACL. | | private\_route\_tables\_id | The ID of the routing table. | | private\_subnet\_cidrs | CIDR blocks of the created private subnets. | | private\_subnet\_cidrs\_ipv6 | CIDR blocks of the created private subnets. | | private\_subnet\_id | The ID of the private subnet. | | private\_tags | A mapping of private tags to assign to the resource. | -| public\_acl | n/a | +| public\_acl | The ID of the network ACL. | | public\_route\_tables\_id | The ID of the routing table. | | public\_subnet\_cidrs | CIDR blocks of the created public subnets. | | public\_subnet\_cidrs\_ipv6 | CIDR blocks of the created public subnets. |