4 lines
41 B
Terraform
4 lines
41 B
Terraform
|
data "test" "foo" {
|
||
|
for_each = ["a"]
|
||
|
}
|