Skip to content

Instantly share code, notes, and snippets.

@guivin
Created April 4, 2022 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guivin/8b86c0fe2ba1b8a740556ed8d54adf0e to your computer and use it in GitHub Desktop.
Save guivin/8b86c0fe2ba1b8a740556ed8d54adf0e to your computer and use it in GitHub Desktop.
terraform_tflint_example
provider "aws" {
region = "missing"
}
resource "aws_instance" "foo" {
ami = "ami-0ff8a91507f77f867"
instance_type = "wrong" # invalid type!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment