mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
edb92e93bf
Closes #68
4 lines
134 B
HCL
4 lines
134 B
HCL
resource "aws_instance" "bad" {
|
|
ami = "ami-0ff8a91507f77f867"
|
|
instance_type = "t.2xlarge" # invalid type!
|
|
}
|