You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`force` (Boolean) Update an existing default data view identifier. If set to false and a default data view already exists, the operation will fail.
47
47
-`skip_delete` (Boolean) If set to true, the default data view will not be unset when the resource is destroyed. The existing default data view will remain unchanged.
48
+
-`space_id` (String) The Kibana space ID to set the default data view in. Defaults to `default`.
MarkdownDescription: "Update an existing default data view identifier. If set to false and a default data view already exists, the operation will fail.",
39
40
Optional: true,
40
-
Computed: true,
41
-
Default: booldefault.StaticBool(true),
42
41
},
43
42
"skip_delete": schema.BoolAttribute{
44
43
MarkdownDescription: "If set to true, the default data view will not be unset when the resource is destroyed. The existing default data view will remain unchanged.",
45
44
Optional: true,
46
45
Computed: true,
47
46
Default: booldefault.StaticBool(false),
48
47
},
48
+
"space_id": schema.StringAttribute{
49
+
MarkdownDescription: "The Kibana space ID to set the default data view in. Defaults to `default`.",
0 commit comments