Skip to content

Commit

Permalink
fix(resource_definition): allow in-place secret_refs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed Oct 20, 2023
1 parent a6ddbef commit af38820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/resource_definition_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ func (r *ResourceDefinitionResource) Schema(ctx context.Context, req resource.Sc
path.MatchRelative().AtParent().AtName("secrets_string"),
}...),
},
PlanModifiers: []planmodifier.String{stringplanmodifier.RequiresReplace()},
},
},
},
Expand Down

0 comments on commit af38820

Please sign in to comment.