github.com/greysond/terraform@v0.8.5-0.20170124173113-439b5507bbe9/terraform/test-fixtures/validate-module-deps-cycle/b/main.tf (about)

     1  variable "input" {}
     2  
     3  resource "aws_instance" "b" {
     4    name = "${var.input}"
     5  }