mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-15 19:22:46 -06:00
5 lines
53 B
HCL
5 lines
53 B
HCL
data "test" "foo" {
|
|
count = 2
|
|
for_each = ["a"]
|
|
}
|