Merge pull request #11385 from misham/patch-1

Update documentation for roles attribute for iam_instance_profile
This commit is contained in:
Clint 2017-01-24 13:43:32 -06:00 committed by GitHub
commit 27e29420e5
1 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ The following arguments are supported:
* `name` - (Optional, Forces new resource) The profile's name.
* `name_prefix` - (Optional, Forces new resource) Creates a unique name beginning with the specified prefix. Conflicts with `name`.
* `path` - (Optional, default "/") Path in which to create the profile.
* `roles` - (Required) A list of role names to include in the profile.
* `roles` - (Required) A list of role names to include in the profile. The current default is 1. If you see an error message similar to `Cannot exceed quota for InstanceSessionsPerInstanceProfile: 1`, then you must contact AWS support and ask for a limit increase.
## Attribute Reference
@ -67,4 +67,4 @@ Instance Profiles can be imported using the `name`, e.g.
```
$ terraform import aws_iam_instance_profile.test_profile app-instance-profile-1
```
```