github.com/sfdevops1/terrra4orm@v0.11.12-beta1/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  }