fix: fix optional flavor description
This commit is contained in:
parent
7de4906fe8
commit
4d0cd9eb76
1 changed files with 1 additions and 0 deletions
|
|
@ -84,6 +84,7 @@ func (r *instanceResource) Schema(ctx context.Context, req resource.SchemaReques
|
|||
},
|
||||
"description": schema.StringAttribute{
|
||||
Computed: true,
|
||||
Optional: true,
|
||||
PlanModifiers: []planmodifier.String{
|
||||
UseStateForUnknownIfFlavorUnchanged(req),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue