Skip to content

Commit

Permalink
docs: permissions if local-id is set
Browse files Browse the repository at this point in the history
  • Loading branch information
malhussan committed Feb 12, 2025
1 parent 64f3d16 commit af68dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/tenant_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (r *tenantResource) Schema(_ context.Context, _ resource.SchemaRequest, res
PlanModifiers: []planmodifier.Object{objectplanmodifier.RequiresReplace()},
Attributes: map[string]schema.Attribute{
"local_id": schema.StringAttribute{
MarkdownDescription: "Tenant ID local to the platform (e.g. GCP project ID, Azure subscription ID). Setting the local ID means that a tenant with this ID should be imported into meshStack. Not setting a local ID means that a new tenant should be created. Field will be empty until a successful replication has run.",
MarkdownDescription: "Tenant ID local to the platform (e.g. GCP project ID, Azure subscription ID). Setting the local ID means that a tenant with this ID should be imported into meshStack. Not setting a local ID means that a new tenant should be created. Field will be empty until a successful replication has run. **Note:** Specifying this field is a high-privileged operation and is possible only when using API Keys with admin permissions for saving tenants.",
Optional: true,
Computed: true,
},
Expand Down

0 comments on commit af68dfa

Please sign in to comment.