From 2caa6fc520fe844e0b6ed4e27898872ba29fda9f Mon Sep 17 00:00:00 2001 From: Dawud <7688823+technowhizz@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:00:43 +0000 Subject: [PATCH] Fix typo in variables.tf --- .../skeleton/{{cookiecutter.environment}}/tofu/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {