Set SKE extension Argus instance ID field to Optional (#502)

This commit is contained in:
João Palet 2024-08-12 12:24:06 +01:00 committed by GitHub
parent 0ec376686c
commit ae5ccdcd9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -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,
},
},
},