Fixes #284
Changes the AWS profile to be a user-supplied variable, opposed to statically being just `terraform`.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
variable "region" {
|
||||
default = "us-west-1"
|
||||
}
|
||||
variable "profile" {
|
||||
default = "terraform"
|
||||
}
|
||||
variable "availability_zone" {
|
||||
description = "https://www.terraform.io/docs/providers/aws/d/availability_zone.html"
|
||||
default = ""
|
||||
|
||||
Reference in New Issue
Block a user