terraform/*: format
This commit is contained in:
parent
00385fa58e
commit
68b4cf8e31
3 changed files with 8 additions and 8 deletions
terraform
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue