Skip to content

Commit

Permalink
GCLOUD2-16719 Add missing ForceNew to keypair attribute in gcore_k8sv2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
gbernady authored Nov 13, 2024
1 parent 7276e44 commit 146b165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcore/resource_gcore_k8sv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ func resourceK8sV2() *schema.Resource {
Type: schema.TypeString,
Description: "Name of the keypair used for SSH access to nodes.",
Required: true,
ForceNew: true,
},
"version": {
Type: schema.TypeString,
Expand Down

0 comments on commit 146b165

Please sign in to comment.