# Define variables variable "aws_region" { type = string default = "us-west-2" } variable "aws_access_key" { type = string default = "" } variable "aws_secret_key" { type = string default = "" }