Move aws ses dkim keys into terraform
This commit is contained in:
parent
e17156a8ca
commit
6f9f888478
12 changed files with 95 additions and 20 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue