updating changelog, variables and readme

This commit is contained in:
Max Williams
2018-07-10 12:28:52 +02:00
parent 58c4a0e30f
commit 2775f35547
3 changed files with 17 additions and 8 deletions

View File

@@ -33,19 +33,19 @@ variable "manage_aws_auth" {
}
variable "map_accounts" {
description = "Additional AWS account numbers to add to the aws-auth configmap"
description = "Additional AWS account numbers to add to the aws-auth configmap."
type = "list"
default = []
}
variable "map_roles" {
description = "Additional IAM roles to add to the aws-auth configmap"
description = "Additional IAM roles to add to the aws-auth configmap."
type = "list"
default = []
}
variable "map_users" {
description = "Additional IAM users to add to the aws-auth configmap"
description = "Additional IAM users to add to the aws-auth configmap."
type = "list"
default = []
}