Skip to content

Commit

Permalink
Vault clusters: when changing tiers, do not force new
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kredit committed Dec 9, 2021
1 parent 1a0df10 commit e199c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/provider/resource_vault_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func resourceVaultCluster() *schema.Resource {
Description: "Tier of the HCP Vault cluster. Valid options for tiers - `dev`, `standard_small`, `standard_medium`, `standard_large`, `starter_small`. See [pricing information](https://cloud.hashicorp.com/pricing/vault).",
Type: schema.TypeString,
Optional: true,
ForceNew: true,
Computed: true,
ValidateDiagFunc: validateVaultClusterTier,
DiffSuppressFunc: func(_, old, new string, _ *schema.ResourceData) bool {
Expand Down

0 comments on commit e199c75

Please sign in to comment.