diff --git a/README.md b/README.md index 1faab4d..f92f23d 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ No modules. | [assume\_policy\_document](#input\_assume\_policy\_document) | JSON policy document for role to assume (i.e., the SAML assume document) | `string` | `""` | no | | [attached\_policies](#input\_attached\_policies) | List of IAM Policy ARNs to attach to this role | `list(string)` | `[]` | no | | [component\_tags](#input\_component\_tags) | Additional tags for Components (role, policy) | `map(map(string))` |
{
"policy": {},
"role": {}
}
| no | -| [enable\_instance\_profile ](#input\_enable\_instance\_profile ) | Flag to enable/disable instance profile on role | `bool` | `false` | no | +| [enable\_instance\_profile](#input\_enable\_instance\_profile) | Flag to enable/disable instance profile on role | `bool` | `false` | no | | [enable\_ldap\_creation](#input\_enable\_ldap\_creation) | Flag to enable/disable LDAP object creation for role group (for SAML only). Also requires LDAP credentials. | `bool` | `false` | no | | [inline\_policies](#input\_inline\_policies) | List of IAM Policy Document objects to include in this role. Format is {name=name,policy=policy-json} | `list(object({ name = string, policy = string }))` | `[]` | no | | [instance\_profile\_path](#input\_instance\_profile\_path) | Instance profile path | `string` | `"/"` | no | diff --git a/variables.tf b/variables.tf index b3bb526..8cfe127 100644 --- a/variables.tf +++ b/variables.tf @@ -21,7 +21,7 @@ variable "enable_ldap_creation" { default = false } -variable "enable_instance_profile " { +variable "enable_instance_profile" { description = "Flag to enable/disable instance profile on role" type = bool default = false