From 36a031f7718d3b40ea2448ae32b9a5e5bef21a14 Mon Sep 17 00:00:00 2001 From: Ryan Bonham Date: Wed, 27 Mar 2019 10:05:49 -0500 Subject: [PATCH] Fix field name in struct. --- upup/pkg/fi/cloudup/awstasks/autoscalinggroup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {