Skip to content

Instantly share code, notes, and snippets.

@guivin
Created April 4, 2022 09:50
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/6544b60dab8d67fe3c842f21db39fb6c to your computer and use it in GitHub Desktop.
Save guivin/6544b60dab8d67fe3c842f21db39fb6c to your computer and use it in GitHub Desktop.
terraform-typos
provider "aws" {
region = "us-east-1"
}
resource "aws_instanc" "foo" {
ami = "ami-0ff8a91507f77f867"
instance_type = "t2.small"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment