github.com/ojiry/terraform@v0.8.2-0.20161218223921-e50cec712c4a/config/test-fixtures/validate-bad-depends-on/main.tf (about)

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