We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5fda9 commit 5fbc6b9Copy full SHA for 5fbc6b9
rancher2/schema_cluster_eks_config_v2.go
@@ -58,7 +58,7 @@ func clusterEKSConfigV2NodeGroupsLaunchTemplateFields() map[string]*schema.Schem
58
"version": {
59
Type: schema.TypeInt,
60
Optional: true,
61
- Default: 1,
+ Computed: true,
62
Description: "The EKS node group launch template version",
63
},
64
}
0 commit comments