Skip to content

Commit 9a23dbb

Browse files
committed
Fix formatting of ssh_key_name in terraform.tfvars
1 parent 1706e25 commit 9a23dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Terraform/terraform.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ node_groups = {
2525
min_size = 1
2626
}
2727

28-
ssh_key_name = "MyPairKey"
28+
ssh_key_name = "MyPairKey"
2929
}
3030
}
3131

0 commit comments

Comments
 (0)