diff --git a/variables.tf b/variables.tf index bc20d42..ad21daf 100644 --- a/variables.tf +++ b/variables.tf @@ -458,4 +458,5 @@ variable "certification_manager_helm_config" { variable "certification_manager_extra_configs" { description = "Override attributes of helm_release terraform resource" type = any - default = {} \ No newline at end of file + default = {} +} \ No newline at end of file