pulumi-eks 3.9.0a1742626547__py3-none-any.whl → 4.2.0__py3-none-any.whl

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.
pulumi_eks/provider.py CHANGED
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-gen-eks. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -25,6 +26,7 @@ class ProviderArgs:
25
26
  pass
26
27
 
27
28
 
29
+ @pulumi.type_token("pulumi:providers:eks")
28
30
  class Provider(pulumi.ProviderResource):
29
31
  @overload
30
32
  def __init__(__self__,
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "eks",
4
- "version": "3.9.0-alpha.1742626547"
4
+ "version": "4.2.0"
5
5
  }