We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d1cb9 commit 7e5439eCopy full SHA for 7e5439e
terraform/ec2.tf
@@ -5,7 +5,6 @@ resource "aws_instance" "bastion" {
5
6
subnet_id = aws_subnet.public[0].id
7
vpc_security_group_ids = [aws_security_group.bastion-sg.id]
8
- security_groups = [aws_security_group.bastion-sg.name]
9
iam_instance_profile = aws_iam_instance_profile.ssm_instance_profile.name
10
11
root_block_device {
0 commit comments