Skip to content

Commit

Permalink
Set username to unknown when resetting password
Browse files Browse the repository at this point in the history
  • Loading branch information
tobio committed Feb 6, 2024
1 parent 3aa7444 commit e6a8382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ec/ecresource/deploymentresource/deployment/v2/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func DeploymentSchema() schema.Schema {
Computed: true,
PlanModifiers: []planmodifier.String{
stringplanmodifier.UseStateForUnknown(),
setUnknownIfResetPasswordIsTrue{},
},
},
"elasticsearch_password": schema.StringAttribute{
Expand Down

0 comments on commit e6a8382

Please sign in to comment.