Skip to content

Commit

Permalink
Merge pull request #93 from humanitec/johanneswuerbach-patch-1
Browse files Browse the repository at this point in the history
fix: mark resource definition driver type as updatable
  • Loading branch information
johanneswuerbach authored Jun 10, 2024
2 parents f84b05b + d2483be commit f0e550f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/resource_definition_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ func (r *ResourceDefinitionResource) Schema(ctx context.Context, req resource.Sc
"driver_type": schema.StringAttribute{
MarkdownDescription: "The driver to be used to create the resource.",
Required: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplace(),
},
},
"driver_account": schema.StringAttribute{
MarkdownDescription: "Security account required by the driver.",
Expand Down

0 comments on commit f0e550f

Please sign in to comment.