mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 23:51:07 -05:00
adds vpc sgs to good test
This commit is contained in:
parent
c4270769a2
commit
772df7ff4b
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@ resource "aws_instance" "good" {
|
||||||
instance_type = "t2.small"
|
instance_type = "t2.small"
|
||||||
associate_public_ip_address = false
|
associate_public_ip_address = false
|
||||||
|
|
||||||
|
vpc_security_group_ids = ["sg-12345678901234567"]
|
||||||
|
|
||||||
ebs_block_device {
|
ebs_block_device {
|
||||||
encrypted = true
|
encrypted = true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue