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
17
variables.tf
17
variables.tf
|
@ -32,6 +32,19 @@ variable "authentik_token" {
|
|||
}
|
||||
|
||||
|
||||
variable "aws_region" {
|
||||
default = "eu-north-1"
|
||||
}
|
||||
|
||||
variable "aws_access_key" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "aws_secret_key" {
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
|
||||
variable "contabo_client_id" {
|
||||
sensitive = true
|
||||
}
|
||||
|
@ -169,3 +182,7 @@ variable "hosts" {
|
|||
datacenter = optional(string)
|
||||
}))
|
||||
}
|
||||
|
||||
variable "email_domains" {
|
||||
type = set(string)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue