mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-03 04:10:28 -06:00
6 lines
76 B
HCL
6 lines
76 B
HCL
variable "foo" {}
|
|
|
|
resource "aws_instance" "foo" {
|
|
foo = "${var.foo}"
|
|
}
|