diff --git a/docs/resources/uuid.md b/docs/resources/uuid.md index 60166c66..b616356d 100644 --- a/docs/resources/uuid.md +++ b/docs/resources/uuid.md @@ -11,7 +11,7 @@ description: |- The resource `random_uuid` generates random uuid string that is intended to be used as unique identifiers for other resources. -This resource uses [hashicorp/go-uuid](https://github.com/hashicorp/go-uuid) to generate a UUID-formatted string for use with services needed a unique string identifier. +This resource uses [hashicorp/go-uuid](https://github.com/hashicorp/go-uuid) to generate a UUID-formatted string for use with services needing a unique string identifier. ## Example Usage