Skip to content

Commit bd1b52f

Browse files
krunalhinguuwalkafwalka
authored andcommitted
fix: change launch template version (#1616)
change EKS node group launch template version
1 parent 239da11 commit bd1b52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)