Skip to content

Instantly share code, notes, and snippets.

@mooyoul
Created December 28, 2016 18:33
Show Gist options
  • Save mooyoul/d28993544eb0bec8bd939c7a8af21edf to your computer and use it in GitHub Desktop.
Save mooyoul/d28993544eb0bec8bd939c7a8af21edf to your computer and use it in GitHub Desktop.
Terraform 101 - Defining Variables
variable "access_key" {}
variable "secret_key" {}
variable "region" {
default = "ap-northeast-2"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment