opentofu/terraform/testdata/plan-targeted-cross-module/B/main.tf
2019-06-30 10:16:15 +02:00

6 lines
80 B
HCL

variable "input" {}
resource "aws_instance" "bar" {
foo = "${var.input}"
}