fix: Rebuild examples (#1625)

This commit is contained in:
Dawid Rogaczewski
2021-10-12 15:20:14 +02:00
committed by GitHub
parent 54a5f1e42b
commit 99d289988d
45 changed files with 1281 additions and 708 deletions

View File

@@ -71,13 +71,13 @@ variable "aws_auth_additional_labels" {
}
variable "map_accounts" {
description = "Additional AWS account numbers to add to the aws-auth configmap. See examples/basic/variables.tf for example format."
description = "Additional AWS account numbers to add to the aws-auth configmap."
type = list(string)
default = []
}
variable "map_roles" {
description = "Additional IAM roles to add to the aws-auth configmap. See examples/basic/variables.tf for example format."
description = "Additional IAM roles to add to the aws-auth configmap."
type = list(object({
rolearn = string
username = string
@@ -87,7 +87,7 @@ variable "map_roles" {
}
variable "map_users" {
description = "Additional IAM users to add to the aws-auth configmap. See examples/basic/variables.tf for example format."
description = "Additional IAM users to add to the aws-auth configmap."
type = list(object({
userarn = string
username = string