Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resource/aws_eks_node_group: Add launch_template configuration block #14639

Merged
merged 1 commit into from
Aug 20, 2020

Commits on Aug 17, 2020

  1. resource/aws_eks_node_group: Add launch_template configuration block

    Reference: https://github.com/aws/aws-sdk-go/releases/tag/v1.34.4
    Reference: #14523
    
    Output from acceptance testing:
    
    ```
    --- PASS: TestAccAWSEksNodeGroup_ScalingConfig_MinSize (1167.16s)
    --- PASS: TestAccAWSEksNodeGroup_AmiType (1173.29s)
    --- PASS: TestAccAWSEksNodeGroup_disappears (1179.53s)
    --- PASS: TestAccAWSEksNodeGroup_basic (1204.59s)
    --- PASS: TestAccAWSEksNodeGroup_DiskSize (1217.40s)
    --- PASS: TestAccAWSEksNodeGroup_LaunchTemplate_Version (1217.81s)
    --- PASS: TestAccAWSEksNodeGroup_RemoteAccess_Ec2SshKey (1218.04s)
    --- PASS: TestAccAWSEksNodeGroup_Tags (1222.27s)
    --- PASS: TestAccAWSEksNodeGroup_RemoteAccess_SourceSecurityGroupIds (1228.60s)
    --- PASS: TestAccAWSEksNodeGroup_InstanceTypes (1235.81s)
    --- PASS: TestAccAWSEksNodeGroup_Labels (1288.05s)
    --- PASS: TestAccAWSEksNodeGroup_ScalingConfig_DesiredSize (1293.11s)
    --- PASS: TestAccAWSEksNodeGroup_ScalingConfig_MaxSize (1322.00s)
    --- PASS: TestAccAWSEksNodeGroup_LaunchTemplate_Id (1569.19s)
    --- PASS: TestAccAWSEksNodeGroup_LaunchTemplate_Name (1632.97s)
    --- PASS: TestAccAWSEksNodeGroup_ReleaseVersion (3301.17s)
    --- PASS: TestAccAWSEksNodeGroup_ForceUpdateVersion (3331.88s)
    --- PASS: TestAccAWSEksNodeGroup_Version (3503.58s)
    ```
    bflad committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    4dff5c8 View commit details
    Browse the repository at this point in the history