@pulumi/eks 3.0.0-alpha.6 → 3.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/eks",
3
- "version": "3.0.0-alpha.6",
3
+ "version": "3.0.0-alpha.8",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -34,6 +34,6 @@
34
34
  "pulumi": {
35
35
  "resource": true,
36
36
  "name": "eks",
37
- "version": "3.0.0-alpha.6"
37
+ "version": "3.0.0-alpha.8"
38
38
  }
39
39
  }
package/types/output.d.ts CHANGED
@@ -380,9 +380,9 @@ export interface CoreData {
380
380
  */
381
381
  export interface NodeGroupData {
382
382
  /**
383
- * The AutoScalingGroup name for the node group.
383
+ * The AutoScalingGroup for the node group.
384
384
  */
385
- autoScalingGroupName: string;
385
+ autoScalingGroup: pulumiAws.autoscaling.Group;
386
386
  /**
387
387
  * The additional security groups for the node group that captures user-specific rules.
388
388
  */