diff --git a/environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf b/environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf index 73c872feb..a6868ca0f 100644 --- a/environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf +++ b/environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf @@ -26,7 +26,7 @@ variable "key_pair" { variable "control_node_flavor" { type = string - description = "Flavor name for control name" + description = "Flavor name for control node" } variable "login" {