Files
2025-09-02 13:21:19 +04:00

8 lines
101 B
HCL

locals {
items = toset(["a", "b"])
}
resource "test_instance" "this" {
for_each = local.items
}