Skip to content

Instantly share code, notes, and snippets.

@radzionc
Created May 22, 2018 07:49
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 radzionc/5772a3d448c7b3de399acb3b9c539605 to your computer and use it in GitHub Desktop.
Save radzionc/5772a3d448c7b3de399acb3b9c539605 to your computer and use it in GitHub Desktop.
variable "aws_access_key" {
default = "<AWS_ACCESS_KEY>"
}
variable "aws_secret_key" {
default = "<AWS_SECRET_KEY>"
}
variable "region" {
default = "<DEFAULT_REGION>"
}
variable "account_id" {
default = "<AWS_ACCOUNT_ID>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment