mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-25 16:06:25 -06:00
8 lines
90 B
HCL
8 lines
90 B
HCL
resource "test_thing" "zero" {
|
|
count = 0
|
|
}
|
|
|
|
resource "test_thing" "one" {
|
|
count = 1
|
|
}
|