mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-07 18:00:45 -05:00
4 lines
57 B
HCL
4 lines
57 B
HCL
resource "aws_instance" "web" {
|
|
count = "${var.c}"
|
|
}
|