Skip to content

Commit

Permalink
Fixed type in delete-open-id-connect-provider example
Browse files Browse the repository at this point in the history
  • Loading branch information
bisdavid committed Feb 6, 2019
1 parent a39803e commit aabb574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/examples/iam/delete-open-id-connect-provider.rst
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This example deletes the IAM OIDC provider that connects to the provider ``example.oidcprovider.com``::

aws aim delete-open-id-connect-provider --open-id-connect-provider-arn arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com
aws iam delete-open-id-connect-provider --open-id-connect-provider-arn arn:aws:iam::123456789012:oidc-provider/example.oidcprovider.com


For more information, see `Using OpenID Connect Identity Providers`_ in the *Using IAM* guide.
Expand Down

0 comments on commit aabb574

Please sign in to comment.