Skip to content

Commit 54c4537

Browse files
committed
value updated
1 parent 3f62f17 commit 54c4537

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)