@pulumi/eks 0.41.3-alpha.1658238062 → 0.41.3-alpha.1658777630
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/cmd/provider/schema.json +0 -5
- package/package.json +1 -1
- package/package.json.dev +1 -1
package/cmd/provider/schema.json
CHANGED
|
@@ -593,16 +593,11 @@
|
|
|
593
593
|
"nodeSecurityGroup": {
|
|
594
594
|
"$ref": "/aws/v5.4.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup",
|
|
595
595
|
"description": "The security group for the cluster's nodes."
|
|
596
|
-
},
|
|
597
|
-
"provider": {
|
|
598
|
-
"$ref": "/kubernetes/v3.0.0/schema.json#/provider",
|
|
599
|
-
"description": "A Kubernetes resource provider that can be used to deploy into this cluster."
|
|
600
596
|
}
|
|
601
597
|
},
|
|
602
598
|
"required": [
|
|
603
599
|
"kubeconfig",
|
|
604
600
|
"awsProvider",
|
|
605
|
-
"provider",
|
|
606
601
|
"clusterSecurityGroup",
|
|
607
602
|
"instanceRoles",
|
|
608
603
|
"nodeSecurityGroup",
|
package/package.json
CHANGED
package/package.json.dev
CHANGED