-
Notifications
You must be signed in to change notification settings - Fork 112
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 a note regarding consul_acl_token_secret_id in the consul_acl_token resource description #365
Conversation
…en resource description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks mostly good, just questions/comments on the docs
|
||
### Basic usage | ||
## Example Usage |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Example Usage | |
## Example usage |
the docs team is moving towards sentence style capitalization for titles so maybe we could do the same here
docs/resources/acl_token.md
Outdated
|
||
The `service_identities` block supports the following arguments: | ||
### Read-Only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Read-Only | |
### Read-only |
docs/resources/acl_token.md
Outdated
|
||
The `node_identities` block supports the following arguments: | ||
<a id="nestedblock--node_identities"></a> | ||
### Nested Schema for `node_identities` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Nested Schema for `node_identities` | |
### Nested schema for `node_identities` |
docs/resources/acl_token.md
Outdated
* `expiration_time` - If set this represents the point after which a token should be considered revoked and is eligible for destruction. | ||
* `namespace` - The namespace to create the token within. | ||
<a id="nestedblock--service_identities"></a> | ||
### Nested Schema for `service_identities` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
### Nested Schema for `service_identities` | |
### Nested schema for `service_identities` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couple of docs nitpick and a question but otherwise this looks good to me. Approving so i dont block the progress of this PR
Also migrate consul_acl_token to tfplugindocs.