Files
opentf/terraform/testdata/plan-targeted-module-untargeted-variable/child/main.tf
2019-06-30 10:16:15 +02:00

6 lines
74 B
HCL

variable "id" {}
resource "aws_instance" "mod" {
value = "${var.id}"
}