Fix field name in struct.

This commit is contained in:
Ryan Bonham 2019-03-27 10:05:49 -05:00
parent 2c1db7dfff
commit 36a031f771
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ type terraformAutoscalingLaunchTemplate struct {
// LaunchTemplateSpecification is the definition for a LT // LaunchTemplateSpecification is the definition for a LT
LaunchTemplateSpecification []*terraformAutoscalingLaunchTemplateSpecification `json:"launch_template_specification,omitempty"` LaunchTemplateSpecification []*terraformAutoscalingLaunchTemplateSpecification `json:"launch_template_specification,omitempty"`
// Override the is machine type override // Override the is machine type override
Overrides []*terraformAutoscalingLaunchTemplateOverride `json:"overrides,omitempty"` Override []*terraformAutoscalingLaunchTemplateOverride `json:"overrides,omitempty"`
} }
type terraformAutoscalingInstanceDistribution struct { type terraformAutoscalingInstanceDistribution struct {