pulumi-aiven 6.27.0a1729894273__py3-none-any.whl → 6.28.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.

Potentially problematic release.


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

Files changed (62) hide show
  1. pulumi_aiven/__init__.py +1 -0
  2. pulumi_aiven/_inputs.py +1560 -200
  3. pulumi_aiven/account_team_project.py +7 -7
  4. pulumi_aiven/cassandra.py +8 -8
  5. pulumi_aiven/clickhouse.py +8 -8
  6. pulumi_aiven/dragonfly.py +8 -8
  7. pulumi_aiven/flink.py +8 -8
  8. pulumi_aiven/get_account_team_project.py +1 -1
  9. pulumi_aiven/get_cassanda.py +1 -1
  10. pulumi_aiven/get_cassandra.py +1 -1
  11. pulumi_aiven/get_clickhouse.py +1 -1
  12. pulumi_aiven/get_dragonfly.py +1 -1
  13. pulumi_aiven/get_flink.py +1 -1
  14. pulumi_aiven/get_grafana.py +1 -1
  15. pulumi_aiven/get_kafka.py +1 -1
  16. pulumi_aiven/get_kafka_connect.py +1 -1
  17. pulumi_aiven/get_kafka_mirror_maker.py +1 -1
  18. pulumi_aiven/get_kafka_schema.py +1 -1
  19. pulumi_aiven/get_kafka_schema_configuration.py +1 -1
  20. pulumi_aiven/get_kafka_topic.py +1 -1
  21. pulumi_aiven/get_m3_aggregator.py +1 -1
  22. pulumi_aiven/get_m3_db.py +1 -1
  23. pulumi_aiven/get_mirror_maker_replication_flow.py +1 -1
  24. pulumi_aiven/get_my_sql.py +1 -1
  25. pulumi_aiven/get_open_search.py +1 -1
  26. pulumi_aiven/get_organization_user_list.py +121 -0
  27. pulumi_aiven/get_pg.py +1 -1
  28. pulumi_aiven/get_project_user.py +1 -1
  29. pulumi_aiven/get_redis.py +1 -1
  30. pulumi_aiven/get_service_component.py +9 -9
  31. pulumi_aiven/get_service_integration.py +17 -17
  32. pulumi_aiven/get_service_integration_endpoint.py +59 -31
  33. pulumi_aiven/get_thanos.py +21 -1
  34. pulumi_aiven/get_valkey.py +1 -1
  35. pulumi_aiven/grafana.py +8 -8
  36. pulumi_aiven/influx_db.py +15 -8
  37. pulumi_aiven/kafka.py +8 -8
  38. pulumi_aiven/kafka_connect.py +8 -8
  39. pulumi_aiven/kafka_mirror_maker.py +8 -8
  40. pulumi_aiven/kafka_schema.py +7 -7
  41. pulumi_aiven/kafka_topic.py +11 -9
  42. pulumi_aiven/m3_aggregator.py +8 -8
  43. pulumi_aiven/m3_db.py +8 -8
  44. pulumi_aiven/mirror_maker_replication_flow.py +7 -7
  45. pulumi_aiven/my_sql.py +8 -8
  46. pulumi_aiven/open_search.py +8 -8
  47. pulumi_aiven/organization_group_project.py +17 -9
  48. pulumi_aiven/organization_permission.py +49 -49
  49. pulumi_aiven/outputs.py +2437 -354
  50. pulumi_aiven/pg.py +8 -8
  51. pulumi_aiven/project.py +1 -1
  52. pulumi_aiven/project_user.py +15 -7
  53. pulumi_aiven/pulumi-plugin.json +1 -1
  54. pulumi_aiven/redis.py +8 -8
  55. pulumi_aiven/service_integration.py +139 -123
  56. pulumi_aiven/service_integration_endpoint.py +302 -140
  57. pulumi_aiven/thanos.py +58 -8
  58. pulumi_aiven/valkey.py +8 -8
  59. {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.28.0.dist-info}/METADATA +1 -1
  60. {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.28.0.dist-info}/RECORD +62 -61
  61. {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.28.0.dist-info}/WHEEL +1 -1
  62. {pulumi_aiven-6.27.0a1729894273.dist-info → pulumi_aiven-6.28.0.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
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
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
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
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
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
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
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
742
742
  """
743
743
  return pulumi.get(self, "thanos_user_config")
744
744
 
@@ -772,6 +772,31 @@ class Thanos(pulumi.CustomResource):
772
772
  """
773
773
  Creates and manages an [Aiven for Metrics®](https://aiven.io/docs/products/metrics/concepts/metrics-overview) service.
774
774
 
775
+ ## Example Usage
776
+
777
+ ```python
778
+ import pulumi
779
+ import pulumi_aiven as aiven
780
+
781
+ example_thanos = aiven.Thanos("example_thanos",
782
+ project=example_project["project"],
783
+ plan="startup-4",
784
+ cloud_name="google-europe-west1",
785
+ service_name="example-thanos-service",
786
+ thanos_user_config={
787
+ "compactor": {
788
+ "retention_days": 30,
789
+ },
790
+ "object_storage_usage_alert_threshold_gb": 10,
791
+ })
792
+ ```
793
+
794
+ ## Import
795
+
796
+ ```sh
797
+ $ pulumi import aiven:index/thanos:Thanos example_thanos PROJECT/SERVICE_NAME
798
+ ```
799
+
775
800
  :param str resource_name: The name of the resource.
776
801
  :param pulumi.ResourceOptions opts: Options for the resource.
777
802
  :param pulumi.Input[str] additional_disk_space: 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.
@@ -789,7 +814,7 @@ class Thanos(pulumi.CustomResource):
789
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.
790
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.
791
816
  :param pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']] thanos: Thanos server connection details.
792
- :param pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']] thanos_user_config: Thanos user configurable settings
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
793
818
  """
794
819
  ...
795
820
  @overload
@@ -800,6 +825,31 @@ class Thanos(pulumi.CustomResource):
800
825
  """
801
826
  Creates and manages an [Aiven for Metrics®](https://aiven.io/docs/products/metrics/concepts/metrics-overview) service.
802
827
 
828
+ ## Example Usage
829
+
830
+ ```python
831
+ import pulumi
832
+ import pulumi_aiven as aiven
833
+
834
+ example_thanos = aiven.Thanos("example_thanos",
835
+ project=example_project["project"],
836
+ plan="startup-4",
837
+ cloud_name="google-europe-west1",
838
+ service_name="example-thanos-service",
839
+ thanos_user_config={
840
+ "compactor": {
841
+ "retention_days": 30,
842
+ },
843
+ "object_storage_usage_alert_threshold_gb": 10,
844
+ })
845
+ ```
846
+
847
+ ## Import
848
+
849
+ ```sh
850
+ $ pulumi import aiven:index/thanos:Thanos example_thanos PROJECT/SERVICE_NAME
851
+ ```
852
+
803
853
  :param str resource_name: The name of the resource.
804
854
  :param ThanosArgs args: The arguments to use to populate this resource's properties.
805
855
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -948,7 +998,7 @@ class Thanos(pulumi.CustomResource):
948
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.
949
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.
950
1000
  :param pulumi.Input[Union['ThanosThanosArgs', 'ThanosThanosArgsDict']] thanos: Thanos server connection details.
951
- :param pulumi.Input[Union['ThanosThanosUserConfigArgs', 'ThanosThanosUserConfigArgsDict']] thanos_user_config: Thanos user configurable settings
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
952
1002
  """
953
1003
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
954
1004
 
@@ -986,7 +1036,7 @@ class Thanos(pulumi.CustomResource):
986
1036
 
987
1037
  @property
988
1038
  @pulumi.getter(name="additionalDiskSpace")
989
- def additional_disk_space(self) -> pulumi.Output[Optional[str]]:
1039
+ def additional_disk_space(self) -> pulumi.Output[str]:
990
1040
  """
991
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.
992
1042
  """
@@ -1206,7 +1256,7 @@ class Thanos(pulumi.CustomResource):
1206
1256
  @pulumi.getter(name="thanosUserConfig")
1207
1257
  def thanos_user_config(self) -> pulumi.Output[Optional['outputs.ThanosThanosUserConfig']]:
1208
1258
  """
1209
- Thanos user configurable settings
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
1210
1260
  """
1211
1261
  return pulumi.get(self, "thanos_user_config")
1212
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
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
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
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
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
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
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
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
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
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
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
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
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[Optional[str]]:
1033
+ def additional_disk_space(self) -> pulumi.Output[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
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
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.27.0a1729894273
3
+ Version: 6.28.0
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
- pulumi_aiven/__init__.py,sha256=nE8GNHB17iUVBkNAeiQh8oOxn51vaa6JZW6OhxollQQ,18813
2
- pulumi_aiven/_inputs.py,sha256=HUyJRVD_pDVIL0ogPcULYv5RzwCEFHr2giWyaXB2PUA,1569068
1
+ pulumi_aiven/__init__.py,sha256=eR3JQiCumnzipglw9HIrGXT_6mhrWu2wm5WNyKJwwFM,18855
2
+ pulumi_aiven/_inputs.py,sha256=_TXQ-Q_1hWWm80cJydrn_QHnDJaiXhnJBZ1Q2wxr3ik,1642021
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=DsTcH-IHBCAFc3IcGvoDsfhiywKXmLkjnRfY062R0aM,15461
8
+ pulumi_aiven/account_team_project.py,sha256=zld5CZJ0kOm5jWQWiLpYSKqnDKLvPXsguBWw3U-Pqfs,21187
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=ciWV3O2zaGIOdRrpkbWYqc6svA0MDil_oqej-ZE7aww,82484
15
+ pulumi_aiven/cassandra.py,sha256=_B45t3eFwHZvxvcSbH8NFd4euBcY8-P2TqoxIEhyRBk,83356
16
16
  pulumi_aiven/cassandra_user.py,sha256=zeaHC8vwKH-8y4Es2573azsaLcVlNcwiwxiYVLaZbI8,18764
17
- pulumi_aiven/clickhouse.py,sha256=5hlPG9l4ju7Qr6OIdBkp5OvqzrVI26McRJ4v0ezSq_8,82348
17
+ pulumi_aiven/clickhouse.py,sha256=XAfnxACn0StNnON40MndeCB3g-tctQ5K0SiFx6IPtW0,83220
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=xFDzeKI_QpnqWHKYaBw24lWjrLkGbMlaoARHTcoZ6mA,82054
24
- pulumi_aiven/flink.py,sha256=UwS22K8uvtQgtUm0py0CgKT1sPOrzKPkoM7uYQXQ98k,81282
23
+ pulumi_aiven/dragonfly.py,sha256=LQSN1bgKQMHLIzn9BnmaZX2cICZc3-s0Ua_UtVV-cnE,82926
24
+ pulumi_aiven/flink.py,sha256=vxs3uk7GFRJErGGLUfQwPDGJtjTYT_7Fsf7FxuP-aMw,82154
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=KCxyVgM4dMKdVhX8dW94dF-7NseiladtrWQZn8GgtKE,5914
35
+ pulumi_aiven/get_account_team_project.py,sha256=euFE4ROMCq6_F83K3gZMnFvqWf7xDT2lKbuCnnvK4HA,6732
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=tuVIZfHVmo2Q4icakbticflZkTrudej3uplUYSuSMO8,25522
42
- pulumi_aiven/get_cassandra.py,sha256=0NTd8ga9xr3tiVPksyw89ABrt7Gm5JVaw-o7k-q9DHs,25194
41
+ pulumi_aiven/get_cassanda.py,sha256=6UFGiTGVQefGsdvH4_Kc4wvZYOzZujZ9gxUtirYl2og,25648
42
+ pulumi_aiven/get_cassandra.py,sha256=2rEXXKPrJtdJLu8EUehF_hM6TknMW1otyvIEjmyOWis,25320
43
43
  pulumi_aiven/get_cassandra_user.py,sha256=l_KAbIjqLR_IlMYAPndnKmDYnTE-3RT0H-pRVa3Ydys,9064
44
- pulumi_aiven/get_clickhouse.py,sha256=6669UKuc5I1urR87nfg_W5BGdYFtFoV2lKwjkMQI6P4,25219
44
+ pulumi_aiven/get_clickhouse.py,sha256=ynHAN6eBAZ35fes9we-npQPP7O_BrovuQywBdxPF6dU,25345
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=ZLuICt4ZumgliARS6r-nRwhAgGW0ZKCx9rP2BevYQpQ,25186
48
+ pulumi_aiven/get_dragonfly.py,sha256=vvSMghEvDN8-2R0VbObS_UNZJvn7jkgZd19jvtXd-uw,25312
49
49
  pulumi_aiven/get_external_identity.py,sha256=PV-Cv9mzcTBLTkFA6fCTtLrfBGGYuCzHy15uT_KfciQ,7189
50
- pulumi_aiven/get_flink.py,sha256=FXLJpP44glUkeNSj4LsEyJmAEMBYpfTZfiewRe9aUtQ,24906
50
+ pulumi_aiven/get_flink.py,sha256=So_WTUbn5MSeDAfOqA4f-ilVIGiWe50nq6yzk-1xvo0,25032
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=ypmJNHcn_AnABmtfdZ3YrhoStinlehxn6KWW5sVkpKw,25036
55
+ pulumi_aiven/get_grafana.py,sha256=DZBjPMqy0eTQ4iuUvo1vEgluTaLn6gijOSw_Moo_R24,25162
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=Saayh5wr8ej0xuNuUaAi7aEmXJUGc6rkaPMJmru5D9s,26060
59
+ pulumi_aiven/get_kafka.py,sha256=0LcBne-s5ODXDfpc7Jb80nD0OONuKQ6tjv9jh1-pAG4,26186
60
60
  pulumi_aiven/get_kafka_acl.py,sha256=7yEhFbGo5sOcj4ikoLhpypR9cKJorZd8lFCoIHtUYUw,9276
61
- pulumi_aiven/get_kafka_connect.py,sha256=3cZku4Dv6LUZJqcKhrgNPSsRx5yjdG5jEwQDuaT8aMI,24787
61
+ pulumi_aiven/get_kafka_connect.py,sha256=Hbf3zcz9LLnroSC5aZMrfHGiV1T9kEYxvQrykh7qQWg,24913
62
62
  pulumi_aiven/get_kafka_connector.py,sha256=4PgGj5S4kYAmqYQBGgqZyqJaQOMlCXtbFwYuDUSBe1M,11459
63
- pulumi_aiven/get_kafka_mirror_maker.py,sha256=mBPl743YMu_4v0PHNEfnwBHnlnrK6PXzPMvGmxjjf40,24981
64
- pulumi_aiven/get_kafka_schema.py,sha256=Y7AVolLUED6P2wXuShA4gmbLubt-eXqxLWcRfgXbVCg,9222
65
- pulumi_aiven/get_kafka_schema_configuration.py,sha256=kCxNuCtMN8yvW1xF2ze8Pga1b4omdXCiWk2goTf_S7Y,9258
63
+ pulumi_aiven/get_kafka_mirror_maker.py,sha256=EU70w4HecBKzkNjENRaLm2rnZf0aR8Bj7yUkOA2lw10,25107
64
+ pulumi_aiven/get_kafka_schema.py,sha256=HdrVjLnRyt7QA7YWqokVRmB_Eu5iokbc-dI989OJ_R8,9231
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
- pulumi_aiven/get_kafka_topic.py,sha256=I2hEYNMZdnGi4C6C34zRZY0ZfCD0HeRqrCADzkb6Ag4,10845
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=g7Yz6tRKRJI45AhxFRv9m3TqTDxJJHa4qNzKGiksW8M,25359
70
- pulumi_aiven/get_m3_db.py,sha256=rTXxA3QDSHgGjwcc6Qtaq-297cPcfxos24wtxnwqAUs,24826
69
+ pulumi_aiven/get_m3_aggregator.py,sha256=zWQVA64QK6ecxGznoq0rxwsm5EYtp7slobvDasYzPwI,25485
70
+ pulumi_aiven/get_m3_db.py,sha256=sywNUZDnuJ56KcP_maQhmUBbKKUPFhJy0DEBcywTcqQ,24952
71
71
  pulumi_aiven/get_m3db_user.py,sha256=yPQUd_xn67OJzRHKdS99WROvoSX9WdSNO90LVh6_TO0,7724
72
- pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=CaO4ESvxg2JHMlmPoBPGKNwS4KWRZE4SSJNYTUNKO2o,17584
73
- pulumi_aiven/get_my_sql.py,sha256=X7NeZ7wxfMdpn8vdqDimRttZH4fpzJ_eWhjNzjo8174,24901
72
+ pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=8WZLR8fMHdCisQ7baOJSeYDHQV4EybjO9RP9P6FaLmw,17563
73
+ pulumi_aiven/get_my_sql.py,sha256=jyz5XB1UETneBRpMDCjObXSAFio6Blz-7kXT0xH3EeA,25027
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=y1sejCNt-JZtOTRHX5CZn6aBGrn1ubCw7luSux-EJkQ,25244
76
+ pulumi_aiven/get_open_search.py,sha256=zzLe_rs5P2aXsz4n5dhsloHGRdzBzZ0Y5JTpsp9LDgc,25370
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
@@ -82,44 +82,45 @@ pulumi_aiven/get_organization.py,sha256=1hMnhRJdrfSlDgwsFiI4CfMyyywqc_zDhjBhnY9f
82
82
  pulumi_aiven/get_organization_application_user.py,sha256=PLZWs3XM-TzlGJwMGb2NPrtg9XAV1q5I4OcR_dc8pTc,6896
83
83
  pulumi_aiven/get_organization_user.py,sha256=VnVbLYB4VYbNA7aLRyNU9PK99EY4PS69dMnlaad2boA,5897
84
84
  pulumi_aiven/get_organization_user_group.py,sha256=3NlyZQk0Dm-oqrFlOV-egObYSV1252XgGIFWw8_rhIQ,7391
85
+ pulumi_aiven/get_organization_user_list.py,sha256=ar_5IbSm-_F29eduALtQYPgXU8f5fqwPRRmgnbwLGuY,4518
85
86
  pulumi_aiven/get_organizational_unit.py,sha256=UJj61rPfgnpo2wgCK5wNVgHgiZU8Qvss0KrJnQoz1R4,5498
86
- pulumi_aiven/get_pg.py,sha256=YtuukRaLfnRcrxDG86uZ7dKthY4jMoYzLUi4DnDJeeY,24724
87
+ pulumi_aiven/get_pg.py,sha256=3ohvzr56_t_Kk0o_KXDyN51XCQPsyC-9qYIUWEQaDCU,24850
87
88
  pulumi_aiven/get_pg_database.py,sha256=b__27cxYvirOwy2bV6Jidm5nHX9sppoPCS6fffvSgaE,8720
88
89
  pulumi_aiven/get_pg_user.py,sha256=4kAt3iBeF1Utxto4UZOGWw6wtrOpYuDfW8VEYgt1YJM,9653
89
90
  pulumi_aiven/get_project.py,sha256=i6a_N7HJsSFIr1hLjugDcQuQsfVu4hNbsirsHHLDxB4,13758
90
- pulumi_aiven/get_project_user.py,sha256=jk-3W28IJpN6BsaA-T9FW-EIkmUxTx1XfoJ5kaTkoVI,6379
91
+ pulumi_aiven/get_project_user.py,sha256=hAt6vn1IsSrk4qKpxPUu7s_OAiu_yVa41fjTpeMjFZE,7197
91
92
  pulumi_aiven/get_project_vpc.py,sha256=qcxC33OPXvz-wfeTC7X2qMzmtpNMufT-UOxKDXKtyqE,7172
92
- pulumi_aiven/get_redis.py,sha256=3rvrelbprD988AYWbR11Yn-z9rgpWbMeFqnoaigUn2Y,24867
93
+ pulumi_aiven/get_redis.py,sha256=5UIVFsy1tE_rwUvQnhmk9fiqCwx7f8sHMhzec37_bhc,24993
93
94
  pulumi_aiven/get_redis_user.py,sha256=A7lL5ZN0AD4e3PVV-DxH6mIm6g13tdckf4qd2fKWha4,10914
94
- pulumi_aiven/get_service_component.py,sha256=YkA71k-Rva7m2E5lcym35yUge529VazxE4TXh1v8Gso,11627
95
- pulumi_aiven/get_service_integration.py,sha256=Kgd-ef9fjacFDV9uingraIykcGRICKBjd4UXWJ_6hrU,25453
96
- pulumi_aiven/get_service_integration_endpoint.py,sha256=bqmJ6XKilTlqGc8vXBP66-G3ZM5YgYkAe06v6T7X_qk,22215
97
- pulumi_aiven/get_thanos.py,sha256=lHDHiIxCYdWzVSwK39pF4uimdVdyL6xw1ER_vAiBhRY,24509
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
98
99
  pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=RDle8fWIB5pZs4KOthnIMN26t5JPX-MToy0cczmpPAc,10298
99
- pulumi_aiven/get_valkey.py,sha256=MEd3JQdhCnV-XX4pDlsQi_c111ZnLwZzpw2vS04ApAA,24952
100
+ pulumi_aiven/get_valkey.py,sha256=9VdVWLA8-jwPzAQUg1FHCOFxs43QJ_FW88wWrfsQbKw,25078
100
101
  pulumi_aiven/get_valkey_user.py,sha256=pGKJ5gIM-rXDEPOdIC6Yffb26XfHcKZcuRGpzUC9kfk,10599
101
- pulumi_aiven/grafana.py,sha256=EFHdG73GVV_hajiBmfGfttoGI2daRq9thpPUjHvhRfQ,81876
102
- pulumi_aiven/influx_db.py,sha256=D-46MyjtgKp8QK8cIcRoqv8TDMFfUK1NDmw1YH5aYwc,82839
102
+ pulumi_aiven/grafana.py,sha256=k5-dXN7BOpwrCxd-tHWMjCmFgXL0Gd8lwkS8FId6umg,82748
103
+ pulumi_aiven/influx_db.py,sha256=nP49oqt1YGVPOj1SltPBQKI2BApN8oNgW5bepj_AV04,83795
103
104
  pulumi_aiven/influxdb_database.py,sha256=R6b3ScHJ7dkjMjhn8o0znzLf51pb1au-a2Wa-HH9L1o,14214
104
105
  pulumi_aiven/influxdb_user.py,sha256=APHeb0ngQl2c4Vc56J3rxBEuYtlt-evdadznvEQhk2Y,18400
105
- pulumi_aiven/kafka.py,sha256=zBmsdm0iSw5oNns3uYey6rELWjCCmSaJT_PjRDSMKL0,87310
106
+ pulumi_aiven/kafka.py,sha256=gFioDdFwDo25c9iGQEwga0CvB8WE9x_r6824S2MTlNw,88182
106
107
  pulumi_aiven/kafka_acl.py,sha256=-7UE360QEcPiXUtMfkegqIPVglQkDM2MgkhcuGVCNfM,18930
107
- pulumi_aiven/kafka_connect.py,sha256=es1mgUwWZEhDA6GTV-MKHFf1AF6Wm-ID9u4OT3KvtAc,83713
108
+ pulumi_aiven/kafka_connect.py,sha256=dVkzYMb-i0bxMxF1tkIrLXUjpbZp4t90_mE9QHgn7nU,84585
108
109
  pulumi_aiven/kafka_connector.py,sha256=BwN92oSatmqxaVO_qPymbY-5VNf5rVrxCJQZ66Fwnqk,25050
109
- pulumi_aiven/kafka_mirror_maker.py,sha256=QeXAUfMqfbkIgfCc_pfdvSsMwLlg8GNRAhzCRfGoipc,81297
110
- pulumi_aiven/kafka_schema.py,sha256=9wYYSOjJd_R5Y8Hs4N9P2Kfp7OtLH0vljmyTIG1UWF8,22771
110
+ pulumi_aiven/kafka_mirror_maker.py,sha256=m22G5cr6p31cYw3ishodvUQAxrBCvrpieHzcUAv-kr0,82169
111
+ pulumi_aiven/kafka_schema.py,sha256=lz5TNa-kwI9c7Mthi_cIqXooMz-HRmI-Kb5vb4KZdak,22834
111
112
  pulumi_aiven/kafka_schema_configuration.py,sha256=qXnCuKC8AFa1arFZJ4cg-KQEQs65TOvl6-mhst-KHqU,14200
112
113
  pulumi_aiven/kafka_schema_registry_acl.py,sha256=3MseIwSoEn0dYwePspK68rVwnpC2gHItmNgrVv0oohE,19623
113
- pulumi_aiven/kafka_topic.py,sha256=l6UevxbWKOI_8iXdV1gJ_WkFq5yIfIPZZ-ZoNh2hh4Y,28259
114
+ pulumi_aiven/kafka_topic.py,sha256=jqzC7tTVZ_sw5nxw0zksE5wGPKK_zQC8yyon_4PQgiA,29553
114
115
  pulumi_aiven/kafka_user.py,sha256=5tjVeLhqOm-sZwNRnacptp9prEhbubsKVxbZgaQz5jc,18564
115
- pulumi_aiven/m3_aggregator.py,sha256=jf0o2SmSywZSK1flDFphus63loqGxGZnPAsmEpmo3dM,82838
116
- pulumi_aiven/m3_db.py,sha256=acZ3M_zvKLqrFBv-O9UmDSoQwHp4o67tnV-bCvZ0DEA,81241
116
+ pulumi_aiven/m3_aggregator.py,sha256=1X0a5vsHJXqtI8iIClSo-ZnRIfrbw90syepwW8yiBXg,83710
117
+ pulumi_aiven/m3_db.py,sha256=eo-nkb6NrBAT49j_EeGdGw6a3zPK_zZo6OPLEOOG2-0,82113
117
118
  pulumi_aiven/m3db_user.py,sha256=8Uz7rtZ2ynYHNFejDwGZcHG8Er08Vp0AQa8vrwdR1wk,16366
118
- pulumi_aiven/mirror_maker_replication_flow.py,sha256=Z2zOYMLl0CCTHhpQztyHFgTZqT959Ym2iYoRZnmXlTQ,51129
119
- pulumi_aiven/my_sql.py,sha256=rxCU1h5rIcvydLdIpKfs6HRArEwXCfhnIllgQoUkK58,81723
119
+ pulumi_aiven/mirror_maker_replication_flow.py,sha256=g2LD7FxTaIp-iCdZuf2jsIwdOjO55ZCszUh4mB0B32M,50982
120
+ pulumi_aiven/my_sql.py,sha256=TWXXbzPhyaT2i87iqWjjnD3wib0ybmY0QQCmxHJMfU8,82595
120
121
  pulumi_aiven/mysql_database.py,sha256=tBEpJc0BsF36NoU7mUwEVml0b_ePoZpHMAgqYLljFjs,14928
121
122
  pulumi_aiven/mysql_user.py,sha256=XPKJZiMzoPn0WQ8xYVRucqpVKoXCx4JnPFCDGLpMTK8,21295
122
- pulumi_aiven/open_search.py,sha256=5u-IINWjK7laH0wP6SZs85sNuo5ipZoKNiJihOm555E,83295
123
+ pulumi_aiven/open_search.py,sha256=MJDLbJ5VWlI0_vZLpC_0v_6jcBM6FTnYPYp5_pe9zJw,84167
123
124
  pulumi_aiven/open_search_acl_config.py,sha256=hx6VItyEtILyqkcLtv0F-YgBzV1-9whrq4IjIm2Q7kc,18086
124
125
  pulumi_aiven/open_search_acl_rule.py,sha256=AdNPJ52TnPGwjPgFnoPyli3g_quApsAsiD8dsgiZMo0,22108
125
126
  pulumi_aiven/opensearch_security_plugin_config.py,sha256=ilYhnGcz2EZhRBYmntgpgtPvQhdkN6EEk0dBONtgHXg,18810
@@ -127,35 +128,35 @@ pulumi_aiven/opensearch_user.py,sha256=9nV4kt7Lo1TkLoQK6F0wmt7uJtqXvQhQTKACEVfqp
127
128
  pulumi_aiven/organization.py,sha256=zXB949qBPuAW05VXXoFkIe5ZlEBwZTVlJDH10UGGTqo,11118
128
129
  pulumi_aiven/organization_application_user.py,sha256=DvyL7Ujh7oGysLAT6WVSFk02iYV-1H8KzJNlSX5YkT0,15193
129
130
  pulumi_aiven/organization_application_user_token.py,sha256=lrKPE0rZ_QZ2sWqgUgTN0c99ZWBJS2L4Sdkii9G01U8,33082
130
- pulumi_aiven/organization_group_project.py,sha256=HAKO8QxhnVRzq03k2v-EpHfRn62PnJ_c3-1CZHL-WOg,14753
131
- pulumi_aiven/organization_permission.py,sha256=Hw1l1NR8V7arM11ht2iVCzRs5EpMsst_1H3O-5oyF2g,15511
131
+ pulumi_aiven/organization_group_project.py,sha256=lC70_4wwwHbj5hyh9Q_LaMfDJd8Wi4rKApZS3a3g-6s,20703
132
+ pulumi_aiven/organization_permission.py,sha256=bp2vhwHhVEwoR4JuB-_tCh5xAVxpqqrlKI_Qq5kh5TM,15701
132
133
  pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695GnIc,15729
133
134
  pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
134
135
  pulumi_aiven/organization_user_group_member.py,sha256=5iPu5lCGx5y-utd9w2iCKc2E7PHRTFnVVAF3j23pstc,14784
135
136
  pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
136
- pulumi_aiven/outputs.py,sha256=5-CtCOV1FKkcaaGJhjRUeQcdGTMdsUvtDGkpTqWRKUQ,2017700
137
- pulumi_aiven/pg.py,sha256=WpyAAeYUys4VhEknv2ma7rrdSMHylvFwdD5YHVVEMGQ,79367
137
+ pulumi_aiven/outputs.py,sha256=Ti-YH7IQ7yR-S8HDOxb-PAkB1KHqjXbht944S_v6Ii4,2119507
138
+ pulumi_aiven/pg.py,sha256=BxqlB_ztH5jyvRw7QdQWPaxZ6QMnzPsYqBroLXFrAG0,80239
138
139
  pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
139
140
  pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
140
- pulumi_aiven/project.py,sha256=H1RdROl0yISvnrUIIuOtoCr0PxbZUVRptVnpkSWeHfg,45579
141
- pulumi_aiven/project_user.py,sha256=DTRdb5Y8Y6KbCFl4qrCrVKRVpJN8zjc8-PD1ZAhxRHM,13643
141
+ pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
142
+ pulumi_aiven/project_user.py,sha256=wG1tVybAuh2-2XbvX5eT5XqO-mZL36Lve6Ijj2Oz5k0,19671
142
143
  pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
143
144
  pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
144
- pulumi_aiven/pulumi-plugin.json,sha256=_JwJnBZFx273hpiUcQ-ZmljgLs_8Fbeb6lyOBeDaXJ8,82
145
+ pulumi_aiven/pulumi-plugin.json,sha256=553u6DUF95cMa9FfblgsdVxLKcACwj1UIFocctji7oI,65
145
146
  pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
- pulumi_aiven/redis.py,sha256=hfEGhC01Rpkw-DgsCUYrFNaFjvFQmMHu6LToF5aBcoY,81268
147
+ pulumi_aiven/redis.py,sha256=BlfN_uoyo6neIEaS5gzPiJNkBueu08548uVJ9YimIPA,82140
147
148
  pulumi_aiven/redis_user.py,sha256=WHnebXTj2UgkTtZf3I6-zqyNQtla131jHAnUJaF1DUA,29358
148
- pulumi_aiven/service_integration.py,sha256=xORixpg5IqrV73cyExDN-8227gWx5IL7LjHZh0BqeVk,76583
149
- pulumi_aiven/service_integration_endpoint.py,sha256=vS-6hUwR4hVFPM7BHerjI7PPq7RMesE6WqmcsyDjawA,74683
149
+ pulumi_aiven/service_integration.py,sha256=HC2PqILq7PT0ccmPMPBMOMriEqZJORsJG7BLgiCzpAY,89556
150
+ pulumi_aiven/service_integration_endpoint.py,sha256=XzVlistXtdvl2lkcAUVzctffBwLw2Bnvewwx2DedyuM,100259
150
151
  pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
151
- pulumi_aiven/thanos.py,sha256=TzE4Zs0pnvw-oGSYPK4q4JmVW6kVIOJyRf_zbadqYuc,80185
152
+ pulumi_aiven/thanos.py,sha256=3CUGk9YtNfo740bis3bhI7CPyvTKDarqO8M6AS9gGMY,82423
152
153
  pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=kM9Z__ia5sxeOhkLMhZVpcDB_QCkaEj-JWxnPL8ov68,22081
153
- pulumi_aiven/valkey.py,sha256=4GHaFa0mlMpfuyq1owltdFN1JswUog1Z-cHceDKVQ90,81275
154
+ pulumi_aiven/valkey.py,sha256=MuVtGeNk5YRrqLH9nHbxgjAPsRmcGGOp7OcSZKPfwWk,82147
154
155
  pulumi_aiven/valkey_user.py,sha256=SE-l3-V73UP39vZ8etGuKm_Hk8ROfOLjh-pgEWcrfzY,28714
155
156
  pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
156
157
  pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
157
158
  pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
158
- pulumi_aiven-6.27.0a1729894273.dist-info/METADATA,sha256=CkOr-NHLa5BBp0WgJBTgR_dPSYG6GGp_niSTX5XcWHI,2600
159
- pulumi_aiven-6.27.0a1729894273.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
160
- pulumi_aiven-6.27.0a1729894273.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
161
- pulumi_aiven-6.27.0a1729894273.dist-info/RECORD,,
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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.2.0)
2
+ Generator: setuptools (75.5.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5