terraform/config/testdata/validate-bad-depends-on/main.tf

4 lines
71 B
HCL

resource "aws_instance" "web" {
depends_on = ["aws_instance.db"]
}