Skip to content

Commit

Permalink
chore(README): Fix Endpoint URL attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoghx committed Feb 7, 2024
1 parent 050357f commit 282935a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/service/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The following `attributes` are valid on an AWS storage bucket resource:
- `disable_credential_rotation` (bool): If `true`, credential rotation will not
be performed.
- `region` (string): The region to configure the storage bucket for.
- `endpoint-url` (string): The endpoint to configure the storage.
- `endpoint_url` (string): The endpoint to configure the storage.
- `role_arn` (string): The role arn configured for the assume role provider.
- `role_external_id` (string): The external id configured for the assume role provider.
- `role_session_name` (string): The session name configured for the assume role provider.
Expand Down

0 comments on commit 282935a

Please sign in to comment.