6 lines
76 B
HCL
6 lines
76 B
HCL
variable "foo" {}
|
|
|
|
resource "aws_instance" "bar" {
|
|
foo = "${var.foo}"
|
|
}
|