Skip to content

Commit

Permalink
fix(environment_type): mark description as updatable
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswuerbach committed May 31, 2024
1 parent 8e9daa5 commit 355d301
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/resource_environment_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ func (r *ResourceEnvironmentType) Schema(ctx context.Context, req resource.Schem
"description": schema.StringAttribute{
MarkdownDescription: "A Human-readable description of the Environment Type",
Optional: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplace(),
},
},
},
}
Expand Down

0 comments on commit 355d301

Please sign in to comment.