Skip to content

Commit

Permalink
Merge pull request #2 from boldandbusted/Add_reccomended_Vault_IAM_Po…
Browse files Browse the repository at this point in the history
…licy_for_AWS_Auth_method

Remove duplicate vpc_id variable; set default to false for new enable_EC2_IAM_Auth variable.
  • Loading branch information
boldandbusted authored Apr 13, 2018
2 parents e349cbf + 03d8194 commit 7257e89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions examples/vault-cluster-private/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,3 @@ variable "vpc_id" {
default = ""
}

variable "vpc_id" {
description = "The ID of the VPC in which the nodes will be deployed. Uses default VPC if not supplied."
default = ""
}
1 change: 1 addition & 0 deletions modules/vault-cluster/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -178,4 +178,5 @@ variable "force_destroy_s3_bucket" {

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
}

0 comments on commit 7257e89

Please sign in to comment.