Skip to content

Commit

Permalink
removed planmodifier from updatedAt (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockOutEZ authored Sep 30, 2024
1 parent 89fc078 commit 95c8c08
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internals/provider/database/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ func (r *databaseResource) Schema(_ context.Context, _ resource.SchemaRequest, r
},
"updated_at": schema.StringAttribute{
Description: "The timestamp when the database was last updated.",
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplaceIfConfigured(),
},
Computed: true,
},
"pg_version": schema.StringAttribute{
Expand Down

0 comments on commit 95c8c08

Please sign in to comment.