diff --git a/upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go b/upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go index a2ec709d3c..ac6e0d95b8 100644 --- a/upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go +++ b/upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go @@ -579,7 +579,7 @@ type terraformAutoscalingLaunchTemplate struct { // LaunchTemplateSpecification is the definition for a LT LaunchTemplateSpecification []*terraformAutoscalingLaunchTemplateSpecification `json:"launch_template_specification,omitempty"` // Override the is machine type override - Overrides []*terraformAutoscalingLaunchTemplateOverride `json:"overrides,omitempty"` + Override []*terraformAutoscalingLaunchTemplateOverride `json:"overrides,omitempty"` } type terraformAutoscalingInstanceDistribution struct {