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