Skip to content

Commit

Permalink
add missing tf_bucket variable
Browse files Browse the repository at this point in the history
  • Loading branch information
etwillbefine committed Dec 31, 2019
1 parent e0fd1ec commit 075f5b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ variable "account_key_state_module" {
description = "Reference to a remote state module with an output named account_key_pem"
}

variable "tf_bucket" {
type = string
default = ""
description = "Name of an S3 bucket to read remote state from"
}

variable "region" {
type = string
default = ""
Expand Down

0 comments on commit 075f5b3

Please sign in to comment.