infra/terraform/gandi.tf

12 lines
337 B
Terraform
Raw Normal View History

2023-01-25 13:31:54 +01:00
# 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)
}