mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 10:56:56 +00:00
make sure not to delete iam role before nodes finish
This commit is contained in:
parent
9c70404318
commit
aa8191bf40
@ -25,6 +25,7 @@ data "aws_ami" "node" {
|
||||
|
||||
resource "aws_cloudformation_stack" "nodes" {
|
||||
depends_on = [
|
||||
aws_iam_role.nodes,
|
||||
aws_internet_gateway.nodes,
|
||||
aws_security_group.nodes,
|
||||
aws_subnet.public,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user