pulumi-aiven 6.27.0a1729195706__py3-none-any.whl → 6.27.0a1730118480__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_aiven/__init__.py +1 -0
- pulumi_aiven/_inputs.py +931 -3
- pulumi_aiven/account_team_project.py +7 -7
- pulumi_aiven/get_account_team_project.py +1 -1
- pulumi_aiven/get_kafka_schema.py +1 -1
- pulumi_aiven/get_kafka_schema_configuration.py +1 -1
- pulumi_aiven/get_kafka_topic.py +1 -1
- pulumi_aiven/get_organization_user_list.py +121 -0
- pulumi_aiven/get_project_user.py +1 -1
- pulumi_aiven/get_thanos.py +20 -0
- pulumi_aiven/kafka_schema.py +7 -7
- pulumi_aiven/kafka_topic.py +11 -9
- pulumi_aiven/organization_group_project.py +7 -7
- pulumi_aiven/outputs.py +1465 -2
- pulumi_aiven/project.py +1 -1
- pulumi_aiven/project_user.py +7 -7
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/thanos.py +50 -0
- {pulumi_aiven-6.27.0a1729195706.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.27.0a1729195706.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/RECORD +22 -21
- {pulumi_aiven-6.27.0a1729195706.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.27.0a1729195706.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/top_level.txt +0 -0
pulumi_aiven/project.py
CHANGED
|
@@ -637,7 +637,7 @@ class Project(pulumi.CustomResource):
|
|
|
637
637
|
@property
|
|
638
638
|
@pulumi.getter(name="accountId")
|
|
639
639
|
@_utilities.deprecated("""Use parent_id instead. This field will be removed in the next major release.""")
|
|
640
|
-
def account_id(self) -> pulumi.Output[
|
|
640
|
+
def account_id(self) -> pulumi.Output[str]:
|
|
641
641
|
"""
|
|
642
642
|
Link a project to an existing account using its account ID. This field is deprecated. Use `parent_id` instead. To set up proper dependencies please refer to this variable as a reference.
|
|
643
643
|
"""
|
pulumi_aiven/project_user.py
CHANGED
|
@@ -25,7 +25,7 @@ class ProjectUserArgs:
|
|
|
25
25
|
"""
|
|
26
26
|
The set of arguments for constructing a ProjectUser resource.
|
|
27
27
|
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
28
|
-
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `
|
|
28
|
+
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
|
|
29
29
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
30
30
|
"""
|
|
31
31
|
pulumi.set(__self__, "email", email)
|
|
@@ -48,7 +48,7 @@ class ProjectUserArgs:
|
|
|
48
48
|
@pulumi.getter(name="memberType")
|
|
49
49
|
def member_type(self) -> pulumi.Input[str]:
|
|
50
50
|
"""
|
|
51
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `
|
|
51
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "member_type")
|
|
54
54
|
|
|
@@ -80,7 +80,7 @@ class _ProjectUserState:
|
|
|
80
80
|
Input properties used for looking up and filtering ProjectUser resources.
|
|
81
81
|
:param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
82
82
|
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
83
|
-
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `
|
|
83
|
+
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
|
|
84
84
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
85
85
|
"""
|
|
86
86
|
if accepted is not None:
|
|
@@ -120,7 +120,7 @@ class _ProjectUserState:
|
|
|
120
120
|
@pulumi.getter(name="memberType")
|
|
121
121
|
def member_type(self) -> Optional[pulumi.Input[str]]:
|
|
122
122
|
"""
|
|
123
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `
|
|
123
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
|
|
124
124
|
"""
|
|
125
125
|
return pulumi.get(self, "member_type")
|
|
126
126
|
|
|
@@ -174,7 +174,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
174
174
|
:param str resource_name: The name of the resource.
|
|
175
175
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
176
176
|
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
177
|
-
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `
|
|
177
|
+
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
|
|
178
178
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
179
179
|
"""
|
|
180
180
|
...
|
|
@@ -264,7 +264,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
264
264
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
265
265
|
:param pulumi.Input[bool] accepted: Whether the user has accepted the request to join the project. Users get an invite and become project members after accepting the invite.
|
|
266
266
|
:param pulumi.Input[str] email: Email address of the user in lowercase. Changing this property forces recreation of the resource.
|
|
267
|
-
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `
|
|
267
|
+
:param pulumi.Input[str] member_type: Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
|
|
268
268
|
:param pulumi.Input[str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
269
269
|
"""
|
|
270
270
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -297,7 +297,7 @@ class ProjectUser(pulumi.CustomResource):
|
|
|
297
297
|
@pulumi.getter(name="memberType")
|
|
298
298
|
def member_type(self) -> pulumi.Output[str]:
|
|
299
299
|
"""
|
|
300
|
-
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read` and `
|
|
300
|
+
Project membership type. The possible values are `admin`, `developer`, `operator`, `project:permissions:read`, `read_only` and `service:logs:read`.
|
|
301
301
|
"""
|
|
302
302
|
return pulumi.get(self, "member_type")
|
|
303
303
|
|
pulumi_aiven/pulumi-plugin.json
CHANGED
pulumi_aiven/thanos.py
CHANGED
|
@@ -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.
|
|
@@ -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.
|
{pulumi_aiven-6.27.0a1729195706.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/RECORD
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
pulumi_aiven/__init__.py,sha256=
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=
|
|
1
|
+
pulumi_aiven/__init__.py,sha256=eR3JQiCumnzipglw9HIrGXT_6mhrWu2wm5WNyKJwwFM,18855
|
|
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=
|
|
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
|
|
@@ -32,7 +32,7 @@ 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=
|
|
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
|
|
@@ -61,10 +61,10 @@ pulumi_aiven/get_kafka_acl.py,sha256=7yEhFbGo5sOcj4ikoLhpypR9cKJorZd8lFCoIHtUYUw
|
|
|
61
61
|
pulumi_aiven/get_kafka_connect.py,sha256=3cZku4Dv6LUZJqcKhrgNPSsRx5yjdG5jEwQDuaT8aMI,24787
|
|
62
62
|
pulumi_aiven/get_kafka_connector.py,sha256=4PgGj5S4kYAmqYQBGgqZyqJaQOMlCXtbFwYuDUSBe1M,11459
|
|
63
63
|
pulumi_aiven/get_kafka_mirror_maker.py,sha256=mBPl743YMu_4v0PHNEfnwBHnlnrK6PXzPMvGmxjjf40,24981
|
|
64
|
-
pulumi_aiven/get_kafka_schema.py,sha256=
|
|
65
|
-
pulumi_aiven/get_kafka_schema_configuration.py,sha256
|
|
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=
|
|
67
|
+
pulumi_aiven/get_kafka_topic.py,sha256=Pl8RIFswT7O50hgUkSLOibP1W2WGnZD7-4j42tHKZ1E,11015
|
|
68
68
|
pulumi_aiven/get_kafka_user.py,sha256=inTk5YpnVHtgZ74Jn5MHKQSioxSwI7E84I66z7zxgOg,8908
|
|
69
69
|
pulumi_aiven/get_m3_aggregator.py,sha256=g7Yz6tRKRJI45AhxFRv9m3TqTDxJJHa4qNzKGiksW8M,25359
|
|
70
70
|
pulumi_aiven/get_m3_db.py,sha256=rTXxA3QDSHgGjwcc6Qtaq-297cPcfxos24wtxnwqAUs,24826
|
|
@@ -82,19 +82,20 @@ 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
87
|
pulumi_aiven/get_pg.py,sha256=YtuukRaLfnRcrxDG86uZ7dKthY4jMoYzLUi4DnDJeeY,24724
|
|
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=
|
|
91
|
+
pulumi_aiven/get_project_user.py,sha256=JqGjwBpHBozvTVT2SG4PQHprUV6z0cH-E_Mq_EozZ1I,6400
|
|
91
92
|
pulumi_aiven/get_project_vpc.py,sha256=qcxC33OPXvz-wfeTC7X2qMzmtpNMufT-UOxKDXKtyqE,7172
|
|
92
93
|
pulumi_aiven/get_redis.py,sha256=3rvrelbprD988AYWbR11Yn-z9rgpWbMeFqnoaigUn2Y,24867
|
|
93
94
|
pulumi_aiven/get_redis_user.py,sha256=A7lL5ZN0AD4e3PVV-DxH6mIm6g13tdckf4qd2fKWha4,10914
|
|
94
95
|
pulumi_aiven/get_service_component.py,sha256=YkA71k-Rva7m2E5lcym35yUge529VazxE4TXh1v8Gso,11627
|
|
95
96
|
pulumi_aiven/get_service_integration.py,sha256=Kgd-ef9fjacFDV9uingraIykcGRICKBjd4UXWJ_6hrU,25453
|
|
96
97
|
pulumi_aiven/get_service_integration_endpoint.py,sha256=bqmJ6XKilTlqGc8vXBP66-G3ZM5YgYkAe06v6T7X_qk,22215
|
|
97
|
-
pulumi_aiven/get_thanos.py,sha256=
|
|
98
|
+
pulumi_aiven/get_thanos.py,sha256=zR7j4IOAMwNiPzWQEGZ1zjXJGFe9kgnCdZrKayL6xS0,24945
|
|
98
99
|
pulumi_aiven/get_transit_gateway_vpc_attachment.py,sha256=RDle8fWIB5pZs4KOthnIMN26t5JPX-MToy0cczmpPAc,10298
|
|
99
100
|
pulumi_aiven/get_valkey.py,sha256=MEd3JQdhCnV-XX4pDlsQi_c111ZnLwZzpw2vS04ApAA,24952
|
|
100
101
|
pulumi_aiven/get_valkey_user.py,sha256=pGKJ5gIM-rXDEPOdIC6Yffb26XfHcKZcuRGpzUC9kfk,10599
|
|
@@ -107,10 +108,10 @@ pulumi_aiven/kafka_acl.py,sha256=-7UE360QEcPiXUtMfkegqIPVglQkDM2MgkhcuGVCNfM,189
|
|
|
107
108
|
pulumi_aiven/kafka_connect.py,sha256=es1mgUwWZEhDA6GTV-MKHFf1AF6Wm-ID9u4OT3KvtAc,83713
|
|
108
109
|
pulumi_aiven/kafka_connector.py,sha256=BwN92oSatmqxaVO_qPymbY-5VNf5rVrxCJQZ66Fwnqk,25050
|
|
109
110
|
pulumi_aiven/kafka_mirror_maker.py,sha256=QeXAUfMqfbkIgfCc_pfdvSsMwLlg8GNRAhzCRfGoipc,81297
|
|
110
|
-
pulumi_aiven/kafka_schema.py,sha256=
|
|
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=
|
|
114
|
+
pulumi_aiven/kafka_topic.py,sha256=jqzC7tTVZ_sw5nxw0zksE5wGPKK_zQC8yyon_4PQgiA,29553
|
|
114
115
|
pulumi_aiven/kafka_user.py,sha256=5tjVeLhqOm-sZwNRnacptp9prEhbubsKVxbZgaQz5jc,18564
|
|
115
116
|
pulumi_aiven/m3_aggregator.py,sha256=jf0o2SmSywZSK1flDFphus63loqGxGZnPAsmEpmo3dM,82838
|
|
116
117
|
pulumi_aiven/m3_db.py,sha256=acZ3M_zvKLqrFBv-O9UmDSoQwHp4o67tnV-bCvZ0DEA,81241
|
|
@@ -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=
|
|
131
|
+
pulumi_aiven/organization_group_project.py,sha256=nbKWJfKb42E1zz3plyaKafKnYRh9yvY1Fo1rhIGw0vE,14900
|
|
131
132
|
pulumi_aiven/organization_permission.py,sha256=Hw1l1NR8V7arM11ht2iVCzRs5EpMsst_1H3O-5oyF2g,15511
|
|
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=
|
|
137
|
+
pulumi_aiven/outputs.py,sha256=pxZKV1Ya3rwW4EWW4CWgsqo3nJcM3uy70hBNcTMrZzc,2089991
|
|
137
138
|
pulumi_aiven/pg.py,sha256=WpyAAeYUys4VhEknv2ma7rrdSMHylvFwdD5YHVVEMGQ,79367
|
|
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=
|
|
141
|
-
pulumi_aiven/project_user.py,sha256=
|
|
141
|
+
pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
|
|
142
|
+
pulumi_aiven/project_user.py,sha256=mV8p_tx3N5ylTAn1i02zzTgZn9XAkB1Mw2woFGAOky8,13790
|
|
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=
|
|
145
|
+
pulumi_aiven/pulumi-plugin.json,sha256=EaDXMKM4q2LlqpF4txvHD_4aC2vE3zEPOxSip8teK6I,82
|
|
145
146
|
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
146
147
|
pulumi_aiven/redis.py,sha256=hfEGhC01Rpkw-DgsCUYrFNaFjvFQmMHu6LToF5aBcoY,81268
|
|
147
148
|
pulumi_aiven/redis_user.py,sha256=WHnebXTj2UgkTtZf3I6-zqyNQtla131jHAnUJaF1DUA,29358
|
|
148
149
|
pulumi_aiven/service_integration.py,sha256=xORixpg5IqrV73cyExDN-8227gWx5IL7LjHZh0BqeVk,76583
|
|
149
150
|
pulumi_aiven/service_integration_endpoint.py,sha256=vS-6hUwR4hVFPM7BHerjI7PPq7RMesE6WqmcsyDjawA,74683
|
|
150
151
|
pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
|
|
151
|
-
pulumi_aiven/thanos.py,sha256=
|
|
152
|
+
pulumi_aiven/thanos.py,sha256=8uZBFK84bex1PZJKr6V2EuOIHksq5PdHU2zUtyqyj3c,81551
|
|
152
153
|
pulumi_aiven/transit_gateway_vpc_attachment.py,sha256=kM9Z__ia5sxeOhkLMhZVpcDB_QCkaEj-JWxnPL8ov68,22081
|
|
153
154
|
pulumi_aiven/valkey.py,sha256=4GHaFa0mlMpfuyq1owltdFN1JswUog1Z-cHceDKVQ90,81275
|
|
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.
|
|
159
|
-
pulumi_aiven-6.27.
|
|
160
|
-
pulumi_aiven-6.27.
|
|
161
|
-
pulumi_aiven-6.27.
|
|
159
|
+
pulumi_aiven-6.27.0a1730118480.dist-info/METADATA,sha256=WZ6v9QA2DRpcorStmVQ9QlN8Z50zd_yjnAwJOxSSX20,2600
|
|
160
|
+
pulumi_aiven-6.27.0a1730118480.dist-info/WHEEL,sha256=OVMc5UfuAQiSplgO0_WdW7vXVGAt9Hdd6qtN4HotdyA,91
|
|
161
|
+
pulumi_aiven-6.27.0a1730118480.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
162
|
+
pulumi_aiven-6.27.0a1730118480.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_aiven-6.27.0a1729195706.dist-info → pulumi_aiven-6.27.0a1730118480.dist-info}/top_level.txt
RENAMED
|
File without changes
|