opentofu/terraform/test-fixtures/validate-required-var/main.tf
Mitchell Hashimoto d28e5a1638 dos2unix
2014-07-28 10:43:00 -07:00

6 lines
74 B
HCL

variable "foo" {}
resource "aws_instance" "web" {
ami = "${var.foo}"
}