mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-26 17:01:10 -05:00
7 lines
88 B
HCL
7 lines
88 B
HCL
resource "aws_instance" "no_count" {
|
|
}
|
|
|
|
resource "aws_instance" "count" {
|
|
count = 1
|
|
}
|