@@ -79,7 +79,7 @@ Here are some examples of how you can use this module in your inventory structur
7979``` hcl
8080 module "subnets" {
8181 source = "clouddrove/terraform-aws-subnet/aws"
82- version = "0.15.3 "
82+ version = "1.3.0 "
8383 name = "subnets"
8484 environment = "test"
8585 label_order = ["name", "environment"]
@@ -97,7 +97,7 @@ Here are some examples of how you can use this module in your inventory structur
9797``` hcl
9898 module "subnets" {
9999 source = "clouddrove/terraform-aws-subnet/aws"
100- version = "0.15.3 "
100+ version = "1.3.0 "
101101 name = "subnets"
102102 environment = "test"
103103 label_order = ["name", "environment"]
@@ -115,7 +115,7 @@ Here are some examples of how you can use this module in your inventory structur
115115``` hcl
116116 module "subnets" {
117117 source = "clouddrove/terraform-aws-subnet/aws"
118- version = "0.15.3 "
118+ version = "1.3.0 "
119119 name = "subnets"
120120 environment = "test"
121121 label_order = ["name", "environment"]
@@ -134,7 +134,7 @@ Here are some examples of how you can use this module in your inventory structur
134134``` hcl
135135 module "subnets" {
136136 source = "clouddrove/terraform-aws-subnet/aws"
137- version = "0.15.3 "
137+ version = "1.3.0 "
138138 name = "subnets"
139139 environment = "test"
140140 label_order = ["name", "environment"]
@@ -150,7 +150,7 @@ Here are some examples of how you can use this module in your inventory structur
150150``` hcl
151151 module "subnets" {
152152 source = "clouddrove/terraform-aws-subnet/aws"
153- version = "0.15.3 "
153+ version = "1.3.0 "
154154 nat_gateway_enabled = true
155155 single_nat_gateway = true
156156 name = "subnets"
@@ -211,13 +211,13 @@ Here are some examples of how you can use this module in your inventory structur
211211
212212| Name | Description |
213213| ------| -------------|
214- | private\_ acl | n/a |
214+ | private\_ acl | The ID of the network ACL. |
215215| private\_ route\_ tables\_ id | The ID of the routing table. |
216216| private\_ subnet\_ cidrs | CIDR blocks of the created private subnets. |
217217| private\_ subnet\_ cidrs\_ ipv6 | CIDR blocks of the created private subnets. |
218218| private\_ subnet\_ id | The ID of the private subnet. |
219219| private\_ tags | A mapping of private tags to assign to the resource. |
220- | public\_ acl | n/a |
220+ | public\_ acl | The ID of the network ACL. |
221221| public\_ route\_ tables\_ id | The ID of the routing table. |
222222| public\_ subnet\_ cidrs | CIDR blocks of the created public subnets. |
223223| public\_ subnet\_ cidrs\_ ipv6 | CIDR blocks of the created public subnets. |
0 commit comments