Skip to content

Commit

Permalink
Merge pull request #51 from humanitec/secret-ref-changes
Browse files Browse the repository at this point in the history
fix(resource_definition): allow in-place secret_refs changes
  • Loading branch information
johanneswuerbach authored Oct 20, 2023
2 parents a6ddbef + af38820 commit e381abc
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 e381abc

Please sign in to comment.