Skip to content

Instantly share code, notes, and snippets.

@loujaybee
Created April 21, 2020 06:42
Show Gist options
  • Save loujaybee/5de7477112bf8e4965223fa942fa1500 to your computer and use it in GitHub Desktop.
Save loujaybee/5de7477112bf8e4965223fa942fa1500 to your computer and use it in GitHub Desktop.
AWS EC2 Instance Resource Block
resource "aws_instance" "myInstance" {
ami = "ami-06ce3edf0cff21f07"
instance_type = "t2.micro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment