Minor fixes
- DNS implementation - Fixed missing mount in encrypted volumes - Improved chronograph.sh
This commit is contained in:
@@ -69,3 +69,27 @@ variable "system_id" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "cloudns_auth_id" {
|
||||
description = "Cloudns Auth ID"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "cloudns_password" {
|
||||
description = "Cloudns Password"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "scaleway_dkim_key" {
|
||||
description = "Scaleway DKIM key"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
variable "scaleway_dkim_value" {
|
||||
description = "Scaleway DKIM value"
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user