Skip to content

Commit

Permalink
Merge pull request #27 from clouddrove/dev
Browse files Browse the repository at this point in the history
value updated
  • Loading branch information
Sohan Yadav authored Feb 11, 2022
2 parents 3f62f17 + 54c4537 commit 71a7592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ resource "aws_subnet" "private" {
count.index
) : var.ipv6_cidrs[count.index]

assign_ipv6_address_on_creation = false
assign_ipv6_address_on_creation = var.assign_ipv6_address_on_creation

tags = merge(
module.private-labels.tags,
Expand Down

0 comments on commit 71a7592

Please sign in to comment.