Add more validations to linter
- Ensure all variables and outputs are sorted - Ensure all variables and outputs have a description - Add data-solutions/data-platform-foundations to linter Fix all modules to follow these new conventions.
This commit is contained in:
@@ -24,12 +24,6 @@ variable "client_networks" {
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "description" {
|
||||
description = "Domain description."
|
||||
type = string
|
||||
default = "Terraform managed."
|
||||
}
|
||||
|
||||
variable "default_key_specs_key" {
|
||||
description = "DNSSEC default key signing specifications: algorithm, key_length, key_type, kind."
|
||||
type = any
|
||||
@@ -42,6 +36,12 @@ variable "default_key_specs_zone" {
|
||||
default = {}
|
||||
}
|
||||
|
||||
variable "description" {
|
||||
description = "Domain description."
|
||||
type = string
|
||||
default = "Terraform managed."
|
||||
}
|
||||
|
||||
variable "dnssec_config" {
|
||||
description = "DNSSEC configuration: kind, non_existence, state."
|
||||
type = any
|
||||
|
||||
Reference in New Issue
Block a user