Skip to content

Commit d75c5fb

Browse files
Copilottobio
andcommitted
Fix space_id MarkdownDescription to correctly describe its purpose
Co-authored-by: tobio <[email protected]>
1 parent 6081b88 commit d75c5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/kibana/synthetics/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func monitorConfigSchema() schema.Schema {
146146
MarkdownDescription: "The monitor’s name.",
147147
},
148148
"space_id": schema.StringAttribute{
149-
MarkdownDescription: "The namespace field should be lowercase and not contain spaces. The namespace must not include any of the following characters: *, \\, /, ?, \", <, >, |, whitespace, ,, #, :, or -. Default: `default`",
149+
MarkdownDescription: "An identifier for the space. If space_id is not provided, the default space is used. This value is used for the default for `namespace` when that attribute is not provided.",
150150
Optional: true,
151151
PlanModifiers: []planmodifier.String{
152152
stringplanmodifier.UseStateForUnknown(),

0 commit comments

Comments
 (0)