Skip to content

Commit 6b93344

Browse files
committed
update README.md
1 parent 169c319 commit 6b93344

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)