Skip to content

Commit 4de2d41

Browse files
authored
Fix typo in variables.tf (#609)
1 parent 06ae09b commit 4de2d41

File tree

1 file changed

+1
-1
lines changed
  • environments/skeleton/{{cookiecutter.environment}}/tofu

1 file changed

+1
-1
lines changed

environments/skeleton/{{cookiecutter.environment}}/tofu/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variable "key_pair" {
2626

2727
variable "control_node_flavor" {
2828
type = string
29-
description = "Flavor name for control name"
29+
description = "Flavor name for control node"
3030
}
3131

3232
variable "login" {

0 commit comments

Comments
 (0)