4 lines
52 B
HCL
4 lines
52 B
HCL
resource "aws_instance" "test" {
|
|
count = "-5"
|
|
}
|
resource "aws_instance" "test" {
|
|
count = "-5"
|
|
}
|