This module creates following resources.
kubernetes_config_map
Name | Version |
---|---|
terraform | >= 1.10 |
kubernetes | >= 2.0 |
Name | Version |
---|---|
kubernetes | 2.36.0 |
No modules.
Name | Type |
---|---|
kubernetes_config_map.this | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
fargate_profile_roles | (Optional) A list of ARNs of AWS IAM Roles for EKS fargate profiles. | list(string) |
[] |
no |
map_accounts | (Optional) AWS account numbers to automatically map IAM ARNs from. | list(string) |
[] |
no |
map_roles | (Optional) Additional mapping for IAM roles and Kubernetes RBAC. | list(object({ |
[] |
no |
map_users | (Optional) Additional mapping for IAM users and Kubernetes RBAC. | list(object({ |
[] |
no |
node_roles | (Optional) A list of ARNs of AWS IAM Roles for EKS node. | list(string) |
[] |
no |
Name | Description |
---|---|
config_map | The data of kube-system/aws-auth ConfigMap. |