Skip to content

Commit 97e8f04

Browse files
fix: [v9] change launch template version (#1621)
Co-authored-by: Krunal Hingu <krunal.hingu222@gmail.com>
1 parent 338812e commit 97e8f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rancher2/schema_cluster_eks_config_v2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func clusterEKSConfigV2NodeGroupsLaunchTemplateFields() map[string]*schema.Schem
5858
"version": {
5959
Type: schema.TypeInt,
6060
Optional: true,
61-
Default: 1,
61+
Computed: true,
6262
Description: "The EKS node group launch template version",
6363
},
6464
}

0 commit comments

Comments
 (0)