Refactor DNS records and local variables; replace data source with local values for Contabo instance and add IMAP/SMTP CNAME records

This commit is contained in:
2025-03-15 22:51:05 +01:00
parent afe0a1010d
commit 52b1649c3e
5 changed files with 63 additions and 80 deletions
+19 -19
View File
@@ -28,28 +28,28 @@ variable "scaleway_user_id" {
sensitive = true
}
variable "contabo_client_id" {
description = "Contabo Client ID"
type = string
sensitive = true
}
# variable "contabo_client_id" {
# description = "Contabo Client ID"
# type = string
# sensitive = true
# }
variable "contabo_client_secret" {
description = "Contabo Client Secret"
type = string
sensitive = true
}
# variable "contabo_client_secret" {
# description = "Contabo Client Secret"
# type = string
# sensitive = true
# }
variable "contabo_api_password" {
description = "Contabo API Password"
type = string
sensitive = true
}
# variable "contabo_api_password" {
# description = "Contabo API Password"
# type = string
# sensitive = true
# }
variable "contabo_api_user" {
description = "Contabo API User"
type = string
}
# variable "contabo_api_user" {
# description = "Contabo API User"
# type = string
# }
variable "encryption_key" {
description = "Encryption key for sensitive data"