Skip to content

Commit 7e5439e

Browse files
committed
fix: remove group name.
1 parent 43d1cb9 commit 7e5439e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

terraform/ec2.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ resource "aws_instance" "bastion" {
55

66
subnet_id = aws_subnet.public[0].id
77
vpc_security_group_ids = [aws_security_group.bastion-sg.id]
8-
security_groups = [aws_security_group.bastion-sg.name]
98
iam_instance_profile = aws_iam_instance_profile.ssm_instance_profile.name
109

1110
root_block_device {

0 commit comments

Comments
 (0)