Skip to content

Commit

Permalink
[no jira] Fix manager node role in fresh install docs (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
byDimasik authored Jun 24, 2024
1 parent 466158c commit 349e78c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource "aws_instance" "cluster-controller" {
instance_type = var.cluster_flavor

tags = {
Name = "controller"
Name = "controller+worker"
}
key_name = aws_key_pair.cluster-key.key_name
vpc_security_group_ids = [aws_security_group.cluster_allow_ssh.id]
Expand Down

0 comments on commit 349e78c

Please sign in to comment.