We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47b814f + 0540135 commit 597d923Copy full SHA for 597d923
network.tf
@@ -59,6 +59,8 @@ resource "aws_subnet" "quortex" {
59
},
60
var.tags
61
)
62
+
63
+ depends_on = [aws_vpc_ipv4_cidr_block_association.secondary]
64
}
65
66
# Internet Gateway
0 commit comments