Node Group Launch Template
data class NodeGroupLaunchTemplate(val id: String? = null, val name: String? = null, val version: String)
Properties
Link copied to clipboard
EC2 Launch Template version number. While the API accepts values like $Default and $Latest, the API will convert the value to the associated version number (e.g., 1) on read and the provider will show a difference on next plan. Using the default_version or latest_version attribute of the aws.ec2.LaunchTemplate resource or data source is recommended for this argument.