Manage scopes
Scopes group Boundary resources. You can update the name or description of an org or project scope, or delete a scope and the resources it contains.
When Terraform manages a scope, update or delete it in Terraform. Making the same change in the Admin UI or CLI can cause the next Terraform plan to report drift.
Requirements
- You have a role with permission to update or delete the scope. Refer to Resource tables and Manage access with roles.
- You have logged in to Boundary when you use the Admin UI or CLI.
- You have configured the Terraform Boundary provider when you use Terraform.
Update a scope
You can update the name or description of an existing org or project scope.
Complete the following steps to update a scope:
Select whether you want to update an org scope or a project scope:
- Log in to Boundary.
- Select Orgs in the navigation pane, and then select the org scope that you want to update.
- Select Org Settings in the navigation pane.
- Click Edit Form.
- Update the Name or Description fields.
- Click Save.
Delete a scope
You cannot delete the global scope.
Complete the following steps to delete an org or project scope:
Select whether you want to delete an org scope or a project scope:
- Log in to Boundary.
- Select Orgs in the navigation pane, and then select the org scope that you want to delete.
- Select Org Settings in the navigation pane.
- Click Manage, and then select Delete.
- Click Delete to confirm.
More information
- To learn more about scope types and their relationships, refer to Scopes.
- To view all scope commands, refer to the CLI
scopestopic. - For more information about managing scopes using Terraform, refer to the Boundary provider documentation for scopes.
Next steps
- To create an org or project scope, refer to Create scopes to group resources.
- To manage permissions within a scope, refer to Manage access with roles.