mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-20 19:00:38 -05:00
4 lines
52 B
HCL
4 lines
52 B
HCL
resource "aws_instance" "test" {
|
|
count = "-5"
|
|
}
|