Set SKE extension Argus instance ID field to Optional (#502)
This commit is contained in:
parent
0ec376686c
commit
ae5ccdcd9f
2 changed files with 5 additions and 2 deletions
|
|
@ -582,7 +582,7 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
|
|||
},
|
||||
"argus_instance_id": schema.StringAttribute{
|
||||
Description: "Argus instance ID to choose which Argus instance is used. Required when enabled is set to `true`.",
|
||||
Required: true,
|
||||
Optional: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue