Merge pull request #284 from tekn0ir/iam_path

Add optional iam_path
This commit is contained in:
Brandon J. O'Connor
2019-03-06 23:09:00 -08:00
committed by GitHub
6 changed files with 17 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ MIT Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-a
| workers\_group\_launch\_template\_defaults | Override default values for target groups. See workers_group_defaults_defaults in local.tf for valid keys. | map | `{}` | no |
| write\_aws\_auth\_config | Whether to write the aws-auth configmap file. | string | `"true"` | no |
| write\_kubeconfig | Whether to write a Kubectl config file containing the cluster configuration. Saved to `config_output_path`. | string | `"true"` | no |
| iam\_path | If provided, all IAM roles will be created with path. | string | `"/"` | no |
## Outputs