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
|
|
@ -131,9 +131,12 @@ Required:
|
||||||
|
|
||||||
Required:
|
Required:
|
||||||
|
|
||||||
- `argus_instance_id` (String) Argus instance ID to choose which Argus instance is used. Required when enabled is set to `true`.
|
|
||||||
- `enabled` (Boolean) Flag to enable/disable Argus extensions.
|
- `enabled` (Boolean) Flag to enable/disable Argus extensions.
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `argus_instance_id` (String) Argus instance ID to choose which Argus instance is used. Required when enabled is set to `true`.
|
||||||
|
|
||||||
|
|
||||||
<a id="nestedatt--extensions--dns"></a>
|
<a id="nestedatt--extensions--dns"></a>
|
||||||
### Nested Schema for `extensions.dns`
|
### Nested Schema for `extensions.dns`
|
||||||
|
|
|
||||||
|
|
@ -582,7 +582,7 @@ func (r *clusterResource) Schema(_ context.Context, _ resource.SchemaRequest, re
|
||||||
},
|
},
|
||||||
"argus_instance_id": schema.StringAttribute{
|
"argus_instance_id": schema.StringAttribute{
|
||||||
Description: "Argus instance ID to choose which Argus instance is used. Required when enabled is set to `true`.",
|
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