mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
add more dependencies to reduce race
This commit is contained in:
parent
a30da1a10c
commit
9c70404318
@ -24,7 +24,12 @@ data "aws_ami" "node" {
|
||||
}
|
||||
|
||||
resource "aws_cloudformation_stack" "nodes" {
|
||||
depends_on = [aws_internet_gateway.nodes]
|
||||
depends_on = [
|
||||
aws_internet_gateway.nodes,
|
||||
aws_security_group.nodes,
|
||||
aws_subnet.public,
|
||||
aws_subnet.private,
|
||||
]
|
||||
|
||||
capabilities = ["CAPABILITY_IAM"]
|
||||
on_failure = "DELETE"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user