Skip to content

Commit

Permalink
fix: computed when defaulted
Browse files Browse the repository at this point in the history
  • Loading branch information
lechnerc77 committed Jun 3, 2024
1 parent 5846bd9 commit e49de35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/provider/resource_subaccount_service_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,9 @@ You must be assigned to the admin or the service administrator role of the subac
MarkdownDescription: "The configuration parameters for the service instance.",
Optional: true,
Sensitive: true,
Computed: true,
Default: stringdefault.StaticString(`{}`),
PlanModifiers: []planmodifier.String{
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
},
Validators: []validator.String{
Expand Down

0 comments on commit e49de35

Please sign in to comment.