infra/terraform/gandi.tf
2023-02-11 17:00:31 +01:00

11 lines
337 B
HCL

# FIXME: Not declared because needs the owners block and so would require us
# to expose personal mail addresses to the public.
#
# resource "gandi_domain" "nix_community" {
# name = "nix-community.org"
# }
resource "gandi_email_forwarding" "admin" {
source = "admin@nix-community.org"
destinations = values(local.admins)
}