Skip to content

Commit c681d29

Browse files
authored
doc: fix typo nameOrId to nameOrID (#2531)
Issue #, if available: Fixes #2514 Description of changes: AdoptedResource aws block expects `nameOrID`. Docs incorrectly mentioned `nameOrId` in one place which was confusing. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 582e181 commit c681d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/user-docs/adopted-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can find which field is required
5353
by finding the unique identifier field used by the `Describe*`, `List*`, or `Get*` API
5454
calls for that resource.
5555

56-
If we were adopting for an IAM Role, since the [IAM Get Role API][iamrole-get] call requires `RoleName`, you should set `.spec.aws.nameOrId` to the name of the role you would like to adopt.
56+
If we were adopting for an IAM Role, since the [IAM Get Role API][iamrole-get] call requires `RoleName`, you should set `.spec.aws.nameOrID` to the name of the role you would like to adopt.
5757

5858
If we were adopting for an IAM Policy, since the [IAM Get Policy API][iampolicy-get] call requires `PolicyArn`, you should set `.spec.aws.arn` to the ARN of the policy you would like to adopt.
5959

0 commit comments

Comments
 (0)