Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
Open
11 changes: 11 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,14 @@ variable "vpc_id" {
description = "The ID of the VPC in which the nodes will be deployed. Uses default VPC if not supplied."
default = ""
}

variable "enable_s3_backend" {
description = "Whether to configure an S3 storage backend in addition to Consul."
default = false
}

variable "enable_EC2_IAM_Auth" {
description = "Configure IAM Instance Profile on Vault cluster members to permit the user to enable AWS Auth backend. Note that this does NOT actually enable the backend, but merely sets policys that will permit it to function as expected."
default = false
}