Skip to content

Commit

Permalink
New Resource: aws_eks_node_group (#10916)
Browse files Browse the repository at this point in the history
Output from acceptance testing:

```
--- PASS: TestAccAWSEksNodeGroup_AmiType (1541.19s)
--- PASS: TestAccAWSEksNodeGroup_basic (1592.90s)
--- PASS: TestAccAWSEksNodeGroup_disappears (1474.40s)
--- PASS: TestAccAWSEksNodeGroup_DiskSize (1509.60s)
--- PASS: TestAccAWSEksNodeGroup_InstanceTypes (1718.96s)
--- PASS: TestAccAWSEksNodeGroup_Labels (1674.47s)
--- PASS: TestAccAWSEksNodeGroup_ReleaseVersion (1473.09s)
--- PASS: TestAccAWSEksNodeGroup_RemoteAccess_Ec2SshKey (1572.12s)
--- PASS: TestAccAWSEksNodeGroup_RemoteAccess_SourceSecurityGroupIds (1579.61s)
--- PASS: TestAccAWSEksNodeGroup_ScalingConfig_DesiredSize (1695.85s)
--- PASS: TestAccAWSEksNodeGroup_ScalingConfig_MaxSize (1644.41s)
--- PASS: TestAccAWSEksNodeGroup_ScalingConfig_MinSize (1622.42s)
--- PASS: TestAccAWSEksNodeGroup_Tags (1614.55s)
--- PASS: TestAccAWSEksNodeGroup_Version (1721.66s)
```
  • Loading branch information
bflad authored Nov 18, 2019
1 parent e925152 commit 71a088d
Show file tree
Hide file tree
Showing 5 changed files with 1,826 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ func Provider() terraform.ResourceProvider {
"aws_eip": resourceAwsEip(),
"aws_eip_association": resourceAwsEipAssociation(),
"aws_eks_cluster": resourceAwsEksCluster(),
"aws_eks_node_group": resourceAwsEksNodeGroup(),
"aws_elasticache_cluster": resourceAwsElasticacheCluster(),
"aws_elasticache_parameter_group": resourceAwsElasticacheParameterGroup(),
"aws_elasticache_replication_group": resourceAwsElasticacheReplicationGroup(),
Expand Down
Loading

0 comments on commit 71a088d

Please sign in to comment.