pulumi-spotinst 3.118.1a1746502160__py3-none-any.whl → 3.119.0a1746734670__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.

Potentially problematic release.


This version of pulumi-spotinst might be problematic. Click here for more details.

Files changed (45) hide show
  1. pulumi_spotinst/account.py +1 -3
  2. pulumi_spotinst/aws/account.py +1 -3
  3. pulumi_spotinst/aws/beanstalk.py +1 -3
  4. pulumi_spotinst/aws/credentials.py +1 -3
  5. pulumi_spotinst/aws/elastigroup.py +1 -3
  6. pulumi_spotinst/aws/managed_instance.py +1 -3
  7. pulumi_spotinst/aws/mr_scalar.py +1 -3
  8. pulumi_spotinst/aws/ocean.py +1 -3
  9. pulumi_spotinst/aws/ocean_extended_resource_definition.py +1 -3
  10. pulumi_spotinst/aws/ocean_launch_spec.py +1 -3
  11. pulumi_spotinst/aws/suspension.py +1 -3
  12. pulumi_spotinst/azure/ocean_np.py +1 -3
  13. pulumi_spotinst/azure/ocean_np_virtual_node_group.py +1 -3
  14. pulumi_spotinst/credentials_azure.py +1 -3
  15. pulumi_spotinst/credentials_gcp.py +1 -3
  16. pulumi_spotinst/data_integration.py +1 -3
  17. pulumi_spotinst/ecs/ocean.py +1 -3
  18. pulumi_spotinst/ecs/ocean_launch_spec.py +1 -3
  19. pulumi_spotinst/elastigroup_azure_v3.py +1 -3
  20. pulumi_spotinst/gcp/elastigroup.py +1 -3
  21. pulumi_spotinst/gke/elastigroup.py +1 -3
  22. pulumi_spotinst/gke/ocean_import.py +1 -3
  23. pulumi_spotinst/gke/ocean_launch_spec.py +1 -3
  24. pulumi_spotinst/gke/ocean_launch_spec_import.py +1 -3
  25. pulumi_spotinst/health_check.py +1 -3
  26. pulumi_spotinst/ocean_right_sizing_rule.py +1 -3
  27. pulumi_spotinst/oceancd/rollout_spec.py +1 -3
  28. pulumi_spotinst/oceancd/strategy.py +1 -3
  29. pulumi_spotinst/oceancd/verification_provider.py +1 -3
  30. pulumi_spotinst/oceancd/verification_template.py +1 -3
  31. pulumi_spotinst/organization/policy.py +1 -3
  32. pulumi_spotinst/organization/programmatic_user.py +1 -3
  33. pulumi_spotinst/organization/user.py +1 -3
  34. pulumi_spotinst/organization/user_group.py +1 -3
  35. pulumi_spotinst/provider.py +21 -3
  36. pulumi_spotinst/pulumi-plugin.json +1 -1
  37. pulumi_spotinst/spark/ocean.py +1 -3
  38. pulumi_spotinst/spark/ocean_virtual_node_group.py +1 -3
  39. pulumi_spotinst/stateful_node_azure.py +1 -3
  40. pulumi_spotinst/subscription.py +1 -3
  41. {pulumi_spotinst-3.118.1a1746502160.dist-info → pulumi_spotinst-3.119.0a1746734670.dist-info}/METADATA +3 -3
  42. pulumi_spotinst-3.119.0a1746734670.dist-info/RECORD +76 -0
  43. pulumi_spotinst-3.118.1a1746502160.dist-info/RECORD +0 -76
  44. {pulumi_spotinst-3.118.1a1746502160.dist-info → pulumi_spotinst-3.119.0a1746734670.dist-info}/WHEEL +0 -0
  45. {pulumi_spotinst-3.118.1a1746502160.dist-info → pulumi_spotinst-3.119.0a1746734670.dist-info}/top_level.txt +0 -0
@@ -65,10 +65,8 @@ class _AccountState:
65
65
  pulumi.set(self, "name", value)
66
66
 
67
67
 
68
+ @pulumi.type_token("spotinst:index/account:Account")
68
69
  class Account(pulumi.CustomResource):
69
-
70
- pulumi_type = "spotinst:index/account:Account"
71
-
72
70
  @overload
73
71
  def __init__(__self__,
74
72
  resource_name: str,
@@ -65,10 +65,8 @@ class _AccountState:
65
65
  pulumi.set(self, "name", value)
66
66
 
67
67
 
68
+ @pulumi.type_token("spotinst:aws/account:Account")
68
69
  class Account(pulumi.CustomResource):
69
-
70
- pulumi_type = "spotinst:aws/account:Account"
71
-
72
70
  @overload
73
71
  def __init__(__self__,
74
72
  resource_name: str,
@@ -433,10 +433,8 @@ class _BeanstalkState:
433
433
  pulumi.set(self, "scheduled_tasks", value)
434
434
 
435
435
 
436
+ @pulumi.type_token("spotinst:aws/beanstalk:Beanstalk")
436
437
  class Beanstalk(pulumi.CustomResource):
437
-
438
- pulumi_type = "spotinst:aws/beanstalk:Beanstalk"
439
-
440
438
  @overload
441
439
  def __init__(__self__,
442
440
  resource_name: str,
@@ -95,10 +95,8 @@ class _CredentialsState:
95
95
  pulumi.set(self, "iamrole", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("spotinst:aws/credentials:Credentials")
98
99
  class Credentials(pulumi.CustomResource):
99
-
100
- pulumi_type = "spotinst:aws/credentials:Credentials"
101
-
102
100
  @overload
103
101
  def __init__(__self__,
104
102
  resource_name: str,
@@ -2507,10 +2507,8 @@ class _ElastigroupState:
2507
2507
  pulumi.set(self, "wait_for_capacity_timeout", value)
2508
2508
 
2509
2509
 
2510
+ @pulumi.type_token("spotinst:aws/elastigroup:Elastigroup")
2510
2511
  class Elastigroup(pulumi.CustomResource):
2511
-
2512
- pulumi_type = "spotinst:aws/elastigroup:Elastigroup"
2513
-
2514
2512
  @overload
2515
2513
  def __init__(__self__,
2516
2514
  resource_name: str,
@@ -1182,10 +1182,8 @@ class _ManagedInstanceState:
1182
1182
  pulumi.set(self, "vpc_id", value)
1183
1183
 
1184
1184
 
1185
+ @pulumi.type_token("spotinst:aws/managedInstance:ManagedInstance")
1185
1186
  class ManagedInstance(pulumi.CustomResource):
1186
-
1187
- pulumi_type = "spotinst:aws/managedInstance:ManagedInstance"
1188
-
1189
1187
  @overload
1190
1188
  def __init__(__self__,
1191
1189
  resource_name: str,
@@ -1550,10 +1550,8 @@ class _MrScalarState:
1550
1550
  pulumi.set(self, "visible_to_all_users", value)
1551
1551
 
1552
1552
 
1553
+ @pulumi.type_token("spotinst:aws/mrScalar:MrScalar")
1553
1554
  class MrScalar(pulumi.CustomResource):
1554
-
1555
- pulumi_type = "spotinst:aws/mrScalar:MrScalar"
1556
-
1557
1555
  @overload
1558
1556
  def __init__(__self__,
1559
1557
  resource_name: str,
@@ -1376,10 +1376,8 @@ class _OceanState:
1376
1376
  pulumi.set(self, "whitelists", value)
1377
1377
 
1378
1378
 
1379
+ @pulumi.type_token("spotinst:aws/ocean:Ocean")
1379
1380
  class Ocean(pulumi.CustomResource):
1380
-
1381
- pulumi_type = "spotinst:aws/ocean:Ocean"
1382
-
1383
1381
  @overload
1384
1382
  def __init__(__self__,
1385
1383
  resource_name: str,
@@ -100,10 +100,8 @@ class _OceanExtendedResourceDefinitionState:
100
100
  pulumi.set(self, "resource_mapping", value)
101
101
 
102
102
 
103
+ @pulumi.type_token("spotinst:aws/oceanExtendedResourceDefinition:OceanExtendedResourceDefinition")
103
104
  class OceanExtendedResourceDefinition(pulumi.CustomResource):
104
-
105
- pulumi_type = "spotinst:aws/oceanExtendedResourceDefinition:OceanExtendedResourceDefinition"
106
-
107
105
  @overload
108
106
  def __init__(__self__,
109
107
  resource_name: str,
@@ -1082,10 +1082,8 @@ class _OceanLaunchSpecState:
1082
1082
  pulumi.set(self, "user_data", value)
1083
1083
 
1084
1084
 
1085
+ @pulumi.type_token("spotinst:aws/oceanLaunchSpec:OceanLaunchSpec")
1085
1086
  class OceanLaunchSpec(pulumi.CustomResource):
1086
-
1087
- pulumi_type = "spotinst:aws/oceanLaunchSpec:OceanLaunchSpec"
1088
-
1089
1087
  @overload
1090
1088
  def __init__(__self__,
1091
1089
  resource_name: str,
@@ -97,10 +97,8 @@ class _SuspensionState:
97
97
  pulumi.set(self, "suspensions", value)
98
98
 
99
99
 
100
+ @pulumi.type_token("spotinst:aws/suspension:Suspension")
100
101
  class Suspension(pulumi.CustomResource):
101
-
102
- pulumi_type = "spotinst:aws/suspension:Suspension"
103
-
104
102
  @overload
105
103
  def __init__(__self__,
106
104
  resource_name: str,
@@ -997,10 +997,8 @@ class _OceanNpState:
997
997
  pulumi.set(self, "vng_template_scheduling", value)
998
998
 
999
999
 
1000
+ @pulumi.type_token("spotinst:azure/oceanNp:OceanNp")
1000
1001
  class OceanNp(pulumi.CustomResource):
1001
-
1002
- pulumi_type = "spotinst:azure/oceanNp:OceanNp"
1003
-
1004
1002
  @overload
1005
1003
  def __init__(__self__,
1006
1004
  resource_name: str,
@@ -786,10 +786,8 @@ class _OceanNpVirtualNodeGroupState:
786
786
  pulumi.set(self, "vnet_subnet_ids", value)
787
787
 
788
788
 
789
+ @pulumi.type_token("spotinst:azure/oceanNpVirtualNodeGroup:OceanNpVirtualNodeGroup")
789
790
  class OceanNpVirtualNodeGroup(pulumi.CustomResource):
790
-
791
- pulumi_type = "spotinst:azure/oceanNpVirtualNodeGroup:OceanNpVirtualNodeGroup"
792
-
793
791
  @overload
794
792
  def __init__(__self__,
795
793
  resource_name: str,
@@ -188,10 +188,8 @@ class _CredentialsAzureState:
188
188
  pulumi.set(self, "tenant_id", value)
189
189
 
190
190
 
191
+ @pulumi.type_token("spotinst:index/credentialsAzure:CredentialsAzure")
191
192
  class CredentialsAzure(pulumi.CustomResource):
192
-
193
- pulumi_type = "spotinst:index/credentialsAzure:CredentialsAzure"
194
-
195
193
  @overload
196
194
  def __init__(__self__,
197
195
  resource_name: str,
@@ -374,10 +374,8 @@ class _CredentialsGcpState:
374
374
  pulumi.set(self, "type", value)
375
375
 
376
376
 
377
+ @pulumi.type_token("spotinst:index/credentialsGcp:CredentialsGcp")
377
378
  class CredentialsGcp(pulumi.CustomResource):
378
-
379
- pulumi_type = "spotinst:index/credentialsGcp:CredentialsGcp"
380
-
381
379
  @overload
382
380
  def __init__(__self__,
383
381
  resource_name: str,
@@ -135,10 +135,8 @@ class _DataIntegrationState:
135
135
  pulumi.set(self, "status", value)
136
136
 
137
137
 
138
+ @pulumi.type_token("spotinst:index/dataIntegration:DataIntegration")
138
139
  class DataIntegration(pulumi.CustomResource):
139
-
140
- pulumi_type = "spotinst:index/dataIntegration:DataIntegration"
141
-
142
140
  @overload
143
141
  def __init__(__self__,
144
142
  resource_name: str,
@@ -1054,10 +1054,8 @@ class _OceanState:
1054
1054
  pulumi.set(self, "whitelists", value)
1055
1055
 
1056
1056
 
1057
+ @pulumi.type_token("spotinst:ecs/ocean:Ocean")
1057
1058
  class Ocean(pulumi.CustomResource):
1058
-
1059
- pulumi_type = "spotinst:ecs/ocean:Ocean"
1060
-
1061
1059
  @overload
1062
1060
  def __init__(__self__,
1063
1061
  resource_name: str,
@@ -610,10 +610,8 @@ class _OceanLaunchSpecState:
610
610
  pulumi.set(self, "user_data", value)
611
611
 
612
612
 
613
+ @pulumi.type_token("spotinst:ecs/oceanLaunchSpec:OceanLaunchSpec")
613
614
  class OceanLaunchSpec(pulumi.CustomResource):
614
-
615
- pulumi_type = "spotinst:ecs/oceanLaunchSpec:OceanLaunchSpec"
616
-
617
615
  @overload
618
616
  def __init__(__self__,
619
617
  resource_name: str,
@@ -1013,10 +1013,8 @@ class _ElastigroupAzureV3State:
1013
1013
  pulumi.set(self, "zones", value)
1014
1014
 
1015
1015
 
1016
+ @pulumi.type_token("spotinst:index/elastigroupAzureV3:ElastigroupAzureV3")
1016
1017
  class ElastigroupAzureV3(pulumi.CustomResource):
1017
-
1018
- pulumi_type = "spotinst:index/elastigroupAzureV3:ElastigroupAzureV3"
1019
-
1020
1018
  @overload
1021
1019
  def __init__(__self__,
1022
1020
  resource_name: str,
@@ -1278,10 +1278,8 @@ class _ElastigroupState:
1278
1278
  pulumi.set(self, "unhealthy_duration", value)
1279
1279
 
1280
1280
 
1281
+ @pulumi.type_token("spotinst:gcp/elastigroup:Elastigroup")
1281
1282
  class Elastigroup(pulumi.CustomResource):
1282
-
1283
- pulumi_type = "spotinst:gcp/elastigroup:Elastigroup"
1284
-
1285
1283
  @overload
1286
1284
  def __init__(__self__,
1287
1285
  resource_name: str,
@@ -905,10 +905,8 @@ class _ElastigroupState:
905
905
  pulumi.set(self, "tags", value)
906
906
 
907
907
 
908
+ @pulumi.type_token("spotinst:gke/elastigroup:Elastigroup")
908
909
  class Elastigroup(pulumi.CustomResource):
909
-
910
- pulumi_type = "spotinst:gke/elastigroup:Elastigroup"
911
-
912
910
  @overload
913
911
  def __init__(__self__,
914
912
  resource_name: str,
@@ -613,10 +613,8 @@ class _OceanImportState:
613
613
  pulumi.set(self, "whitelists", value)
614
614
 
615
615
 
616
+ @pulumi.type_token("spotinst:gke/oceanImport:OceanImport")
616
617
  class OceanImport(pulumi.CustomResource):
617
-
618
- pulumi_type = "spotinst:gke/oceanImport:OceanImport"
619
-
620
618
  @overload
621
619
  def __init__(__self__,
622
620
  resource_name: str,
@@ -754,10 +754,8 @@ class _OceanLaunchSpecState:
754
754
  pulumi.set(self, "update_policy", value)
755
755
 
756
756
 
757
+ @pulumi.type_token("spotinst:gke/oceanLaunchSpec:OceanLaunchSpec")
757
758
  class OceanLaunchSpec(pulumi.CustomResource):
758
-
759
- pulumi_type = "spotinst:gke/oceanLaunchSpec:OceanLaunchSpec"
760
-
761
759
  @overload
762
760
  def __init__(__self__,
763
761
  resource_name: str,
@@ -95,10 +95,8 @@ class _OceanLaunchSpecImportState:
95
95
  pulumi.set(self, "ocean_id", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("spotinst:gke/oceanLaunchSpecImport:OceanLaunchSpecImport")
98
99
  class OceanLaunchSpecImport(pulumi.CustomResource):
99
-
100
- pulumi_type = "spotinst:gke/oceanLaunchSpecImport:OceanLaunchSpecImport"
101
-
102
100
  @overload
103
101
  def __init__(__self__,
104
102
  resource_name: str,
@@ -177,10 +177,8 @@ class _HealthCheckState:
177
177
  pulumi.set(self, "resource_id", value)
178
178
 
179
179
 
180
+ @pulumi.type_token("spotinst:index/healthCheck:HealthCheck")
180
181
  class HealthCheck(pulumi.CustomResource):
181
-
182
- pulumi_type = "spotinst:index/healthCheck:HealthCheck"
183
-
184
182
  @overload
185
183
  def __init__(__self__,
186
184
  resource_name: str,
@@ -297,10 +297,8 @@ class _OceanRightSizingRuleState:
297
297
  pulumi.set(self, "rule_name", value)
298
298
 
299
299
 
300
+ @pulumi.type_token("spotinst:index/oceanRightSizingRule:OceanRightSizingRule")
300
301
  class OceanRightSizingRule(pulumi.CustomResource):
301
-
302
- pulumi_type = "spotinst:index/oceanRightSizingRule:OceanRightSizingRule"
303
-
304
302
  @overload
305
303
  def __init__(__self__,
306
304
  resource_name: str,
@@ -225,10 +225,8 @@ class _RolloutSpecState:
225
225
  pulumi.set(self, "traffic", value)
226
226
 
227
227
 
228
+ @pulumi.type_token("spotinst:oceancd/rolloutSpec:RolloutSpec")
228
229
  class RolloutSpec(pulumi.CustomResource):
229
-
230
- pulumi_type = "spotinst:oceancd/rolloutSpec:RolloutSpec"
231
-
232
230
  @overload
233
231
  def __init__(__self__,
234
232
  resource_name: str,
@@ -122,10 +122,8 @@ class _StrategyState:
122
122
  pulumi.set(self, "strategy_name", value)
123
123
 
124
124
 
125
+ @pulumi.type_token("spotinst:oceancd/strategy:Strategy")
125
126
  class Strategy(pulumi.CustomResource):
126
-
127
- pulumi_type = "spotinst:oceancd/strategy:Strategy"
128
-
129
127
  @overload
130
128
  def __init__(__self__,
131
129
  resource_name: str,
@@ -258,10 +258,8 @@ class _VerificationProviderState:
258
258
  pulumi.set(self, "prometheus", value)
259
259
 
260
260
 
261
+ @pulumi.type_token("spotinst:oceancd/verificationProvider:VerificationProvider")
261
262
  class VerificationProvider(pulumi.CustomResource):
262
-
263
- pulumi_type = "spotinst:oceancd/verificationProvider:VerificationProvider"
264
-
265
263
  @overload
266
264
  def __init__(__self__,
267
265
  resource_name: str,
@@ -131,10 +131,8 @@ class _VerificationTemplateState:
131
131
  pulumi.set(self, "name", value)
132
132
 
133
133
 
134
+ @pulumi.type_token("spotinst:oceancd/verificationTemplate:VerificationTemplate")
134
135
  class VerificationTemplate(pulumi.CustomResource):
135
-
136
- pulumi_type = "spotinst:oceancd/verificationTemplate:VerificationTemplate"
137
-
138
136
  @overload
139
137
  def __init__(__self__,
140
138
  resource_name: str,
@@ -130,10 +130,8 @@ class _PolicyState:
130
130
  pulumi.set(self, "policy_contents", value)
131
131
 
132
132
 
133
+ @pulumi.type_token("spotinst:organization/policy:Policy")
133
134
  class Policy(pulumi.CustomResource):
134
-
135
- pulumi_type = "spotinst:organization/policy:Policy"
136
-
137
135
  @overload
138
136
  def __init__(__self__,
139
137
  resource_name: str,
@@ -203,10 +203,8 @@ class _ProgrammaticUserState:
203
203
  pulumi.set(self, "user_group_ids", value)
204
204
 
205
205
 
206
+ @pulumi.type_token("spotinst:organization/programmaticUser:ProgrammaticUser")
206
207
  class ProgrammaticUser(pulumi.CustomResource):
207
-
208
- pulumi_type = "spotinst:organization/programmaticUser:ProgrammaticUser"
209
-
210
208
  @overload
211
209
  def __init__(__self__,
212
210
  resource_name: str,
@@ -260,10 +260,8 @@ class _UserState:
260
260
  pulumi.set(self, "user_group_ids", value)
261
261
 
262
262
 
263
+ @pulumi.type_token("spotinst:organization/user:User")
263
264
  class User(pulumi.CustomResource):
264
-
265
- pulumi_type = "spotinst:organization/user:User"
266
-
267
265
  @overload
268
266
  def __init__(__self__,
269
267
  resource_name: str,
@@ -171,10 +171,8 @@ class _UserGroupState:
171
171
  pulumi.set(self, "user_ids", value)
172
172
 
173
173
 
174
+ @pulumi.type_token("spotinst:organization/userGroup:UserGroup")
174
175
  class UserGroup(pulumi.CustomResource):
175
-
176
- pulumi_type = "spotinst:organization/userGroup:UserGroup"
177
-
178
176
  @overload
179
177
  def __init__(__self__,
180
178
  resource_name: str,
@@ -89,10 +89,8 @@ class ProviderArgs:
89
89
  pulumi.set(self, "token", value)
90
90
 
91
91
 
92
+ @pulumi.type_token("pulumi:providers:spotinst")
92
93
  class Provider(pulumi.ProviderResource):
93
-
94
- pulumi_type = "pulumi:providers:spotinst"
95
-
96
94
  @overload
97
95
  def __init__(__self__,
98
96
  resource_name: str,
@@ -189,3 +187,23 @@ class Provider(pulumi.ProviderResource):
189
187
  """
190
188
  return pulumi.get(self, "token")
191
189
 
190
+ @pulumi.output_type
191
+ class TerraformConfigResult:
192
+ def __init__(__self__, result=None):
193
+ if result and not isinstance(result, dict):
194
+ raise TypeError("Expected argument 'result' to be a dict")
195
+ pulumi.set(__self__, "result", result)
196
+
197
+ @property
198
+ @pulumi.getter
199
+ def result(self) -> Mapping[str, Any]:
200
+ return pulumi.get(self, "result")
201
+
202
+ def terraform_config(__self__) -> pulumi.Output['Provider.TerraformConfigResult']:
203
+ """
204
+ This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.
205
+ """
206
+ __args__ = dict()
207
+ __args__['__self__'] = __self__
208
+ return pulumi.runtime.call('pulumi:providers:spotinst/terraformConfig', __args__, res=__self__, typ=Provider.TerraformConfigResult)
209
+
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "spotinst",
4
- "version": "3.118.1-alpha.1746502160"
4
+ "version": "3.119.0-alpha.1746734670"
5
5
  }
@@ -210,10 +210,8 @@ class _OceanState:
210
210
  pulumi.set(self, "workspaces", value)
211
211
 
212
212
 
213
+ @pulumi.type_token("spotinst:spark/ocean:Ocean")
213
214
  class Ocean(pulumi.CustomResource):
214
-
215
- pulumi_type = "spotinst:spark/ocean:Ocean"
216
-
217
215
  @overload
218
216
  def __init__(__self__,
219
217
  resource_name: str,
@@ -79,10 +79,8 @@ class _OceanVirtualNodeGroupState:
79
79
  pulumi.set(self, "virtual_node_group_id", value)
80
80
 
81
81
 
82
+ @pulumi.type_token("spotinst:spark/oceanVirtualNodeGroup:OceanVirtualNodeGroup")
82
83
  class OceanVirtualNodeGroup(pulumi.CustomResource):
83
-
84
- pulumi_type = "spotinst:spark/oceanVirtualNodeGroup:OceanVirtualNodeGroup"
85
-
86
84
  @overload
87
85
  def __init__(__self__,
88
86
  resource_name: str,
@@ -1035,10 +1035,8 @@ class _StatefulNodeAzureState:
1035
1035
  pulumi.set(self, "zones", value)
1036
1036
 
1037
1037
 
1038
+ @pulumi.type_token("spotinst:index/statefulNodeAzure:StatefulNodeAzure")
1038
1039
  class StatefulNodeAzure(pulumi.CustomResource):
1039
-
1040
- pulumi_type = "spotinst:index/statefulNodeAzure:StatefulNodeAzure"
1041
-
1042
1040
  @overload
1043
1041
  def __init__(__self__,
1044
1042
  resource_name: str,
@@ -253,10 +253,8 @@ class _SubscriptionState:
253
253
  pulumi.set(self, "resource_id", value)
254
254
 
255
255
 
256
+ @pulumi.type_token("spotinst:index/subscription:Subscription")
256
257
  class Subscription(pulumi.CustomResource):
257
-
258
- pulumi_type = "spotinst:index/subscription:Subscription"
259
-
260
258
  @overload
261
259
  def __init__(__self__,
262
260
  resource_name: str,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_spotinst
3
- Version: 3.118.1a1746502160
3
+ Version: 3.119.0a1746734670
4
4
  Summary: A Pulumi package for creating and managing spotinst cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,9 +9,9 @@ Keywords: pulumi,spotinst
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.142.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.165.0
13
13
  Requires-Dist: semver>=2.8.1
14
- Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
15
15
 
16
16
  [![Actions Status](https://github.com/pulumi/pulumi-spotinst/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-spotinst/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -0,0 +1,76 @@
1
+ pulumi_spotinst/__init__.py,sha256=zGQ4II5RIK7sg6xV8DPuK6ciPcxOQ6ov1vNq2jFe0Tk,8740
2
+ pulumi_spotinst/_inputs.py,sha256=RKU-P3eReTo4ljn0Eug2MgckukLH9VH4pk5zoFDyQuM,225578
3
+ pulumi_spotinst/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
+ pulumi_spotinst/account.py,sha256=jMszBEW-RetWDdvjj1CvzCnLtIOthyQRkYrdf1NGOZY,6537
5
+ pulumi_spotinst/credentials_azure.py,sha256=RoVqVX1cw-Cwhs2GrNQi71hN-Tn3LCBVbBwVzrda_rE,15021
6
+ pulumi_spotinst/credentials_gcp.py,sha256=EHiuJMBYnnCpnrd5G0ElWLON-5I6p1NAfvLv3uEYod4,27437
7
+ pulumi_spotinst/data_integration.py,sha256=lAwVCqkJCli6nDzuJp9KZRzMwjqH1f-f7VIPGh2a2nw,12231
8
+ pulumi_spotinst/elastigroup_azure_v3.py,sha256=ig0rmwhnn3hhbiE7BKv4l0g-I7zYWy5bY-VPrwNZEDk,77204
9
+ pulumi_spotinst/health_check.py,sha256=aBs_ytJpI-yJ3MPOWRAHIGJW08DLi1Iglt0r0qYkWJ0,14072
10
+ pulumi_spotinst/ocean_right_sizing_rule.py,sha256=9yxy-9XyoYlypxpFiqqX1T7poyO7il-46zOZ0anYna0,31490
11
+ pulumi_spotinst/outputs.py,sha256=vtnSMKMrpPpwMoPnVypj0W_10CxLevZOG2xxqKRmZxg,180095
12
+ pulumi_spotinst/provider.py,sha256=xI0C5Q-fLr1jC9znrHJnYzDRV9dO-M0YaRtjgET29b8,8722
13
+ pulumi_spotinst/pulumi-plugin.json,sha256=KAKmLfUhQFcS8P9Z6c1wANPMhQY5a0f96L_2MJIwo08,86
14
+ pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
+ pulumi_spotinst/stateful_node_azure.py,sha256=i0pauuwcXmW5n6sdqpH3HwOLc0UfuHx3SYp0zkezv-Q,141513
16
+ pulumi_spotinst/subscription.py,sha256=asxOLptbPggXfVfDzeUIR6DZC8ub3w_9v-w0nmVEc7Y,28571
17
+ pulumi_spotinst/aws/__init__.py,sha256=6fGpM9Rh1HIW8wd_Twunwhmutbte97XCL1Fn6DzJHo8,619
18
+ pulumi_spotinst/aws/_inputs.py,sha256=UEpQprHxY6PNFMxzZpMRQKgxe9txMRC7ilY67z6UgZ4,628631
19
+ pulumi_spotinst/aws/account.py,sha256=HnIjIldp1AcvmYi1ngBmlfLALeHlri-jyyzSLYOMivg,6566
20
+ pulumi_spotinst/aws/beanstalk.py,sha256=N04WNP-PxqlwxLxSER_FF48T-AXMt_1l_xs1dFdYg1U,35362
21
+ pulumi_spotinst/aws/credentials.py,sha256=nz8JIMh1xx-YyB5RxQ1Earq2UlI78Cvi5Nvyqb5iTOA,9513
22
+ pulumi_spotinst/aws/elastigroup.py,sha256=NyN0H4sccLy3siSh5KExzBefSERz2zAp9u6ILzWTBFs,234699
23
+ pulumi_spotinst/aws/managed_instance.py,sha256=CPZaCeFeuhqj-XwQB-D-bksU1Si2NjuC2C7W1-18n6I,87519
24
+ pulumi_spotinst/aws/mr_scalar.py,sha256=klroq98bV70_IzYkgbJNVMdGAhaDtVaL9U-v9xHJxFI,128747
25
+ pulumi_spotinst/aws/ocean.py,sha256=aNEksltQ7Q0GUd4Qq76UumstnP1ApHG4k1p2qjccS14,119247
26
+ pulumi_spotinst/aws/ocean_extended_resource_definition.py,sha256=UpcBmCgxPp0XbhAxr4UkQ2Yyr6Yc0-icNttlXO70rw4,11048
27
+ pulumi_spotinst/aws/ocean_launch_spec.py,sha256=iTp-fQfPHyWsWyAiW2lZA4VR9FrNMAVITHxqf6cTZlU,102187
28
+ pulumi_spotinst/aws/outputs.py,sha256=pF1zAABbmFJx2cC69gzyLq3NW2gRpgIC-1Jian9T1vI,464971
29
+ pulumi_spotinst/aws/suspension.py,sha256=IUTisw4VNCFUD4oDNfpxX1pOSQOBkxPp_o56xlY2tzI,9779
30
+ pulumi_spotinst/azure/__init__.py,sha256=9JRmjaOuBI50875ToxeChC5bBkhf1Dq4TTm8w4ko4PU,397
31
+ pulumi_spotinst/azure/_inputs.py,sha256=QHiEl_Oa7F-fUZ8pgHSmTcU3Wg3kzgYkpBI4_u9GNhI,129635
32
+ pulumi_spotinst/azure/ocean_np.py,sha256=v_46vHaUVHA4gqYwbvvA1vbasYhkWU9gV2DITxGpNBc,85816
33
+ pulumi_spotinst/azure/ocean_np_virtual_node_group.py,sha256=iq26MimPbDk363s6nH6EsHeR2-jMnZiXliU1HlwNpo0,70070
34
+ pulumi_spotinst/azure/outputs.py,sha256=hMHPWsU4gs4r83tMprvQ4uK7B5-48ydCutTsB_1O1yw,97721
35
+ pulumi_spotinst/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
36
+ pulumi_spotinst/config/__init__.pyi,sha256=uUDv82YSE-Kj11QOtYPb-uTU21IxtBdomkF85fJv9eI,789
37
+ pulumi_spotinst/config/vars.py,sha256=H6SudVbBijV2d-jgNc6SgEuLBTYIms2dbTWplc44zYY,1280
38
+ pulumi_spotinst/ecs/__init__.py,sha256=Nxyz5R026_1G6YQqdwwoK2DAjcuAvFgKkbFtHgrNdPw,384
39
+ pulumi_spotinst/ecs/_inputs.py,sha256=muFb9d9Ekrl7Ar0ZDvRGJnkZ5pbCpXW4CqFjWw-5IJk,113232
40
+ pulumi_spotinst/ecs/ocean.py,sha256=x_XjcZv9Z2ba8_GNLwlvDFZadcuoHcxn3F2VVTVlYUg,86244
41
+ pulumi_spotinst/ecs/ocean_launch_spec.py,sha256=O7TBXdQCI03ncUih4qNzb-OL8d6TVAha7T8HAzHR1ZA,62710
42
+ pulumi_spotinst/ecs/outputs.py,sha256=FQ6NTPCXjYIDD5CZpyWKW30JwEFqFoHndFIPtSsOQRY,85517
43
+ pulumi_spotinst/gcp/__init__.py,sha256=bQXqRsxRvOEPk4_0h0JnGgKapyN7DxI0jF4wCnlr-8o,357
44
+ pulumi_spotinst/gcp/_inputs.py,sha256=VvQEjl7ei1YescMtnS1AzErOlOMSjyhFp2YZZOOsn-g,81781
45
+ pulumi_spotinst/gcp/elastigroup.py,sha256=IFKkdQ0OOzXkXxrfRv_6Wj2crzvtkglvr1w6PwMuWgE,122493
46
+ pulumi_spotinst/gcp/outputs.py,sha256=T46N1Y4xJvUzmKgLxHYzVj01W5cYvX0SLRAOUFTR0Os,58604
47
+ pulumi_spotinst/gke/__init__.py,sha256=YUuZDX0mvhLjViXm6YlTT41IxBsxNb-b76a32_7SY7c,458
48
+ pulumi_spotinst/gke/_inputs.py,sha256=I6GMrO41Z4tbF3DqKcNan1nDnLtwWA23SU4NVCCTKwg,161412
49
+ pulumi_spotinst/gke/elastigroup.py,sha256=i0_xPxHrfoDYqfrCLo_U1zPur1f-z4oPy1JyNpXlJW4,73832
50
+ pulumi_spotinst/gke/ocean_import.py,sha256=lVceF3I4PuLyCW0-vLmD-hphKFDNOsSOYvLz73XgVCw,54916
51
+ pulumi_spotinst/gke/ocean_launch_spec.py,sha256=czEG9bIsB4jI4H-6VO05GVqtf_5xouRXOdmT-pofu1I,70802
52
+ pulumi_spotinst/gke/ocean_launch_spec_import.py,sha256=WyZ43cAH8mKSgZ_Ggp1t4ed7zh97cCyZUdvaZ6GAqng,9109
53
+ pulumi_spotinst/gke/outputs.py,sha256=bu9TbRcpRiWOE6tRcaD6Lw9Ez9MYMx0lcj9khH9-oHk,123652
54
+ pulumi_spotinst/oceancd/__init__.py,sha256=TDaEL3Fq6ZDwLgFwfD6W-Xqq5n3NgYIPEm_3DNFZpbY,456
55
+ pulumi_spotinst/oceancd/_inputs.py,sha256=NVA1u2N9yInMYjXt7pwsJ2X9b5sVo6aSBgGGZIrwJzU,176783
56
+ pulumi_spotinst/oceancd/outputs.py,sha256=zzJtDRO24A5hwHJBlS6PZk_CMZhvHfhg7NB2pBRmzs0,138297
57
+ pulumi_spotinst/oceancd/rollout_spec.py,sha256=jhOrHiDL6Kg0auhjxTXAQcFGY3x7gmM9v8JKXYNZswc,22744
58
+ pulumi_spotinst/oceancd/strategy.py,sha256=EtxuAqxmflc_EvzS6rUBbyvA4bYtnbjMt9QyAnYH628,10414
59
+ pulumi_spotinst/oceancd/verification_provider.py,sha256=nZLlsCmx2fDTU16uFkm1517uUyjzVWBv0g7mpIIEzIE,24645
60
+ pulumi_spotinst/oceancd/verification_template.py,sha256=lflbbpfgqiKSJN5JNzQ2ppreXYA2Jwm6aT3T7kQrcns,23203
61
+ pulumi_spotinst/organization/__init__.py,sha256=dIOu_vxbrMka9rAkSOQMoVa4hYnG-EIbgzNPJzm7W-Q,431
62
+ pulumi_spotinst/organization/_inputs.py,sha256=K23cccF04yj8boXX5OPUNZBuVP11WK9h6sCqJRnZ9OM,13079
63
+ pulumi_spotinst/organization/outputs.py,sha256=pUK61jWWKTYD3kn63pCIhYTvCCLPESSEc6YOXbM6XPI,10000
64
+ pulumi_spotinst/organization/policy.py,sha256=n0-YLoxo1TfO0VXV08ALvBmwlVuzgyq4HNETI41mQg0,12275
65
+ pulumi_spotinst/organization/programmatic_user.py,sha256=Mv7BMB0Gmbx_Mx3rDLUkGJZ4svdjz3SwK4ZH914e-Gs,18012
66
+ pulumi_spotinst/organization/user.py,sha256=rtX3fl0QyK_3IKiZ1ZTfLfCkY1JmZtyOVKcJolwvbBQ,19635
67
+ pulumi_spotinst/organization/user_group.py,sha256=PTzZ5wOj4LUVQCG86nLeaOqyU9_h5pH95i4A4bSiNqw,14033
68
+ pulumi_spotinst/spark/__init__.py,sha256=llSjg3tIdgk6bMN3HVd9JH9SqrvNmnLwhtVn9NIQcLM,391
69
+ pulumi_spotinst/spark/_inputs.py,sha256=yFfeSOqV5Jift-FZSGrsC86HStuOakR_EhzNdk42Je8,26382
70
+ pulumi_spotinst/spark/ocean.py,sha256=RN5dHXClRo67ftvCD0h3nHiAWLIffQmYGKpiN7mNDnw,19746
71
+ pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=mVGU2GeSdAT3MnjZfwO_n72WWixArOgQ8ZnNxgmWLJ8,8654
72
+ pulumi_spotinst/spark/outputs.py,sha256=Fd5tyJLyYRKIG1MB6qNFEDzVlLRwYPvC4g9xVHCsrBM,20534
73
+ pulumi_spotinst-3.119.0a1746734670.dist-info/METADATA,sha256=x-Oq0HRlEmw2DyMkTnoD5OT9QZL7wNXD1ITZtdtNXqU,2724
74
+ pulumi_spotinst-3.119.0a1746734670.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
75
+ pulumi_spotinst-3.119.0a1746734670.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
76
+ pulumi_spotinst-3.119.0a1746734670.dist-info/RECORD,,
@@ -1,76 +0,0 @@
1
- pulumi_spotinst/__init__.py,sha256=zGQ4II5RIK7sg6xV8DPuK6ciPcxOQ6ov1vNq2jFe0Tk,8740
2
- pulumi_spotinst/_inputs.py,sha256=RKU-P3eReTo4ljn0Eug2MgckukLH9VH4pk5zoFDyQuM,225578
3
- pulumi_spotinst/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_spotinst/account.py,sha256=LkQO7L7TrWyuTQgyGpHlNN2jTasgQS11mhd_pKE4s9E,6537
5
- pulumi_spotinst/credentials_azure.py,sha256=YlihxGeTUmbEEdS5tidvSLEu34Xaz5VEOTmG1T4CpsI,15021
6
- pulumi_spotinst/credentials_gcp.py,sha256=hdRkpo96bHCEQvPtgUZrJ7YPtslhP3TfNwxMWof0Mlw,27437
7
- pulumi_spotinst/data_integration.py,sha256=Kz7TCohKfQ0dpAmXPtBNMKmSos5A5BoOJiXYVvyh4iY,12231
8
- pulumi_spotinst/elastigroup_azure_v3.py,sha256=bNmMmv00C4TP3gUxszWu8PguhUGTfCXFnx7Xu1-fuq0,77204
9
- pulumi_spotinst/health_check.py,sha256=cOTtuy3O9mREzx9Qv3czZcDol7eTEoofrQV-kFbAVQs,14072
10
- pulumi_spotinst/ocean_right_sizing_rule.py,sha256=Cr9Qzal_gYxFwJ8EnfhhWHmm0mn4-VpDTbqPk2OK9GI,31490
11
- pulumi_spotinst/outputs.py,sha256=vtnSMKMrpPpwMoPnVypj0W_10CxLevZOG2xxqKRmZxg,180095
12
- pulumi_spotinst/provider.py,sha256=YbKw3lkGWSv0697ts5J-DxTZFydk1RLnaDjxyw72nfs,7851
13
- pulumi_spotinst/pulumi-plugin.json,sha256=Y8cs02DOLMbO7UwD7G9oDqQORCwFeOG813ifJ943P4w,86
14
- pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- pulumi_spotinst/stateful_node_azure.py,sha256=C6HrIUqJfvnZHmDvdo_YDzOfz55h4LO3I5t0xKteyW4,141513
16
- pulumi_spotinst/subscription.py,sha256=RIr5-FBj08q0LKwBZaQGhfUd69CFiSa5oKz7zx2drtM,28571
17
- pulumi_spotinst/aws/__init__.py,sha256=6fGpM9Rh1HIW8wd_Twunwhmutbte97XCL1Fn6DzJHo8,619
18
- pulumi_spotinst/aws/_inputs.py,sha256=UEpQprHxY6PNFMxzZpMRQKgxe9txMRC7ilY67z6UgZ4,628631
19
- pulumi_spotinst/aws/account.py,sha256=sIoTbLuPf3xlLqSlRvlrMzWmDszop-InJma7V6ouKCQ,6566
20
- pulumi_spotinst/aws/beanstalk.py,sha256=62DnLD7dOfb-T0_tKwQLQ3nTSj64ykvzPo9Jk3t-1UI,35362
21
- pulumi_spotinst/aws/credentials.py,sha256=H6naxRwpUuv_FCgOj3HHOy3WCclrHKL2SYClu__ppS8,9513
22
- pulumi_spotinst/aws/elastigroup.py,sha256=dulNBQOPBV-xhwXMC89jH8a1SVZH1eZK8le1C7zv8Bs,234699
23
- pulumi_spotinst/aws/managed_instance.py,sha256=xbAJOeED_Yah9jF3wXxB4s9C8pk_YXYZ9qG-4EQEaMM,87519
24
- pulumi_spotinst/aws/mr_scalar.py,sha256=xKyBznz7MzVosoG14WFXSdtEzMmwEgxxiUyZWmWefvw,128747
25
- pulumi_spotinst/aws/ocean.py,sha256=MuA7WaS8LeTsMAyybipc77Hvmgtlb_ntriAIFm-HNcw,119247
26
- pulumi_spotinst/aws/ocean_extended_resource_definition.py,sha256=QcTGt_MV0rEUH7X5FcKDwOPzQF52OHTmxBmP5C4PMBk,11048
27
- pulumi_spotinst/aws/ocean_launch_spec.py,sha256=5JrfhXqxln8DNSLQ-kgN20s8jrITd1_vUG7KOXJhCVk,102187
28
- pulumi_spotinst/aws/outputs.py,sha256=pF1zAABbmFJx2cC69gzyLq3NW2gRpgIC-1Jian9T1vI,464971
29
- pulumi_spotinst/aws/suspension.py,sha256=jS7-JyT8yblwwd32ykZY9TZ3vOz7hZ-boRuyMeG8EwI,9779
30
- pulumi_spotinst/azure/__init__.py,sha256=9JRmjaOuBI50875ToxeChC5bBkhf1Dq4TTm8w4ko4PU,397
31
- pulumi_spotinst/azure/_inputs.py,sha256=QHiEl_Oa7F-fUZ8pgHSmTcU3Wg3kzgYkpBI4_u9GNhI,129635
32
- pulumi_spotinst/azure/ocean_np.py,sha256=D8siHTjxAFXE4be9xcJQ4Slj6x1kedjbnF9h5Ho0HZI,85816
33
- pulumi_spotinst/azure/ocean_np_virtual_node_group.py,sha256=0ufvgMAY8D16LBLXeb-8cfgI6ldDuoEnB-Q7d2FMLbU,70070
34
- pulumi_spotinst/azure/outputs.py,sha256=hMHPWsU4gs4r83tMprvQ4uK7B5-48ydCutTsB_1O1yw,97721
35
- pulumi_spotinst/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
36
- pulumi_spotinst/config/__init__.pyi,sha256=uUDv82YSE-Kj11QOtYPb-uTU21IxtBdomkF85fJv9eI,789
37
- pulumi_spotinst/config/vars.py,sha256=H6SudVbBijV2d-jgNc6SgEuLBTYIms2dbTWplc44zYY,1280
38
- pulumi_spotinst/ecs/__init__.py,sha256=Nxyz5R026_1G6YQqdwwoK2DAjcuAvFgKkbFtHgrNdPw,384
39
- pulumi_spotinst/ecs/_inputs.py,sha256=muFb9d9Ekrl7Ar0ZDvRGJnkZ5pbCpXW4CqFjWw-5IJk,113232
40
- pulumi_spotinst/ecs/ocean.py,sha256=zZ9qt52SfIungGTk954eOQMLrzNN1MN09f5dFmQkf5g,86244
41
- pulumi_spotinst/ecs/ocean_launch_spec.py,sha256=aNe2-gR-tAV43gU8WXAUqRazpZqPu6-Veg3VK5YV4lE,62710
42
- pulumi_spotinst/ecs/outputs.py,sha256=FQ6NTPCXjYIDD5CZpyWKW30JwEFqFoHndFIPtSsOQRY,85517
43
- pulumi_spotinst/gcp/__init__.py,sha256=bQXqRsxRvOEPk4_0h0JnGgKapyN7DxI0jF4wCnlr-8o,357
44
- pulumi_spotinst/gcp/_inputs.py,sha256=VvQEjl7ei1YescMtnS1AzErOlOMSjyhFp2YZZOOsn-g,81781
45
- pulumi_spotinst/gcp/elastigroup.py,sha256=iubeCZrg691f4FXHSC56Y0LMPPv4asIMr_Oj78rZ0W0,122493
46
- pulumi_spotinst/gcp/outputs.py,sha256=T46N1Y4xJvUzmKgLxHYzVj01W5cYvX0SLRAOUFTR0Os,58604
47
- pulumi_spotinst/gke/__init__.py,sha256=YUuZDX0mvhLjViXm6YlTT41IxBsxNb-b76a32_7SY7c,458
48
- pulumi_spotinst/gke/_inputs.py,sha256=I6GMrO41Z4tbF3DqKcNan1nDnLtwWA23SU4NVCCTKwg,161412
49
- pulumi_spotinst/gke/elastigroup.py,sha256=EC7yjuYmwAfpnui78yprIc3UZszLGxwx0sIIKipJuyw,73832
50
- pulumi_spotinst/gke/ocean_import.py,sha256=s9ZPg3EzmBDiUHwW_Vo4J0Ds-CTpv1sQX7dNSPB5Bk4,54916
51
- pulumi_spotinst/gke/ocean_launch_spec.py,sha256=bMbNl0qN31sDae0qwSTSE66G5SiqL1CmDutMr5ONi4s,70802
52
- pulumi_spotinst/gke/ocean_launch_spec_import.py,sha256=PNkwwjmsQT7QAVP_3_Ux6sBUZHLkR9hHN_Nocm4p84E,9109
53
- pulumi_spotinst/gke/outputs.py,sha256=bu9TbRcpRiWOE6tRcaD6Lw9Ez9MYMx0lcj9khH9-oHk,123652
54
- pulumi_spotinst/oceancd/__init__.py,sha256=TDaEL3Fq6ZDwLgFwfD6W-Xqq5n3NgYIPEm_3DNFZpbY,456
55
- pulumi_spotinst/oceancd/_inputs.py,sha256=NVA1u2N9yInMYjXt7pwsJ2X9b5sVo6aSBgGGZIrwJzU,176783
56
- pulumi_spotinst/oceancd/outputs.py,sha256=zzJtDRO24A5hwHJBlS6PZk_CMZhvHfhg7NB2pBRmzs0,138297
57
- pulumi_spotinst/oceancd/rollout_spec.py,sha256=8YsJOvH5XLkY94eBfAWI3EcksAMTRwKdlGZ1rEQs0G4,22744
58
- pulumi_spotinst/oceancd/strategy.py,sha256=sZslBqJjlSxwrsSuGJs43nBfX6fm0ZQG-Xf6N0BR1VU,10414
59
- pulumi_spotinst/oceancd/verification_provider.py,sha256=otX_sio9tEQAzCgHqzIC3GMpwxZ4qnhSjBc51ncfn8A,24645
60
- pulumi_spotinst/oceancd/verification_template.py,sha256=t61VBXQlZjnQrtaRsvoZB00g2CKY22a3rQNsDUccarA,23203
61
- pulumi_spotinst/organization/__init__.py,sha256=dIOu_vxbrMka9rAkSOQMoVa4hYnG-EIbgzNPJzm7W-Q,431
62
- pulumi_spotinst/organization/_inputs.py,sha256=K23cccF04yj8boXX5OPUNZBuVP11WK9h6sCqJRnZ9OM,13079
63
- pulumi_spotinst/organization/outputs.py,sha256=pUK61jWWKTYD3kn63pCIhYTvCCLPESSEc6YOXbM6XPI,10000
64
- pulumi_spotinst/organization/policy.py,sha256=M60oa_vMrSurYfMIlr0aTtUPQzO2VdhayJc_ekcQkJ0,12275
65
- pulumi_spotinst/organization/programmatic_user.py,sha256=uRrdVw4Bsvex_e0Tya-xTtvNcxAXCgIHES48igS5cmQ,18012
66
- pulumi_spotinst/organization/user.py,sha256=HOO0PQw3MkXobohxGwNdpKbZ519jB6qnuIqJCw5czBU,19635
67
- pulumi_spotinst/organization/user_group.py,sha256=dF7pDQhefrmqbc5D7lYK54eFn29w9TjVtWbBiiPqH6c,14033
68
- pulumi_spotinst/spark/__init__.py,sha256=llSjg3tIdgk6bMN3HVd9JH9SqrvNmnLwhtVn9NIQcLM,391
69
- pulumi_spotinst/spark/_inputs.py,sha256=yFfeSOqV5Jift-FZSGrsC86HStuOakR_EhzNdk42Je8,26382
70
- pulumi_spotinst/spark/ocean.py,sha256=7GLggjLAP-uh91WPGUejCWA5cXZrERoLyAc1C6C3jNQ,19746
71
- pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=TStTTGlsgeObpAi1zQAQ-wf_yAiOHBg-1fe8SOhqRqc,8654
72
- pulumi_spotinst/spark/outputs.py,sha256=Fd5tyJLyYRKIG1MB6qNFEDzVlLRwYPvC4g9xVHCsrBM,20534
73
- pulumi_spotinst-3.118.1a1746502160.dist-info/METADATA,sha256=xb4bDR0oVm4P8yy2oooD5LNEEymXazTXBoTpsapfx8g,2721
74
- pulumi_spotinst-3.118.1a1746502160.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
75
- pulumi_spotinst-3.118.1a1746502160.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
76
- pulumi_spotinst-3.118.1a1746502160.dist-info/RECORD,,