typo: fix observability plan name (#772)
This commit is contained in:
parent
6d4627cd24
commit
44f67adc34
7 changed files with 8 additions and 8 deletions
|
|
@ -107,7 +107,7 @@ func (d *instanceDataSource) Schema(_ context.Context, _ datasource.SchemaReques
|
|||
},
|
||||
},
|
||||
"plan_name": schema.StringAttribute{
|
||||
Description: "Specifies the Observability plan. E.g. `Monitoring-Medium-EU01`.",
|
||||
Description: "Specifies the Observability plan. E.g. `Observability-Monitoring-Medium-EU01`.",
|
||||
Computed: true,
|
||||
Validators: []validator.String{
|
||||
stringvalidator.LengthAtLeast(1),
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@ func (r *instanceResource) Schema(_ context.Context, _ resource.SchemaRequest, r
|
|||
},
|
||||
},
|
||||
"plan_name": schema.StringAttribute{
|
||||
Description: "Specifies the Observability plan. E.g. `Monitoring-Medium-EU01`.",
|
||||
Description: "Specifies the Observability plan. E.g. `Observability-Monitoring-Medium-EU01`.",
|
||||
Required: true,
|
||||
Validators: []validator.String{
|
||||
stringvalidator.LengthAtLeast(1),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue