Skip to content

Commit

Permalink
Fix security group labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 2, 2024
1 parent 951ec12 commit 7560724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/modules/ansible_controller/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "aws_instance" "ansible_controller" {
create_before_destroy = true
}

security_groups = [aws_security_group.ansible_ctrl_sg.id]
vpc_security_group_ids = [aws_security_group.ansible_ctrl_sg.id]

tags = var.tags
}
Expand Down

0 comments on commit 7560724

Please sign in to comment.