Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): make it clear that volume name has to start with a letter #1024

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

ahasna
Copy link
Contributor

@ahasna ahasna commented Aug 29, 2023

In the DigitalOcean API docs for creating a volume, it is stated that the volume must start wit a letter which is missing from the provider docs.

name required | string 

A human-readable name for the block storage volume.
Must be lowercase and be composed only of numbers, letters and "-", up to a limit of 64 characters. 
The name must begin with a letter.

@ahasna ahasna changed the title fix(docs): make it clear that volume has to start with a letter fix(docs): make it clear that volume name has to start with a letter Aug 29, 2023
Copy link
Member

@andrewsomething andrewsomething left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Nice catch. Thanks!

@andrewsomething andrewsomething merged commit bf1161f into digitalocean:main Aug 29, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants