Move aws ses dkim keys into terraform

This commit is contained in:
Tobias Reisinger 2024-10-22 17:44:00 +02:00
parent e17156a8ca
commit 6f9f888478
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 95 additions and 20 deletions

View file

@ -7,6 +7,10 @@ backend_bucket = ""
authentik_token = ""
aws_region = ""
aws_access_key = ""
aws_secret_key = ""
contabo_client_id = ""
contabo_client_secret = ""
contabo_user = ""
@ -30,3 +34,8 @@ scaleway_secret_key = ""
tailscale_api_key = ""
tailscale_tailnet = ""
email_domains = [
"example.com",
]