terraform/*: format

This commit is contained in:
zowoq 2022-11-16 08:31:16 +10:00
parent 00385fa58e
commit 68b4cf8e31
3 changed files with 8 additions and 8 deletions

View file

@ -118,7 +118,7 @@ locals {
}
resource "cloudflare_record" "nix-community-org-github-pages" {
for_each = {for page in local.github_pages: page => page}
for_each = { for page in local.github_pages : page => page }
zone_id = local.nix_community_org_zone_id
name = each.value