Node Group Launch Template Args
data class NodeGroupLaunchTemplateArgs(val id: Output<String>? = null, val name: Output<String>? = null, val version: Output<String>) : ConvertibleToJava<NodeGroupLaunchTemplateArgs>
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.