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

EDU-3601: Small change for TF User best practices docs. #3219

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/production-deployment/cloud/terraform-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ Cautions about Temporal User management:
- Account Owners and Global Admins automatically gain access to all Namespaces in Temporal.
Therefore, you cannot specify Namespace access for these roles.
This is also true for Service Accounts.
- Follow Terraform best practices for resource management.
Manage a specific user in one and only one .tf file.
There's a risk that you may overwrite a user's permissions if you don't.
- To Import a user, you'll need the User's ID which is currently not available in the Temporal Cloud UI.
You can fetch current User ID by running the `tcld user list` command.

Expand Down