Skip to content

Commit 597d923

Browse files
authored
Merge pull request #18 from quortex/fix-dependencies
fix dependencies between subnets and vpc cidr associations
2 parents 47b814f + 0540135 commit 597d923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

network.tf

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ resource "aws_subnet" "quortex" {
5959
},
6060
var.tags
6161
)
62+
63+
depends_on = [aws_vpc_ipv4_cidr_block_association.secondary]
6264
}
6365

6466
# Internet Gateway

0 commit comments

Comments
 (0)