Skip to content

Commit 1ae3c0b

Browse files
authored
fix: Correct verifiedpermissions_identity_source docs (#44834)
The identity_token_only object doesn't support a group_entity_type attribute, but instead a principal_id_claim attribute. AWS API ref: https://docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_OpenIdConnectIdentityTokenConfiguration.html Resource schema: https://github.com/hashicorp/terraform-provider-aws/blob/1ce57fb1864f09b65ee25ec911024a7e4010e34f/internal/service/verifiedpermissions/identity_source.go#L183-L192
1 parent 99598af commit 1ae3c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/verifiedpermissions_identity_source.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ This resource supports the following arguments:
117117
#### Identity Token Only
118118

119119
* `client_ids` - (Optional) The ID token audience, or client ID, claim values that you want to accept in your policy store from an OIDC identity provider.
120-
* `group_entity_type` - (Optional) The claim that determines the principal in OIDC access tokens.
120+
* `principal_id_claim` - (Optional) The claim that determines the principal in OIDC identity tokens.
121121

122122
#### Open ID Group Configuration
123123

0 commit comments

Comments
 (0)