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

Add documentation details on the name field of apikeys_key #11725

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions website/docs/r/apikeys_key.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,7 @@ The following arguments are supported:

* `name` -
(Required)
The resource name of the key. The name must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. In another word, the name must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?.


The resource name of the key. The name must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. In another words, the name must match the regular expression: [a-z]([a-z0-9-]{0,61}[a-z0-9])?. Please note that this field is used as an uuid on the Google side and that the values are not freed immediately upon resource deletion, you might therefore want to randomize this field.

The `allowed_applications` block supports:

Expand Down