6 lines
72 B
Terraform
6 lines
72 B
Terraform
|
variable "foo" {}
|
||
|
|
||
|
resource "aws_instance" "web" {
|
||
|
count = "nope"
|
||
|
}
|