Skip to content

Commit 71a7592

Browse files
author
Sohan Yadav
authored
Merge pull request #27 from clouddrove/dev
value updated
2 parents 3f62f17 + 54c4537 commit 71a7592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ resource "aws_subnet" "private" {
229229
count.index
230230
) : var.ipv6_cidrs[count.index]
231231

232-
assign_ipv6_address_on_creation = false
232+
assign_ipv6_address_on_creation = var.assign_ipv6_address_on_creation
233233

234234
tags = merge(
235235
module.private-labels.tags,

0 commit comments

Comments
 (0)