-
Notifications
You must be signed in to change notification settings - Fork 263
Namespace tag docs #3765
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
base: main
Are you sure you want to change the base?
Namespace tag docs #3765
Conversation
tcld namespace get --namespace testns.acct | jq '.tags' | ||
``` | ||
|
||
### Terraform |
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.
Replace these inline examples with link to examples when temporalio/terraform-provider-temporalcloud#319 merges
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.
Similarly, we have a dedicated section for terraform docs here https://docs.temporal.io/production-deployment/cloud/terraform-provider#manage-temporal-cloud-namespaces-with-terraform - do we want to add there/hyperlink or better to keep the samples here?
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.
Good question - the Terraform docs page is WAY out of date (for instance: it says we have 2 data sources, but we're currently close to 10) so I'm inclined to link directly to the TF repo instead.
I'll track a separate TODO to replace or update those TF docs.
Co-authored-by: Shivam Ajmera <[email protected]>
What does this PR do?
Adds tag docs to the manage namespaces page.
Tested locally.