-
Notifications
You must be signed in to change notification settings - Fork 131
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
TF-15131 Update product documentation with new default project behavior #689
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
4c00f16
to
343404f
Compare
Should this sentence be changed at all or does it still stand? @jbonhag terraform-docs-common/website/docs/cloud-docs/users-teams-organizations/permissions.mdx Line 279 in c262ccb
|
95913f5
to
e54554f
Compare
e54554f
to
c573615
Compare
time of creation and move it to a different project later. | ||
belong to an organization's **Default Project**. You can rename and change the | ||
default project, but you cannot delete it. You can specify a workspace's project | ||
at the time of creation and move it to a different project later. |
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.
I struggled with these updates. How much information is too much information? Should we mention that if no default project exists, you must specify a project on workspace creation?
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.
Instead of suggestions on multiple lines, (which I always find hard to read), here is my suggestion:
"
You can rename the default project or set another project as the default, but you cannot delete an organization's default project. When creating a workspace, you can specify which project it belongs to, and you can always move it to a different project later. If you are creating a workspace and your organization does not have a default project, you must specify which project your workspace belongs to.
"
How does that feel?
|
||
## Delete a Project | ||
|
||
You can only delete projects that do not contain workspaces. | ||
You can only delete a project that does not contain workspaces and is not the | ||
default project. |
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.
In the future, we will allow deleting a default project but that isn't the case today.
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 great! Made some small suggestions for style, but lease feel free to push back on anything that doesn't feel good! ✨
time of creation and move it to a different project later. | ||
belong to an organization's **Default Project**. You can rename and change the | ||
default project, but you cannot delete it. You can specify a workspace's project | ||
at the time of creation and move it to a different project later. |
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.
Instead of suggestions on multiple lines, (which I always find hard to read), here is my suggestion:
"
You can rename the default project or set another project as the default, but you cannot delete an organization's default project. When creating a workspace, you can specify which project it belongs to, and you can always move it to a different project later. If you are creating a workspace and your organization does not have a default project, you must specify which project your workspace belongs to.
"
How does that feel?
|
||
## Delete a Project | ||
|
||
You can only delete projects that do not contain workspaces. | ||
You can only delete a project that does not contain workspaces and is not the |
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.
I think it's a little clearer to start with the default project in this sentence like so:
You can only delete a project that does not contain workspaces and is not the | |
You cannot delete the default project or projects that contain workspaces. |
@@ -79,7 +79,7 @@ You may be able to manage the following organization permissions. | |||
|
|||
#### General | |||
|
|||
Review the organization name and contact email. Organization owners can choose to change the organization name, contact email, and the default execution mode, or delete the organization. When an organization owner updates the default execution mode, all workspaces configured to [inherit this value](/terraform/cloud-docs/workspaces/settings#execution-mode) will be affected. | |||
Review the organization name and contact email. Organization owners can choose to change the organization name, contact email, default execution mode, and the default project, or delete the organization. When an organization owner updates the default execution mode, all workspaces configured to [inherit this value](/terraform/cloud-docs/workspaces/settings#execution-mode) will be affected. |
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.
Review the organization name and contact email. Organization owners can choose to change the organization name, contact email, default execution mode, and the default project, or delete the organization. When an organization owner updates the default execution mode, all workspaces configured to [inherit this value](/terraform/cloud-docs/workspaces/settings#execution-mode) will be affected. | |
Review the organization name and contact email. Organization owners can choose to change the organization name, contact email, default execution mode, and the default project, or delete the organization. When an organization owner updates the default execution mode, all workspaces configured to [inherit this value](/terraform/cloud-docs/workspaces/settings#execution-mode) are affected. |
What
An organization's default project can now be changed or removed. It is now possible that an organization can have no default project.
The following pages have been updated to reflect this change:
Why
This is part of our HCP Terraform unification efforts. See [RFC] TF-867: Configurable Default Project in Terraform Cloud.
Links
Merge Checklist
If items do not apply to your changes, add (N/A) and mark them as complete.
Pull Request
Content
website/redirects.js
for moved, renamed, or deleted pages. N/AReviews