-
Notifications
You must be signed in to change notification settings - Fork 83
Add docs for explorer workspace tags [TF-30537] #957
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
Conversation
Vercel Previews Deployed
|
Broken Link CheckerNo broken links found! 🎉 |
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.
1 opportunity for clarification, but everything here looks right to me and the cURL works on my machine 👍
content/terraform-docs-common/docs/cloud-docs/api-docs/explorer.mdx
Outdated
Show resolved
Hide resolved
ea77c2e
to
749a3db
Compare
749a3db
to
84d8c6e
Compare
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.
ty for the update!
96fdbc2
to
b9f08a3
Compare
b9f08a3
to
fc6ac72
Compare
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.
Looks good!
| `resources_drifted` | `number` | The count of resources that drift was detected for. | | ||
| `resources_undrifted` | `number` | The count of resources that drift was not detected for. | | ||
| `state_version_terraform_version` | `string` | The Terraform version used to create the current run's state file. | | ||
| `tags` | `string` | A comma separated list of tags (keys and key:value pairs) applied to this workspace. | |
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.
| `tags` | `string` | A comma separated list of tags (keys and key:value pairs) applied to this workspace. | | |
| `tags` | `string` | A comma separated list of tags, which are keys and `key:value` pairs, that are applied to this workspace. | |
JIRA
Explorer workspaces now have a
tags
field, add to documentation.