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