mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 17:53:14 -05:00
9 lines
219 B
HCL
9 lines
219 B
HCL
resource "aws_instance" "good" {
|
|
ami = "ami-0ff8a91507f77f867"
|
|
instance_type = "t2.small"
|
|
associate_public_ip_address = false
|
|
|
|
ebs_block_device {
|
|
encrypted = true
|
|
}
|
|
}
|