Skip to content

Instantly share code, notes, and snippets.

@mooyoul
Created December 19, 2016 16:40
Show Gist options
  • Save mooyoul/04b2d34fe1c5e873f7bda89facc9bd89 to your computer and use it in GitHub Desktop.
Save mooyoul/04b2d34fe1c5e873f7bda89facc9bd89 to your computer and use it in GitHub Desktop.
Terraform 101 - Change configuration
resource "aws_instance" "example" {
ami = "ami-983ce8f6"
instance_type = "t2.micro"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment