mirror of https://github.com/hashicorp/terraform
parent
0699cde1d4
commit
20da842bcf
@ -0,0 +1,3 @@
|
||||
resource "aws_instance" "web" {
|
||||
depends_on = ["aws_instance.db"]
|
||||
}
|
||||
Loading…
Reference in new issue