mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-01 11:47:07 -06:00
6 lines
79 B
HCL
6 lines
79 B
HCL
variable "foo" {}
|
|
|
|
resource "aws_instance" "web" {
|
|
ami = "${var.foo}"
|
|
}
|