Skip to content

Commit

Permalink
docs(kql_database): update invitation_token_wo description to indicat…
Browse files Browse the repository at this point in the history
…e write-only status
  • Loading branch information
DariuszPorowski committed Mar 6, 2025
1 parent 95b4721 commit a765df2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/kql_database.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Required:
Optional:

- `invitation_token` (String, Sensitive, Deprecated) Invitation token to follow the source database. Only allowed when `database_type` is `Shortcut`.
- `invitation_token_wo` (String) Invitation token (WO) to follow the source database. Only allowed when `database_type` is `Shortcut`.
- `invitation_token_wo` (String, [Write-only](https://developer.hashicorp.com/terraform/language/resources/ephemeral#write-only-arguments)) Invitation token (WO) to follow the source database. Only allowed when `database_type` is `Shortcut`.
- `invitation_token_wo_version` (Number) The version of the `invitation_token_wo`
- `source_cluster_uri` (String) The URI of the source Eventhouse or Azure Data Explorer cluster. Only allowed when `database_type` is `Shortcut`.
- `source_database_name` (String) The name of the database to follow in the source Eventhouse or Azure Data Explorer cluster. Only allowed when `database_type` is `Shortcut`.
Expand Down
2 changes: 1 addition & 1 deletion internal/pkg/fabricitem/resource_item.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (r *ResourceFabricItem) Delete(ctx context.Context, req resource.DeleteRequ
tflog.Debug(ctx, "DELETE", map[string]any{
"action": "start",
})

var state resourceFabricItemModel

if resp.Diagnostics.Append(req.State.Get(ctx, &state)...); resp.Diagnostics.HasError() {
Expand Down

0 comments on commit a765df2

Please sign in to comment.