mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-29 08:01:48 -04:00
6 lines
78 B
HCL
6 lines
78 B
HCL
variable "foo" {}
|
|
|
|
resource "aws_instance" "web" {
|
|
count = "${var.foo}"
|
|
}
|