Skip to content

Commit

Permalink
fix(hpgroup): make created_time be computed
Browse files Browse the repository at this point in the history
  • Loading branch information
EldoranDev committed Jan 15, 2024
1 parent ff7d744 commit 9ffa065
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/provider/resource_hpgroup.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ func (r *hostedPageGroupResource) Schema(_ context.Context, _ resource.SchemaReq
"created_time": schema.StringAttribute{
Computed: true,
Description: "Time the hosted page was created",
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
},
},
"updated_time": schema.StringAttribute{
Computed: true,
Expand Down

0 comments on commit 9ffa065

Please sign in to comment.