Skip to content

Commit

Permalink
Add replacable attribute for secret_name in hvs secret resource
Browse files Browse the repository at this point in the history
  • Loading branch information
divyapola5 committed Dec 18, 2024
1 parent 29db09e commit 4e99df6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ func (r *resourceVaultsecretsSecret) Schema(_ context.Context, _ resource.Schema
"must contain only ASCII letters, numbers, and underscores; must not start with a number",
),
},
PlanModifiers: []planmodifier.String{
stringplanmodifier.RequiresReplace(),
},
},
"secret_value": schema.StringAttribute{
Description: "The value of the secret",
Expand Down

0 comments on commit 4e99df6

Please sign in to comment.