We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b171dcd commit 808210bCopy full SHA for 808210b
internal/kibana/security_detection_rule/schema.go
@@ -47,10 +47,7 @@ func GetSchema() schema.Schema {
47
"rule_id": schema.StringAttribute{
48
MarkdownDescription: "A stable unique identifier for the rule object. If omitted, a UUID is generated.",
49
Optional: true,
50
- Computed: true, //
51
- PlanModifiers: []planmodifier.String{
52
- stringplanmodifier.RequiresReplace(),
53
- },
+ Computed: true,
54
},
55
"name": schema.StringAttribute{
56
MarkdownDescription: "A human-readable name for the rule.",
0 commit comments