adds vpc sgs to good test

This commit is contained in:
Cesar Rodriguez 2020-08-26 23:39:56 -04:00
parent c4270769a2
commit 772df7ff4b

View file

@ -3,6 +3,8 @@ resource "aws_instance" "good" {
instance_type = "t2.small"
associate_public_ip_address = false
vpc_security_group_ids = ["sg-12345678901234567"]
ebs_block_device {
encrypted = true
}