pulumi-aiven 6.28.0__py3-none-any.whl → 6.28.0a1730384431__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-aiven might be problematic. Click here for more details.

Files changed (54) hide show
  1. pulumi_aiven/_inputs.py +203 -635
  2. pulumi_aiven/account_team_project.py +7 -7
  3. pulumi_aiven/cassandra.py +8 -8
  4. pulumi_aiven/clickhouse.py +8 -8
  5. pulumi_aiven/dragonfly.py +8 -8
  6. pulumi_aiven/flink.py +8 -8
  7. pulumi_aiven/get_account_team_project.py +1 -1
  8. pulumi_aiven/get_cassanda.py +1 -1
  9. pulumi_aiven/get_cassandra.py +1 -1
  10. pulumi_aiven/get_clickhouse.py +1 -1
  11. pulumi_aiven/get_dragonfly.py +1 -1
  12. pulumi_aiven/get_flink.py +1 -1
  13. pulumi_aiven/get_grafana.py +1 -1
  14. pulumi_aiven/get_kafka.py +1 -1
  15. pulumi_aiven/get_kafka_connect.py +1 -1
  16. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  17. pulumi_aiven/get_m3_aggregator.py +1 -1
  18. pulumi_aiven/get_m3_db.py +1 -1
  19. pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
  20. pulumi_aiven/get_my_sql.py +1 -1
  21. pulumi_aiven/get_open_search.py +1 -1
  22. pulumi_aiven/get_pg.py +1 -1
  23. pulumi_aiven/get_project_user.py +1 -1
  24. pulumi_aiven/get_redis.py +1 -1
  25. pulumi_aiven/get_service_component.py +9 -9
  26. pulumi_aiven/get_service_integration.py +17 -17
  27. pulumi_aiven/get_service_integration_endpoint.py +31 -59
  28. pulumi_aiven/get_thanos.py +1 -1
  29. pulumi_aiven/get_valkey.py +1 -1
  30. pulumi_aiven/grafana.py +8 -8
  31. pulumi_aiven/influx_db.py +8 -15
  32. pulumi_aiven/kafka.py +8 -8
  33. pulumi_aiven/kafka_connect.py +8 -8
  34. pulumi_aiven/kafka_mirror_maker.py +8 -8
  35. pulumi_aiven/m3_aggregator.py +8 -8
  36. pulumi_aiven/m3_db.py +8 -8
  37. pulumi_aiven/mirror_maker_replication_flow.py +7 -7
  38. pulumi_aiven/my_sql.py +8 -8
  39. pulumi_aiven/open_search.py +8 -8
  40. pulumi_aiven/organization_group_project.py +9 -17
  41. pulumi_aiven/organization_permission.py +49 -49
  42. pulumi_aiven/outputs.py +263 -883
  43. pulumi_aiven/pg.py +8 -8
  44. pulumi_aiven/project_user.py +7 -15
  45. pulumi_aiven/pulumi-plugin.json +1 -1
  46. pulumi_aiven/redis.py +8 -8
  47. pulumi_aiven/service_integration.py +123 -139
  48. pulumi_aiven/service_integration_endpoint.py +140 -302
  49. pulumi_aiven/thanos.py +8 -8
  50. pulumi_aiven/valkey.py +8 -8
  51. {pulumi_aiven-6.28.0.dist-info → pulumi_aiven-6.28.0a1730384431.dist-info}/METADATA +1 -1
  52. {pulumi_aiven-6.28.0.dist-info → pulumi_aiven-6.28.0a1730384431.dist-info}/RECORD +54 -54
  53. {pulumi_aiven-6.28.0.dist-info → pulumi_aiven-6.28.0a1730384431.dist-info}/WHEEL +1 -1
  54. {pulumi_aiven-6.28.0.dist-info → pulumi_aiven-6.28.0a1730384431.dist-info}/top_level.txt +0 -0
pulumi_aiven/thanos.py CHANGED
@@ -54,7 +54,7 @@ class ThanosArgs:
54
54
  :param pulumi.Input[Sequence[pulumi.Input['ThanosTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
55
55
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
56
56
  :param pulumi.Input['ThanosThanosArgs'] thanos: Thanos server connection details.
57
- :param pulumi.Input['ThanosThanosUserConfigArgs'] thanos_user_config: Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
57
+ :param pulumi.Input['ThanosThanosUserConfigArgs'] thanos_user_config: Thanos user configurable settings
58
58
  """
59
59
  pulumi.set(__self__, "plan", plan)
60
60
  pulumi.set(__self__, "project", project)
@@ -274,7 +274,7 @@ class ThanosArgs:
274
274
  @pulumi.getter(name="thanosUserConfig")
275
275
  def thanos_user_config(self) -> Optional[pulumi.Input['ThanosThanosUserConfigArgs']]:
276
276
  """
277
- Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
277
+ Thanos user configurable settings
278
278
  """
279
279
  return pulumi.get(self, "thanos_user_config")
280
280
 
@@ -343,7 +343,7 @@ class _ThanosState:
343
343
  :param pulumi.Input[Sequence[pulumi.Input['ThanosTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
344
344
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
345
345
  :param pulumi.Input['ThanosThanosArgs'] thanos: Thanos server connection details.
346
- :param pulumi.Input['ThanosThanosUserConfigArgs'] thanos_user_config: Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
346
+ :param pulumi.Input['ThanosThanosUserConfigArgs'] thanos_user_config: Thanos user configurable settings
347
347
  """
348
348
  if additional_disk_space is not None:
349
349
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -738,7 +738,7 @@ class _ThanosState:
738
738
  @pulumi.getter(name="thanosUserConfig")
739
739
  def thanos_user_config(self) -> Optional[pulumi.Input['ThanosThanosUserConfigArgs']]:
740
740
  """
741
- Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
741
+ Thanos user configurable settings
742
742
  """
743
743
  return pulumi.get(self, "thanos_user_config")
744
744
 
@@ -814,7 +814,7 @@ class Thanos(pulumi.CustomResource):
814
814
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosTechEmailArgs', 'ThanosTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
815
815
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
816
816
  :param pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']] thanos: Thanos server connection details.
817
- :param pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']] thanos_user_config: Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
817
+ :param pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']] thanos_user_config: Thanos user configurable settings
818
818
  """
819
819
  ...
820
820
  @overload
@@ -998,7 +998,7 @@ class Thanos(pulumi.CustomResource):
998
998
  :param pulumi.Input[Sequence[pulumi.Input[Union['ThanosTechEmailArgs', 'ThanosTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
999
999
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
1000
1000
  :param pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']] thanos: Thanos server connection details.
1001
- :param pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']] thanos_user_config: Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1001
+ :param pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']] thanos_user_config: Thanos user configurable settings
1002
1002
  """
1003
1003
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1004
1004
 
@@ -1036,7 +1036,7 @@ class Thanos(pulumi.CustomResource):
1036
1036
 
1037
1037
  @property
1038
1038
  @pulumi.getter(name="additionalDiskSpace")
1039
- def additional_disk_space(self) -> pulumi.Output[str]:
1039
+ def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1040
1040
  """
1041
1041
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1042
1042
  """
@@ -1256,7 +1256,7 @@ class Thanos(pulumi.CustomResource):
1256
1256
  @pulumi.getter(name="thanosUserConfig")
1257
1257
  def thanos_user_config(self) -> pulumi.Output[Optional['outputs.ThanosThanosUserConfig']]:
1258
1258
  """
1259
- Thanos user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1259
+ Thanos user configurable settings
1260
1260
  """
1261
1261
  return pulumi.get(self, "thanos_user_config")
1262
1262
 
pulumi_aiven/valkey.py CHANGED
@@ -54,7 +54,7 @@ class ValkeyArgs:
54
54
  :param pulumi.Input[Sequence[pulumi.Input['ValkeyTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
55
55
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
56
56
  :param pulumi.Input['ValkeyValkeyArgs'] valkey: Valkey server provided values
57
- :param pulumi.Input['ValkeyValkeyUserConfigArgs'] valkey_user_config: Valkey user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
57
+ :param pulumi.Input['ValkeyValkeyUserConfigArgs'] valkey_user_config: Valkey user configurable settings
58
58
  """
59
59
  pulumi.set(__self__, "plan", plan)
60
60
  pulumi.set(__self__, "project", project)
@@ -274,7 +274,7 @@ class ValkeyArgs:
274
274
  @pulumi.getter(name="valkeyUserConfig")
275
275
  def valkey_user_config(self) -> Optional[pulumi.Input['ValkeyValkeyUserConfigArgs']]:
276
276
  """
277
- Valkey user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
277
+ Valkey user configurable settings
278
278
  """
279
279
  return pulumi.get(self, "valkey_user_config")
280
280
 
@@ -343,7 +343,7 @@ class _ValkeyState:
343
343
  :param pulumi.Input[Sequence[pulumi.Input['ValkeyTechEmailArgs']]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
344
344
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
345
345
  :param pulumi.Input['ValkeyValkeyArgs'] valkey: Valkey server provided values
346
- :param pulumi.Input['ValkeyValkeyUserConfigArgs'] valkey_user_config: Valkey user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
346
+ :param pulumi.Input['ValkeyValkeyUserConfigArgs'] valkey_user_config: Valkey user configurable settings
347
347
  """
348
348
  if additional_disk_space is not None:
349
349
  pulumi.set(__self__, "additional_disk_space", additional_disk_space)
@@ -738,7 +738,7 @@ class _ValkeyState:
738
738
  @pulumi.getter(name="valkeyUserConfig")
739
739
  def valkey_user_config(self) -> Optional[pulumi.Input['ValkeyValkeyUserConfigArgs']]:
740
740
  """
741
- Valkey user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
741
+ Valkey user configurable settings
742
742
  """
743
743
  return pulumi.get(self, "valkey_user_config")
744
744
 
@@ -811,7 +811,7 @@ class Valkey(pulumi.CustomResource):
811
811
  :param pulumi.Input[Sequence[pulumi.Input[Union['ValkeyTechEmailArgs', 'ValkeyTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
812
812
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
813
813
  :param pulumi.Input[Union['ValkeyValkeyArgs', 'ValkeyValkeyArgsDict']] valkey: Valkey server provided values
814
- :param pulumi.Input[Union['ValkeyValkeyUserConfigArgs', 'ValkeyValkeyUserConfigArgsDict']] valkey_user_config: Valkey user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
814
+ :param pulumi.Input[Union['ValkeyValkeyUserConfigArgs', 'ValkeyValkeyUserConfigArgsDict']] valkey_user_config: Valkey user configurable settings
815
815
  """
816
816
  ...
817
817
  @overload
@@ -992,7 +992,7 @@ class Valkey(pulumi.CustomResource):
992
992
  :param pulumi.Input[Sequence[pulumi.Input[Union['ValkeyTechEmailArgs', 'ValkeyTechEmailArgsDict']]]] tech_emails: The email addresses for [service contacts](https://aiven.io/docs/platform/howto/technical-emails), who will receive important alerts and updates about this service. You can also set email contacts at the project level.
993
993
  :param pulumi.Input[bool] termination_protection: Prevents the service from being deleted. It is recommended to set this to `true` for all production services to prevent unintentional service deletion. This does not shield against deleting databases or topics but for services with backups much of the content can at least be restored from backup in case accidental deletion is done.
994
994
  :param pulumi.Input[Union['ValkeyValkeyArgs', 'ValkeyValkeyArgsDict']] valkey: Valkey server provided values
995
- :param pulumi.Input[Union['ValkeyValkeyUserConfigArgs', 'ValkeyValkeyUserConfigArgsDict']] valkey_user_config: Valkey user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
995
+ :param pulumi.Input[Union['ValkeyValkeyUserConfigArgs', 'ValkeyValkeyUserConfigArgsDict']] valkey_user_config: Valkey user configurable settings
996
996
  """
997
997
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
998
998
 
@@ -1030,7 +1030,7 @@ class Valkey(pulumi.CustomResource):
1030
1030
 
1031
1031
  @property
1032
1032
  @pulumi.getter(name="additionalDiskSpace")
1033
- def additional_disk_space(self) -> pulumi.Output[str]:
1033
+ def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1034
1034
  """
1035
1035
  Add [disk storage](https://aiven.io/docs/platform/howto/add-storage-space) in increments of 30 GiB to scale your service. The maximum value depends on the service type and cloud provider. Removing additional storage causes the service nodes to go through a rolling restart and there might be a short downtime for services with no HA capabilities.
1036
1036
  """
@@ -1250,7 +1250,7 @@ class Valkey(pulumi.CustomResource):
1250
1250
  @pulumi.getter(name="valkeyUserConfig")
1251
1251
  def valkey_user_config(self) -> pulumi.Output[Optional['outputs.ValkeyValkeyUserConfig']]:
1252
1252
  """
1253
- Valkey user configurable settings. **Warning:** There's no way to reset advanced configuration options to default. Options that you add cannot be removed later
1253
+ Valkey user configurable settings
1254
1254
  """
1255
1255
  return pulumi.get(self, "valkey_user_config")
1256
1256
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_aiven
3
- Version: 6.28.0
3
+ Version: 6.28.0a1730384431
4
4
  Summary: A Pulumi package for creating and managing Aiven cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,27 +1,27 @@
1
1
  pulumi_aiven/__init__.py,sha256=eR3JQiCumnzipglw9HIrGXT_6mhrWu2wm5WNyKJwwFM,18855
2
- pulumi_aiven/_inputs.py,sha256=_TXQ-Q_1hWWm80cJydrn_QHnDJaiXhnJBZ1Q2wxr3ik,1642021
2
+ pulumi_aiven/_inputs.py,sha256=nq-Cg1lLhdolZv19eS5K83R9kr9dCsZMxYgC_VEZKr4,1619004
3
3
  pulumi_aiven/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
4
4
  pulumi_aiven/account.py,sha256=INnmCQlB-rYogssxx8zMP5hrPGS3DAr03GccSR_qSe8,17025
5
5
  pulumi_aiven/account_authentication.py,sha256=6YMnR97tSsbDGTeC-4Z0WRG3PyRxeZZyi3o6X1BX3jg,37749
6
6
  pulumi_aiven/account_team.py,sha256=hcV_T88ON6X0lgflCbEGDK-BwrmsBb40fHbz85VeS9I,13101
7
7
  pulumi_aiven/account_team_member.py,sha256=fJdyOsgcC8M3HDUqvtNVqUt6xRvX4BXXsypovPlZEVQ,18773
8
- pulumi_aiven/account_team_project.py,sha256=zld5CZJ0kOm5jWQWiLpYSKqnDKLvPXsguBWw3U-Pqfs,21187
8
+ pulumi_aiven/account_team_project.py,sha256=MUKII7SJ2v9qUxG-rXabZqHxwEn8fUVXmSLGWdg-oXA,15608
9
9
  pulumi_aiven/aws_privatelink.py,sha256=T_fAM8G1eLpgDiql6wO9kwTG28ecBQiRoZFAgXnR04M,15605
10
10
  pulumi_aiven/aws_vpc_peering_connection.py,sha256=9o17R-3xjvBpT1cWmRl_1itRAaUgUOyFT8FZZ4V_y7I,18618
11
11
  pulumi_aiven/azure_privatelink.py,sha256=hCrp07cYMAxJ1Ju8-7GnSI4bNJEm-vvVTT8LtrQZu2A,18156
12
12
  pulumi_aiven/azure_privatelink_connection_approval.py,sha256=9CTHF6oSAaSKIJJLSwmnRR_GpONRWfMeo078EfKfKN4,19004
13
13
  pulumi_aiven/azure_vpc_peering_connection.py,sha256=oW8uZyvWpEarMy6RjPe1SI53KG2aODLT5Z2TWn7Zx2Y,25382
14
14
  pulumi_aiven/billing_group.py,sha256=aFdlSTLYMJLDJYXYbiqGNadAUCPRcbXfQg9BhPr9QkE,37477
15
- pulumi_aiven/cassandra.py,sha256=_B45t3eFwHZvxvcSbH8NFd4euBcY8-P2TqoxIEhyRBk,83356
15
+ pulumi_aiven/cassandra.py,sha256=ciWV3O2zaGIOdRrpkbWYqc6svA0MDil_oqej-ZE7aww,82484
16
16
  pulumi_aiven/cassandra_user.py,sha256=zeaHC8vwKH-8y4Es2573azsaLcVlNcwiwxiYVLaZbI8,18764
17
- pulumi_aiven/clickhouse.py,sha256=XAfnxACn0StNnON40MndeCB3g-tctQ5K0SiFx6IPtW0,83220
17
+ pulumi_aiven/clickhouse.py,sha256=5hlPG9l4ju7Qr6OIdBkp5OvqzrVI26McRJ4v0ezSq_8,82348
18
18
  pulumi_aiven/clickhouse_database.py,sha256=3AccenssqnWTpq-yiDu7S17E1KO0LBEE_ncAhFDOZ8Y,15724
19
19
  pulumi_aiven/clickhouse_grant.py,sha256=WgLrOGgpx7bZ3bL5cRf_QiCJgOFPalwGTWh0orhj8wg,25522
20
20
  pulumi_aiven/clickhouse_role.py,sha256=kXZpuUPpR8ZCnpyIT3z1cmAS48VlQaJ2fgUaeekCRYk,12661
21
21
  pulumi_aiven/clickhouse_user.py,sha256=jEZC3zc9B4SrE5Lt4UJJ4ju3rZ8IYEfcH3rt8xDOvNA,15961
22
22
  pulumi_aiven/connection_pool.py,sha256=M_xN2LFmQA-5GTQ4yFSfihifv2Z_BRWE0Vgh-gSWbEs,26425
23
- pulumi_aiven/dragonfly.py,sha256=LQSN1bgKQMHLIzn9BnmaZX2cICZc3-s0Ua_UtVV-cnE,82926
24
- pulumi_aiven/flink.py,sha256=vxs3uk7GFRJErGGLUfQwPDGJtjTYT_7Fsf7FxuP-aMw,82154
23
+ pulumi_aiven/dragonfly.py,sha256=xFDzeKI_QpnqWHKYaBw24lWjrLkGbMlaoARHTcoZ6mA,82054
24
+ pulumi_aiven/flink.py,sha256=UwS22K8uvtQgtUm0py0CgKT1sPOrzKPkoM7uYQXQ98k,81282
25
25
  pulumi_aiven/flink_application.py,sha256=gLdog8U6c6Y0gLguYqpsiB6IajsrdNs9mVhlkL_InS4,17778
26
26
  pulumi_aiven/flink_application_deployment.py,sha256=Xk-l3x_jtzQc8p-yJsmVEhLKpB3PBGZ-t35b3AaONQA,26450
27
27
  pulumi_aiven/flink_application_version.py,sha256=oeAmiDvy_jyKfKAk31mELiwLn-lsii-7adDnB2qQnxc,34302
@@ -32,48 +32,48 @@ pulumi_aiven/get_account.py,sha256=-BmF_rT0p7yv7_w1co8VNSAnPiYTIigq4t5smJwLuQU,7
32
32
  pulumi_aiven/get_account_authentication.py,sha256=hZshH8eMofJlKVJiyW9s8GiPZ_rxCgsYnuBg1sAM-VE,14508
33
33
  pulumi_aiven/get_account_team.py,sha256=xoIVzKTYKDhf7zXMA90vsoker_BwMb_RrFsMevXdvbU,5651
34
34
  pulumi_aiven/get_account_team_member.py,sha256=qHtwjz2fGbGA32_h0hattQ2g-m1uPVXDoXc0kJ1S66o,8073
35
- pulumi_aiven/get_account_team_project.py,sha256=euFE4ROMCq6_F83K3gZMnFvqWf7xDT2lKbuCnnvK4HA,6732
35
+ pulumi_aiven/get_account_team_project.py,sha256=d9mnlTyWQJtqmoQoGIs3FDx3-eDNAq09dNyaKjZHV_Y,5935
36
36
  pulumi_aiven/get_aws_privatelink.py,sha256=rj2JWpNF8Op_LIlJpNIjYBCWb-jPoujtJyW2Wb3UM4I,7453
37
37
  pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=MCsJpTngLawK9grOlrE_QXGDYOIyRditSoUq_KQa8E4,9980
38
38
  pulumi_aiven/get_azure_privatelink.py,sha256=XylhGH1AUkltuCsRj9aIzzXuLkD4g1hdN0_JhNTdBMk,8763
39
39
  pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=_SyX1QjB99ZiallTffeh5O7GIM1oIpXoCjd2bk43BZ4,13092
40
40
  pulumi_aiven/get_billing_group.py,sha256=Pyjs4XIjSca6pOanSTUlVdcSHRUbfvk7xJ6KegTQg0s,12399
41
- pulumi_aiven/get_cassanda.py,sha256=6UFGiTGVQefGsdvH4_Kc4wvZYOzZujZ9gxUtirYl2og,25648
42
- pulumi_aiven/get_cassandra.py,sha256=2rEXXKPrJtdJLu8EUehF_hM6TknMW1otyvIEjmyOWis,25320
41
+ pulumi_aiven/get_cassanda.py,sha256=tuVIZfHVmo2Q4icakbticflZkTrudej3uplUYSuSMO8,25522
42
+ pulumi_aiven/get_cassandra.py,sha256=0NTd8ga9xr3tiVPksyw89ABrt7Gm5JVaw-o7k-q9DHs,25194
43
43
  pulumi_aiven/get_cassandra_user.py,sha256=l_KAbIjqLR_IlMYAPndnKmDYnTE-3RT0H-pRVa3Ydys,9064
44
- pulumi_aiven/get_clickhouse.py,sha256=ynHAN6eBAZ35fes9we-npQPP7O_BrovuQywBdxPF6dU,25345
44
+ pulumi_aiven/get_clickhouse.py,sha256=6669UKuc5I1urR87nfg_W5BGdYFtFoV2lKwjkMQI6P4,25219
45
45
  pulumi_aiven/get_clickhouse_database.py,sha256=SnJGD4QwIbNV8b1LbQjxuTAl-kgIgpegpVWKMbpZ_Vc,7391
46
46
  pulumi_aiven/get_clickhouse_user.py,sha256=0E1EzvCKChFow87KPrRASvtopiTbeafu6_MHsH-_YIQ,8125
47
47
  pulumi_aiven/get_connection_pool.py,sha256=wYA5pPxSIFI6jlxtRUrc4JnHys3GXVd6ECkfeDBX9Ck,10120
48
- pulumi_aiven/get_dragonfly.py,sha256=vvSMghEvDN8-2R0VbObS_UNZJvn7jkgZd19jvtXd-uw,25312
48
+ pulumi_aiven/get_dragonfly.py,sha256=ZLuICt4ZumgliARS6r-nRwhAgGW0ZKCx9rP2BevYQpQ,25186
49
49
  pulumi_aiven/get_external_identity.py,sha256=PV-Cv9mzcTBLTkFA6fCTtLrfBGGYuCzHy15uT_KfciQ,7189
50
- pulumi_aiven/get_flink.py,sha256=So_WTUbn5MSeDAfOqA4f-ilVIGiWe50nq6yzk-1xvo0,25032
50
+ pulumi_aiven/get_flink.py,sha256=FXLJpP44glUkeNSj4LsEyJmAEMBYpfTZfiewRe9aUtQ,24906
51
51
  pulumi_aiven/get_flink_application.py,sha256=JpPP5wGTZdIuzMUEo5A-Y9XUQQkZaVRx1X6iVNkrGKE,9267
52
52
  pulumi_aiven/get_flink_application_version.py,sha256=IPTuAjK7tV2VnSITqzF5_7myjdRqFpFTSJQd5hQ7MgE,12454
53
53
  pulumi_aiven/get_gcp_privatelink.py,sha256=VTZIsybun47gTpnXxzeg33dpx4g3tPrh76rUXk2e_gY,7463
54
54
  pulumi_aiven/get_gcp_vpc_peering_connection.py,sha256=I210Wlvpi7oQEYNiw4msDbyvsUYPxQwbLVqC02Bt1rw,8075
55
- pulumi_aiven/get_grafana.py,sha256=DZBjPMqy0eTQ4iuUvo1vEgluTaLn6gijOSw_Moo_R24,25162
55
+ pulumi_aiven/get_grafana.py,sha256=ypmJNHcn_AnABmtfdZ3YrhoStinlehxn6KWW5sVkpKw,25036
56
56
  pulumi_aiven/get_influx_db.py,sha256=_B7026Of6Pecw1YITMrEWgwtazwSvAHhQx8BPXhaktE,18137
57
57
  pulumi_aiven/get_influxdb_database.py,sha256=iL-s_saxGR409F43qldjmlw2R0Jx8JvUkEDtcjILLfM,5374
58
58
  pulumi_aiven/get_influxdb_user.py,sha256=847LJinmQAu0fuQ5tmAh8yXJC6Xhbrt4FSyWnoMFQxQ,6298
59
- pulumi_aiven/get_kafka.py,sha256=0LcBne-s5ODXDfpc7Jb80nD0OONuKQ6tjv9jh1-pAG4,26186
59
+ pulumi_aiven/get_kafka.py,sha256=Saayh5wr8ej0xuNuUaAi7aEmXJUGc6rkaPMJmru5D9s,26060
60
60
  pulumi_aiven/get_kafka_acl.py,sha256=7yEhFbGo5sOcj4ikoLhpypR9cKJorZd8lFCoIHtUYUw,9276
61
- pulumi_aiven/get_kafka_connect.py,sha256=Hbf3zcz9LLnroSC5aZMrfHGiV1T9kEYxvQrykh7qQWg,24913
61
+ pulumi_aiven/get_kafka_connect.py,sha256=3cZku4Dv6LUZJqcKhrgNPSsRx5yjdG5jEwQDuaT8aMI,24787
62
62
  pulumi_aiven/get_kafka_connector.py,sha256=4PgGj5S4kYAmqYQBGgqZyqJaQOMlCXtbFwYuDUSBe1M,11459
63
- pulumi_aiven/get_kafka_mirror_maker.py,sha256=EU70w4HecBKzkNjENRaLm2rnZf0aR8Bj7yUkOA2lw10,25107
63
+ pulumi_aiven/get_kafka_mirror_maker.py,sha256=mBPl743YMu_4v0PHNEfnwBHnlnrK6PXzPMvGmxjjf40,24981
64
64
  pulumi_aiven/get_kafka_schema.py,sha256=HdrVjLnRyt7QA7YWqokVRmB_Eu5iokbc-dI989OJ_R8,9231
65
65
  pulumi_aiven/get_kafka_schema_configuration.py,sha256=-BItITL4HhruiYfgXaEjv1m6Uglg6nHunJ3VwEJh7qw,9267
66
66
  pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=MJXEqJTY45HR4Jxx1ncraqwq2RwFRaq0i2GeqnCyzrY,9484
67
67
  pulumi_aiven/get_kafka_topic.py,sha256=Pl8RIFswT7O50hgUkSLOibP1W2WGnZD7-4j42tHKZ1E,11015
68
68
  pulumi_aiven/get_kafka_user.py,sha256=inTk5YpnVHtgZ74Jn5MHKQSioxSwI7E84I66z7zxgOg,8908
69
- pulumi_aiven/get_m3_aggregator.py,sha256=zWQVA64QK6ecxGznoq0rxwsm5EYtp7slobvDasYzPwI,25485
70
- pulumi_aiven/get_m3_db.py,sha256=sywNUZDnuJ56KcP_maQhmUBbKKUPFhJy0DEBcywTcqQ,24952
69
+ pulumi_aiven/get_m3_aggregator.py,sha256=g7Yz6tRKRJI45AhxFRv9m3TqTDxJJHa4qNzKGiksW8M,25359
70
+ pulumi_aiven/get_m3_db.py,sha256=rTXxA3QDSHgGjwcc6Qtaq-297cPcfxos24wtxnwqAUs,24826
71
71
  pulumi_aiven/get_m3db_user.py,sha256=yPQUd_xn67OJzRHKdS99WROvoSX9WdSNO90LVh6_TO0,7724
72
- pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=8WZLR8fMHdCisQ7baOJSeYDHQV4EybjO9RP9P6FaLmw,17563
73
- pulumi_aiven/get_my_sql.py,sha256=jyz5XB1UETneBRpMDCjObXSAFio6Blz-7kXT0xH3EeA,25027
72
+ pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=CaO4ESvxg2JHMlmPoBPGKNwS4KWRZE4SSJNYTUNKO2o,17584
73
+ pulumi_aiven/get_my_sql.py,sha256=X7NeZ7wxfMdpn8vdqDimRttZH4fpzJ_eWhjNzjo8174,24901
74
74
  pulumi_aiven/get_mysql_database.py,sha256=IsNjBMvAWyzLL16ul-dEtZfgjXEID_oJYfnq6B8aSVE,7508
75
75
  pulumi_aiven/get_mysql_user.py,sha256=RdzrF3I0cj9dhD17z71zLTIY9XC3SbKbIbIiNqGWwxM,9577
76
- pulumi_aiven/get_open_search.py,sha256=zzLe_rs5P2aXsz4n5dhsloHGRdzBzZ0Y5JTpsp9LDgc,25370
76
+ pulumi_aiven/get_open_search.py,sha256=y1sejCNt-JZtOTRHX5CZn6aBGrn1ubCw7luSux-EJkQ,25244
77
77
  pulumi_aiven/get_open_search_acl_config.py,sha256=Ilevj2oFesNWUxJbNc9dwLxH-Ga7A3Q8NT9LXPIKJgQ,7275
78
78
  pulumi_aiven/get_open_search_acl_rule.py,sha256=j8iZNojnSX17sAqcXkJmxb8M3XcaqIenmNpFdHcQyiY,9354
79
79
  pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=qUR-d0h2RhH_tbCSEoQ32nZLusmF8Ig1e6LMk8fRY5w,8698
@@ -84,43 +84,43 @@ pulumi_aiven/get_organization_user.py,sha256=VnVbLYB4VYbNA7aLRyNU9PK99EY4PS69dMn
84
84
  pulumi_aiven/get_organization_user_group.py,sha256=3NlyZQk0Dm-oqrFlOV-egObYSV1252XgGIFWw8_rhIQ,7391
85
85
  pulumi_aiven/get_organization_user_list.py,sha256=ar_5IbSm-_F29eduALtQYPgXU8f5fqwPRRmgnbwLGuY,4518
86
86
  pulumi_aiven/get_organizational_unit.py,sha256=UJj61rPfgnpo2wgCK5wNVgHgiZU8Qvss0KrJnQoz1R4,5498
87
- pulumi_aiven/get_pg.py,sha256=3ohvzr56_t_Kk0o_KXDyN51XCQPsyC-9qYIUWEQaDCU,24850
87
+ pulumi_aiven/get_pg.py,sha256=YtuukRaLfnRcrxDG86uZ7dKthY4jMoYzLUi4DnDJeeY,24724
88
88
  pulumi_aiven/get_pg_database.py,sha256=b__27cxYvirOwy2bV6Jidm5nHX9sppoPCS6fffvSgaE,8720
89
89
  pulumi_aiven/get_pg_user.py,sha256=4kAt3iBeF1Utxto4UZOGWw6wtrOpYuDfW8VEYgt1YJM,9653
90
90
  pulumi_aiven/get_project.py,sha256=i6a_N7HJsSFIr1hLjugDcQuQsfVu4hNbsirsHHLDxB4,13758
91
- pulumi_aiven/get_project_user.py,sha256=hAt6vn1IsSrk4qKpxPUu7s_OAiu_yVa41fjTpeMjFZE,7197
91
+ pulumi_aiven/get_project_user.py,sha256=JqGjwBpHBozvTVT2SG4PQHprUV6z0cH-E_Mq_EozZ1I,6400
92
92
  pulumi_aiven/get_project_vpc.py,sha256=qcxC33OPXvz-wfeTC7X2qMzmtpNMufT-UOxKDXKtyqE,7172
93
- pulumi_aiven/get_redis.py,sha256=5UIVFsy1tE_rwUvQnhmk9fiqCwx7f8sHMhzec37_bhc,24993
93
+ pulumi_aiven/get_redis.py,sha256=3rvrelbprD988AYWbR11Yn-z9rgpWbMeFqnoaigUn2Y,24867
94
94
  pulumi_aiven/get_redis_user.py,sha256=A7lL5ZN0AD4e3PVV-DxH6mIm6g13tdckf4qd2fKWha4,10914
95
- pulumi_aiven/get_service_component.py,sha256=sgWGiypd26phLwS-IG8oivRgIWYgWiJe6b539tvNku8,12218
96
- pulumi_aiven/get_service_integration.py,sha256=kdru15Me1v7yw5bQZ6NGq5MjUbgjiZrQkmy6Vcs0MSA,27250
97
- pulumi_aiven/get_service_integration_endpoint.py,sha256=UQbDuI_NsXQVAg79TJq6l6kEb4jncxAbP0iyP61RvS0,26196
98
- pulumi_aiven/get_thanos.py,sha256=sv9Ihs567-__ecGgF69EuAD7qtIKIsZDDDhLyIgt-nM,25071
95
+ pulumi_aiven/get_service_component.py,sha256=YkA71k-Rva7m2E5lcym35yUge529VazxE4TXh1v8Gso,11627
96
+ pulumi_aiven/get_service_integration.py,sha256=Kgd-ef9fjacFDV9uingraIykcGRICKBjd4UXWJ_6hrU,25453
97
+ pulumi_aiven/get_service_integration_endpoint.py,sha256=bqmJ6XKilTlqGc8vXBP66-G3ZM5YgYkAe06v6T7X_qk,22215
98
+ pulumi_aiven/get_thanos.py,sha256=zR7j4IOAMwNiPzWQEGZ1zjXJGFe9kgnCdZrKayL6xS0,24945
99
99
  pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=RDle8fWIB5pZs4KOthnIMN26t5JPX-MToy0cczmpPAc,10298
100
- pulumi_aiven/get_valkey.py,sha256=9VdVWLA8-jwPzAQUg1FHCOFxs43QJ_FW88wWrfsQbKw,25078
100
+ pulumi_aiven/get_valkey.py,sha256=MEd3JQdhCnV-XX4pDlsQi_c111ZnLwZzpw2vS04ApAA,24952
101
101
  pulumi_aiven/get_valkey_user.py,sha256=pGKJ5gIM-rXDEPOdIC6Yffb26XfHcKZcuRGpzUC9kfk,10599
102
- pulumi_aiven/grafana.py,sha256=k5-dXN7BOpwrCxd-tHWMjCmFgXL0Gd8lwkS8FId6umg,82748
103
- pulumi_aiven/influx_db.py,sha256=nP49oqt1YGVPOj1SltPBQKI2BApN8oNgW5bepj_AV04,83795
102
+ pulumi_aiven/grafana.py,sha256=EFHdG73GVV_hajiBmfGfttoGI2daRq9thpPUjHvhRfQ,81876
103
+ pulumi_aiven/influx_db.py,sha256=D-46MyjtgKp8QK8cIcRoqv8TDMFfUK1NDmw1YH5aYwc,82839
104
104
  pulumi_aiven/influxdb_database.py,sha256=R6b3ScHJ7dkjMjhn8o0znzLf51pb1au-a2Wa-HH9L1o,14214
105
105
  pulumi_aiven/influxdb_user.py,sha256=APHeb0ngQl2c4Vc56J3rxBEuYtlt-evdadznvEQhk2Y,18400
106
- pulumi_aiven/kafka.py,sha256=gFioDdFwDo25c9iGQEwga0CvB8WE9x_r6824S2MTlNw,88182
106
+ pulumi_aiven/kafka.py,sha256=zBmsdm0iSw5oNns3uYey6rELWjCCmSaJT_PjRDSMKL0,87310
107
107
  pulumi_aiven/kafka_acl.py,sha256=-7UE360QEcPiXUtMfkegqIPVglQkDM2MgkhcuGVCNfM,18930
108
- pulumi_aiven/kafka_connect.py,sha256=dVkzYMb-i0bxMxF1tkIrLXUjpbZp4t90_mE9QHgn7nU,84585
108
+ pulumi_aiven/kafka_connect.py,sha256=es1mgUwWZEhDA6GTV-MKHFf1AF6Wm-ID9u4OT3KvtAc,83713
109
109
  pulumi_aiven/kafka_connector.py,sha256=BwN92oSatmqxaVO_qPymbY-5VNf5rVrxCJQZ66Fwnqk,25050
110
- pulumi_aiven/kafka_mirror_maker.py,sha256=m22G5cr6p31cYw3ishodvUQAxrBCvrpieHzcUAv-kr0,82169
110
+ pulumi_aiven/kafka_mirror_maker.py,sha256=QeXAUfMqfbkIgfCc_pfdvSsMwLlg8GNRAhzCRfGoipc,81297
111
111
  pulumi_aiven/kafka_schema.py,sha256=lz5TNa-kwI9c7Mthi_cIqXooMz-HRmI-Kb5vb4KZdak,22834
112
112
  pulumi_aiven/kafka_schema_configuration.py,sha256=qXnCuKC8AFa1arFZJ4cg-KQEQs65TOvl6-mhst-KHqU,14200
113
113
  pulumi_aiven/kafka_schema_registry_acl.py,sha256=3MseIwSoEn0dYwePspK68rVwnpC2gHItmNgrVv0oohE,19623
114
114
  pulumi_aiven/kafka_topic.py,sha256=jqzC7tTVZ_sw5nxw0zksE5wGPKK_zQC8yyon_4PQgiA,29553
115
115
  pulumi_aiven/kafka_user.py,sha256=5tjVeLhqOm-sZwNRnacptp9prEhbubsKVxbZgaQz5jc,18564
116
- pulumi_aiven/m3_aggregator.py,sha256=1X0a5vsHJXqtI8iIClSo-ZnRIfrbw90syepwW8yiBXg,83710
117
- pulumi_aiven/m3_db.py,sha256=eo-nkb6NrBAT49j_EeGdGw6a3zPK_zZo6OPLEOOG2-0,82113
116
+ pulumi_aiven/m3_aggregator.py,sha256=jf0o2SmSywZSK1flDFphus63loqGxGZnPAsmEpmo3dM,82838
117
+ pulumi_aiven/m3_db.py,sha256=acZ3M_zvKLqrFBv-O9UmDSoQwHp4o67tnV-bCvZ0DEA,81241
118
118
  pulumi_aiven/m3db_user.py,sha256=8Uz7rtZ2ynYHNFejDwGZcHG8Er08Vp0AQa8vrwdR1wk,16366
119
- pulumi_aiven/mirror_maker_replication_flow.py,sha256=g2LD7FxTaIp-iCdZuf2jsIwdOjO55ZCszUh4mB0B32M,50982
120
- pulumi_aiven/my_sql.py,sha256=TWXXbzPhyaT2i87iqWjjnD3wib0ybmY0QQCmxHJMfU8,82595
119
+ pulumi_aiven/mirror_maker_replication_flow.py,sha256=Z2zOYMLl0CCTHhpQztyHFgTZqT959Ym2iYoRZnmXlTQ,51129
120
+ pulumi_aiven/my_sql.py,sha256=rxCU1h5rIcvydLdIpKfs6HRArEwXCfhnIllgQoUkK58,81723
121
121
  pulumi_aiven/mysql_database.py,sha256=tBEpJc0BsF36NoU7mUwEVml0b_ePoZpHMAgqYLljFjs,14928
122
122
  pulumi_aiven/mysql_user.py,sha256=XPKJZiMzoPn0WQ8xYVRucqpVKoXCx4JnPFCDGLpMTK8,21295
123
- pulumi_aiven/open_search.py,sha256=MJDLbJ5VWlI0_vZLpC_0v_6jcBM6FTnYPYp5_pe9zJw,84167
123
+ pulumi_aiven/open_search.py,sha256=5u-IINWjK7laH0wP6SZs85sNuo5ipZoKNiJihOm555E,83295
124
124
  pulumi_aiven/open_search_acl_config.py,sha256=hx6VItyEtILyqkcLtv0F-YgBzV1-9whrq4IjIm2Q7kc,18086
125
125
  pulumi_aiven/open_search_acl_rule.py,sha256=AdNPJ52TnPGwjPgFnoPyli3g_quApsAsiD8dsgiZMo0,22108
126
126
  pulumi_aiven/opensearch_security_plugin_config.py,sha256=ilYhnGcz2EZhRBYmntgpgtPvQhdkN6EEk0dBONtgHXg,18810
@@ -128,35 +128,35 @@ pulumi_aiven/opensearch_user.py,sha256=9nV4kt7Lo1TkLoQK6F0wmt7uJtqXvQhQTKACEVfqp
128
128
  pulumi_aiven/organization.py,sha256=zXB949qBPuAW05VXXoFkIe5ZlEBwZTVlJDH10UGGTqo,11118
129
129
  pulumi_aiven/organization_application_user.py,sha256=DvyL7Ujh7oGysLAT6WVSFk02iYV-1H8KzJNlSX5YkT0,15193
130
130
  pulumi_aiven/organization_application_user_token.py,sha256=lrKPE0rZ_QZ2sWqgUgTN0c99ZWBJS2L4Sdkii9G01U8,33082
131
- pulumi_aiven/organization_group_project.py,sha256=lC70_4wwwHbj5hyh9Q_LaMfDJd8Wi4rKApZS3a3g-6s,20703
132
- pulumi_aiven/organization_permission.py,sha256=bp2vhwHhVEwoR4JuB-_tCh5xAVxpqqrlKI_Qq5kh5TM,15701
131
+ pulumi_aiven/organization_group_project.py,sha256=nbKWJfKb42E1zz3plyaKafKnYRh9yvY1Fo1rhIGw0vE,14900
132
+ pulumi_aiven/organization_permission.py,sha256=Hw1l1NR8V7arM11ht2iVCzRs5EpMsst_1H3O-5oyF2g,15511
133
133
  pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695GnIc,15729
134
134
  pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
135
135
  pulumi_aiven/organization_user_group_member.py,sha256=5iPu5lCGx5y-utd9w2iCKc2E7PHRTFnVVAF3j23pstc,14784
136
136
  pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
137
- pulumi_aiven/outputs.py,sha256=Ti-YH7IQ7yR-S8HDOxb-PAkB1KHqjXbht944S_v6Ii4,2119507
138
- pulumi_aiven/pg.py,sha256=BxqlB_ztH5jyvRw7QdQWPaxZ6QMnzPsYqBroLXFrAG0,80239
137
+ pulumi_aiven/outputs.py,sha256=pxZKV1Ya3rwW4EWW4CWgsqo3nJcM3uy70hBNcTMrZzc,2089991
138
+ pulumi_aiven/pg.py,sha256=WpyAAeYUys4VhEknv2ma7rrdSMHylvFwdD5YHVVEMGQ,79367
139
139
  pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
140
140
  pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
141
141
  pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
142
- pulumi_aiven/project_user.py,sha256=wG1tVybAuh2-2XbvX5eT5XqO-mZL36Lve6Ijj2Oz5k0,19671
142
+ pulumi_aiven/project_user.py,sha256=mV8p_tx3N5ylTAn1i02zzTgZn9XAkB1Mw2woFGAOky8,13790
143
143
  pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
144
144
  pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
145
- pulumi_aiven/pulumi-plugin.json,sha256=553u6DUF95cMa9FfblgsdVxLKcACwj1UIFocctji7oI,65
145
+ pulumi_aiven/pulumi-plugin.json,sha256=r_D4n-rg0ZDEY_RFg-ERRXH9rMrmPh-UqdmPvueRlpU,82
146
146
  pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
147
- pulumi_aiven/redis.py,sha256=BlfN_uoyo6neIEaS5gzPiJNkBueu08548uVJ9YimIPA,82140
147
+ pulumi_aiven/redis.py,sha256=hfEGhC01Rpkw-DgsCUYrFNaFjvFQmMHu6LToF5aBcoY,81268
148
148
  pulumi_aiven/redis_user.py,sha256=WHnebXTj2UgkTtZf3I6-zqyNQtla131jHAnUJaF1DUA,29358
149
- pulumi_aiven/service_integration.py,sha256=HC2PqILq7PT0ccmPMPBMOMriEqZJORsJG7BLgiCzpAY,89556
150
- pulumi_aiven/service_integration_endpoint.py,sha256=XzVlistXtdvl2lkcAUVzctffBwLw2Bnvewwx2DedyuM,100259
149
+ pulumi_aiven/service_integration.py,sha256=xORixpg5IqrV73cyExDN-8227gWx5IL7LjHZh0BqeVk,76583
150
+ pulumi_aiven/service_integration_endpoint.py,sha256=vS-6hUwR4hVFPM7BHerjI7PPq7RMesE6WqmcsyDjawA,74683
151
151
  pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
152
- pulumi_aiven/thanos.py,sha256=3CUGk9YtNfo740bis3bhI7CPyvTKDarqO8M6AS9gGMY,82423
152
+ pulumi_aiven/thanos.py,sha256=8uZBFK84bex1PZJKr6V2EuOIHksq5PdHU2zUtyqyj3c,81551
153
153
  pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=kM9Z__ia5sxeOhkLMhZVpcDB_QCkaEj-JWxnPL8ov68,22081
154
- pulumi_aiven/valkey.py,sha256=MuVtGeNk5YRrqLH9nHbxgjAPsRmcGGOp7OcSZKPfwWk,82147
154
+ pulumi_aiven/valkey.py,sha256=4GHaFa0mlMpfuyq1owltdFN1JswUog1Z-cHceDKVQ90,81275
155
155
  pulumi_aiven/valkey_user.py,sha256=SE-l3-V73UP39vZ8etGuKm_Hk8ROfOLjh-pgEWcrfzY,28714
156
156
  pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
157
157
  pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
158
158
  pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
159
- pulumi_aiven-6.28.0.dist-info/METADATA,sha256=5A3U8W8OdAslEv-xw1QdWUtasyA5U1guTBJ1oIMHL6s,2589
160
- pulumi_aiven-6.28.0.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
161
- pulumi_aiven-6.28.0.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
162
- pulumi_aiven-6.28.0.dist-info/RECORD,,
159
+ pulumi_aiven-6.28.0a1730384431.dist-info/METADATA,sha256=-hCJjFr3mKpBVKjYOfEnKIegOXXvpOMgHpoFrTKMJto,2600
160
+ pulumi_aiven-6.28.0a1730384431.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
161
+ pulumi_aiven-6.28.0a1730384431.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
162
+ pulumi_aiven-6.28.0a1730384431.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (75.3.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5