Skip to content

Commit

Permalink
Update ec2.tf test
Browse files Browse the repository at this point in the history
  • Loading branch information
jneytchev-at-panw authored Apr 16, 2024
1 parent 835ff69 commit 163fec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aws/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_instance" "web_host" {
# ec2 have plain text secrets in user data
ami = "${var.ami}"
instance_type = "t2.nano"

# this should go boom
vpc_security_group_ids = [
"${aws_security_group.web-node.id}"]
subnet_id = "${aws_subnet.web_subnet.id}"
Expand Down

0 comments on commit 163fec7

Please sign in to comment.