mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
make bad fail
This commit is contained in:
parent
906cb937d1
commit
16e2c0ca07
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
resource "aws_instance" "bad" {
|
||||
ami = "ami-0ff8a91507f77f867"
|
||||
instance_type = "t.2xlarge" # invalid type!
|
||||
instance_type = # invalid type!
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue