pulumi-aiven 6.34.0a1739423224__py3-none-any.whl → 6.34.0a1739596048__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.
- pulumi_aiven/_inputs.py +37 -33
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +4 -2
- pulumi_aiven/account_team.py +2 -6
- pulumi_aiven/account_team_member.py +10 -6
- pulumi_aiven/account_team_project.py +10 -6
- pulumi_aiven/cassandra.py +14 -0
- pulumi_aiven/cassandra_user.py +14 -0
- pulumi_aiven/get_account.py +8 -0
- pulumi_aiven/get_account_authentication.py +8 -0
- pulumi_aiven/get_account_team.py +22 -0
- pulumi_aiven/get_account_team_member.py +22 -0
- pulumi_aiven/get_account_team_project.py +22 -0
- pulumi_aiven/get_cassanda.py +14 -0
- pulumi_aiven/get_cassandra.py +14 -0
- pulumi_aiven/get_cassandra_user.py +14 -0
- pulumi_aiven/get_m3_db.py +12 -0
- pulumi_aiven/get_m3db_user.py +12 -0
- pulumi_aiven/get_my_sql.py +7 -7
- pulumi_aiven/get_mysql_database.py +11 -11
- pulumi_aiven/get_mysql_user.py +15 -15
- pulumi_aiven/get_organization_user.py +2 -4
- pulumi_aiven/get_project_user.py +8 -0
- pulumi_aiven/get_redis.py +16 -0
- pulumi_aiven/get_redis_user.py +16 -0
- pulumi_aiven/m3_db.py +2 -2
- pulumi_aiven/m3db_user.py +2 -2
- pulumi_aiven/my_sql.py +17 -17
- pulumi_aiven/mysql_database.py +19 -19
- pulumi_aiven/mysql_user.py +38 -38
- pulumi_aiven/outputs.py +46 -44
- pulumi_aiven/project_user.py +8 -0
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +2 -2
- pulumi_aiven/redis_user.py +2 -2
- {pulumi_aiven-6.34.0a1739423224.dist-info → pulumi_aiven-6.34.0a1739596048.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.34.0a1739423224.dist-info → pulumi_aiven-6.34.0a1739596048.dist-info}/RECORD +39 -39
- {pulumi_aiven-6.34.0a1739423224.dist-info → pulumi_aiven-6.34.0a1739596048.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.34.0a1739423224.dist-info → pulumi_aiven-6.34.0a1739596048.dist-info}/top_level.txt +0 -0
pulumi_aiven/redis.py
CHANGED
|
@@ -772,7 +772,7 @@ class Redis(pulumi.CustomResource):
|
|
|
772
772
|
"""
|
|
773
773
|
Creates and manages and [Aiven for Caching](https://aiven.io/docs/products/caching) (formerly known as Aiven for Redis®) service.
|
|
774
774
|
|
|
775
|
-
|
|
775
|
+
!> **End of life notice**
|
|
776
776
|
In March 2024, a new licensing model was announced for Redis® that impacts the Aiven for Caching offering (formerly Aiven for Redis®).
|
|
777
777
|
Aiven for Caching is entering its end-of-life cycle to comply with Redis's copyright and license agreements.
|
|
778
778
|
From **February 15th, 2025**, it will not be possible to start a new Aiven for Caching service, but existing services up until version 7.2 will still be available until end of life.
|
|
@@ -835,7 +835,7 @@ class Redis(pulumi.CustomResource):
|
|
|
835
835
|
"""
|
|
836
836
|
Creates and manages and [Aiven for Caching](https://aiven.io/docs/products/caching) (formerly known as Aiven for Redis®) service.
|
|
837
837
|
|
|
838
|
-
|
|
838
|
+
!> **End of life notice**
|
|
839
839
|
In March 2024, a new licensing model was announced for Redis® that impacts the Aiven for Caching offering (formerly Aiven for Redis®).
|
|
840
840
|
Aiven for Caching is entering its end-of-life cycle to comply with Redis's copyright and license agreements.
|
|
841
841
|
From **February 15th, 2025**, it will not be possible to start a new Aiven for Caching service, but existing services up until version 7.2 will still be available until end of life.
|
pulumi_aiven/redis_user.py
CHANGED
|
@@ -318,7 +318,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
318
318
|
"""
|
|
319
319
|
Creates and manages an [Aiven for Caching](https://aiven.io/docs/products/caching) (formerly known as Aiven for Redis®) service user.
|
|
320
320
|
|
|
321
|
-
|
|
321
|
+
!> **End of life notice**
|
|
322
322
|
In March 2024, a new licensing model was announced for Redis® that impacts the Aiven for Caching offering (formerly Aiven for Redis®).
|
|
323
323
|
Aiven for Caching is entering its end-of-life cycle to comply with Redis's copyright and license agreements.
|
|
324
324
|
From **February 15th, 2025**, it will not be possible to start a new Aiven for Caching service, but existing services up until version 7.2 will still be available until end of life.
|
|
@@ -365,7 +365,7 @@ class RedisUser(pulumi.CustomResource):
|
|
|
365
365
|
"""
|
|
366
366
|
Creates and manages an [Aiven for Caching](https://aiven.io/docs/products/caching) (formerly known as Aiven for Redis®) service user.
|
|
367
367
|
|
|
368
|
-
|
|
368
|
+
!> **End of life notice**
|
|
369
369
|
In March 2024, a new licensing model was announced for Redis® that impacts the Aiven for Caching offering (formerly Aiven for Redis®).
|
|
370
370
|
Aiven for Caching is entering its end-of-life cycle to comply with Redis's copyright and license agreements.
|
|
371
371
|
From **February 15th, 2025**, it will not be possible to start a new Aiven for Caching service, but existing services up until version 7.2 will still be available until end of life.
|
{pulumi_aiven-6.34.0a1739423224.dist-info → pulumi_aiven-6.34.0a1739596048.dist-info}/RECORD
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
pulumi_aiven/__init__.py,sha256=5y8VhRPfmAISUO30PtEKPN5_oCtDsugQW8upv9BgCMA,20706
|
|
2
|
-
pulumi_aiven/_inputs.py,sha256=
|
|
2
|
+
pulumi_aiven/_inputs.py,sha256=LRhfYM5af1pUolGUXBXq7eBaUM2npziVDSJQOi1pKGQ,1854318
|
|
3
3
|
pulumi_aiven/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
4
|
-
pulumi_aiven/account.py,sha256=
|
|
5
|
-
pulumi_aiven/account_authentication.py,sha256=
|
|
6
|
-
pulumi_aiven/account_team.py,sha256=
|
|
7
|
-
pulumi_aiven/account_team_member.py,sha256
|
|
8
|
-
pulumi_aiven/account_team_project.py,sha256=
|
|
4
|
+
pulumi_aiven/account.py,sha256=xAyo3ETYlpDtPs2bWLDqynYmH22ASTyFj10zifE9xtY,17129
|
|
5
|
+
pulumi_aiven/account_authentication.py,sha256=5LINKx7ooRRCvadrTNtyvX5ChRaj56loN6YuA--xINE,37753
|
|
6
|
+
pulumi_aiven/account_team.py,sha256=_HPLXw0kVDC6tKXorSGLIctFDmp2tykVPqvc1XijNm4,12945
|
|
7
|
+
pulumi_aiven/account_team_member.py,sha256=-QIuU79vVFpPVp3AztyablFZZmti_AQBb_7AfPSBLdg,19083
|
|
8
|
+
pulumi_aiven/account_team_project.py,sha256=rRuRcpVKkRPONv5vlDN3EgttJ5aP5ve5zophKEtVppk,20453
|
|
9
9
|
pulumi_aiven/alloydbomni.py,sha256=mZYaO9O0evtsuv3VgJhTmLIQWfBB-CNqGTFXTLxP9I0,87725
|
|
10
10
|
pulumi_aiven/alloydbomni_database.py,sha256=n3rwkVX0ynylHMIn-OuwnKDxvRuCC3Gpvj_9SPxLJAU,18039
|
|
11
11
|
pulumi_aiven/alloydbomni_user.py,sha256=-sDD0LusLNx7IMhhFTG4WH3mNWoAPXX1N9RPY_Aj9dk,20850
|
|
@@ -15,8 +15,8 @@ pulumi_aiven/azure_privatelink.py,sha256=hCrp07cYMAxJ1Ju8-7GnSI4bNJEm-vvVTT8LtrQ
|
|
|
15
15
|
pulumi_aiven/azure_privatelink_connection_approval.py,sha256=9CTHF6oSAaSKIJJLSwmnRR_GpONRWfMeo078EfKfKN4,19004
|
|
16
16
|
pulumi_aiven/azure_vpc_peering_connection.py,sha256=oW8uZyvWpEarMy6RjPe1SI53KG2aODLT5Z2TWn7Zx2Y,25382
|
|
17
17
|
pulumi_aiven/billing_group.py,sha256=xm-sf3lv-Aiyve9CD_TQOLHZ_B-R5eR94vQ8tILTPk0,37449
|
|
18
|
-
pulumi_aiven/cassandra.py,sha256=
|
|
19
|
-
pulumi_aiven/cassandra_user.py,sha256=
|
|
18
|
+
pulumi_aiven/cassandra.py,sha256=Bvm0e-ZtoyFVwurAxwJov1-smopa8pXhMmIrTKmGTco,84686
|
|
19
|
+
pulumi_aiven/cassandra_user.py,sha256=D2oBOcnzwllqG66Dv4oGsB_fP6THcdg3pygu7Rv3-yY,20094
|
|
20
20
|
pulumi_aiven/clickhouse.py,sha256=4-vadXOgtVyA_QX2Mq2YmVZfLjRGiBF8WL9xWFMdRr8,83259
|
|
21
21
|
pulumi_aiven/clickhouse_database.py,sha256=3AccenssqnWTpq-yiDu7S17E1KO0LBEE_ncAhFDOZ8Y,15724
|
|
22
22
|
pulumi_aiven/clickhouse_grant.py,sha256=WgLrOGgpx7bZ3bL5cRf_QiCJgOFPalwGTWh0orhj8wg,25522
|
|
@@ -34,11 +34,11 @@ pulumi_aiven/flink_jar_application_version.py,sha256=iZUJyZmkloDzLzRzqIZkAfBogPY
|
|
|
34
34
|
pulumi_aiven/gcp_privatelink.py,sha256=BwvWda8bc7RCNnxmzJ0WFGSdUo2tIn6JVYESdCNiSgw,14178
|
|
35
35
|
pulumi_aiven/gcp_privatelink_connection_approval.py,sha256=V6AKvAlaSeveYgPWMRoqAuW2Hxx56Xh51QOWl-bg4n8,17064
|
|
36
36
|
pulumi_aiven/gcp_vpc_peering_connection.py,sha256=3WAsDLGtnKvpYCn2zbN8yCczZNTQFHRm361drkwpCAQ,15112
|
|
37
|
-
pulumi_aiven/get_account.py,sha256=
|
|
38
|
-
pulumi_aiven/get_account_authentication.py,sha256
|
|
39
|
-
pulumi_aiven/get_account_team.py,sha256=
|
|
40
|
-
pulumi_aiven/get_account_team_member.py,sha256=
|
|
41
|
-
pulumi_aiven/get_account_team_project.py,sha256=
|
|
37
|
+
pulumi_aiven/get_account.py,sha256=0WUCdKKDkwQT8x2tpTBUXVRcEgVmme-1frrIoJ30aps,7769
|
|
38
|
+
pulumi_aiven/get_account_authentication.py,sha256=MaApaMQQ9_BgpWlh_fHTc4TCmVHtEF1J7hFimkjJIyI,14695
|
|
39
|
+
pulumi_aiven/get_account_team.py,sha256=AnjIddccn60_Y89nQMxjVN4GzGxh3IrSvGXoisiHOho,7524
|
|
40
|
+
pulumi_aiven/get_account_team_member.py,sha256=8ZOFhu96wQlQqgh2kA1FWx4EexiCyAy3RgMfAeuYk6g,9946
|
|
41
|
+
pulumi_aiven/get_account_team_project.py,sha256=TmhEAspaFoVpy6UutjZ2NoapEgexUaQzB_xdB1ryZKY,8455
|
|
42
42
|
pulumi_aiven/get_alloydbomni.py,sha256=mr5YWXGQp0CMcZwpFj0F9wyBxBqxYHjBfh3jiRRGS7Q,26232
|
|
43
43
|
pulumi_aiven/get_alloydbomni_database.py,sha256=zfUOJytvP66qYTFkzNh9F955qmBki2Zpdfm1B6cEpPI,8124
|
|
44
44
|
pulumi_aiven/get_alloydbomni_user.py,sha256=Pijq1wynNUPFXVFsyDTq_jYDmdZK-UNUi08nMl5Saqc,9723
|
|
@@ -47,9 +47,9 @@ pulumi_aiven/get_aws_vpc_peering_connection.py,sha256=cn79vqeia9XnLjr1qAeENsuFvj
|
|
|
47
47
|
pulumi_aiven/get_azure_privatelink.py,sha256=DYIafDIKxohj9eRUPyemnlJqr2DgHde5j8_sMSreGmQ,8804
|
|
48
48
|
pulumi_aiven/get_azure_vpc_peering_connection.py,sha256=nIN4QaM7z7op_d_zIH-8Hb4omqYI_mE9dNFTYR87pH4,13133
|
|
49
49
|
pulumi_aiven/get_billing_group.py,sha256=gGNlo6cDv3EWDoiPfnBa18gky6XcSFdflKTx59bz0kw,12436
|
|
50
|
-
pulumi_aiven/get_cassanda.py,sha256=
|
|
51
|
-
pulumi_aiven/get_cassandra.py,sha256=
|
|
52
|
-
pulumi_aiven/get_cassandra_user.py,sha256=
|
|
50
|
+
pulumi_aiven/get_cassanda.py,sha256=8-Og-gj-YOyShvYvdBZQz_wW-k-PqZjvsF9tnX1fy5w,26971
|
|
51
|
+
pulumi_aiven/get_cassandra.py,sha256=JIM5Ry-xbbxi6OCtiUYYaOQpMg4MTE-4dAF8OYQwaaA,26643
|
|
52
|
+
pulumi_aiven/get_cassandra_user.py,sha256=SA0Xtl_w-1QHln_LMT0ypmjzW_rzrMXuScMIq2xXENk,10387
|
|
53
53
|
pulumi_aiven/get_clickhouse.py,sha256=CtdAFASW6_KlmehJifk4AP6Jiq0UEH5xndN3eD-Gytk,25393
|
|
54
54
|
pulumi_aiven/get_clickhouse_database.py,sha256=60ctSHunWxEtd5I2h_XTdIPVJN52-6A3sIaRITSD45I,7432
|
|
55
55
|
pulumi_aiven/get_clickhouse_user.py,sha256=eYI1x3zX-ph1cC0ej7Pd0BaCkXTjYW07NgXryJ_3T50,8166
|
|
@@ -76,12 +76,12 @@ pulumi_aiven/get_kafka_schema_registry_acl.py,sha256=MQFzHDFCvm4ghFy96wLIvnerRcd
|
|
|
76
76
|
pulumi_aiven/get_kafka_topic.py,sha256=3r0Wch2US8V6g5pTefHjdGgHFmWgMePXKZbOsLy4Lao,11056
|
|
77
77
|
pulumi_aiven/get_kafka_user.py,sha256=1FYz0BihsxiOMYoE_mGo7T3C-VHGf2ajx1rTyZTgRks,8949
|
|
78
78
|
pulumi_aiven/get_m3_aggregator.py,sha256=Hx6n-heEb9AEXmp9MwP850f9NR_XkOt4VFI4Sl2zuN4,25526
|
|
79
|
-
pulumi_aiven/get_m3_db.py,sha256=
|
|
80
|
-
pulumi_aiven/get_m3db_user.py,sha256=
|
|
79
|
+
pulumi_aiven/get_m3_db.py,sha256=ybUCJj4o_zmQCueG4aedJ8udnzkTl4NUzbv6s14BUg8,25749
|
|
80
|
+
pulumi_aiven/get_m3db_user.py,sha256=gfW_4DbAgnfwhXDLkuvN_Ip-L-W1iiBfZcdoLL0clj4,8521
|
|
81
81
|
pulumi_aiven/get_mirror_maker_replication_flow.py,sha256=EMPwQZnhGgZ4YRMc7KvkwX1WmsvnikLF2410cX17h5s,18857
|
|
82
|
-
pulumi_aiven/get_my_sql.py,sha256=
|
|
83
|
-
pulumi_aiven/get_mysql_database.py,sha256=
|
|
84
|
-
pulumi_aiven/get_mysql_user.py,sha256=
|
|
82
|
+
pulumi_aiven/get_my_sql.py,sha256=RT7QZVPiOwsv6xfNGrHtEVLTYeN03fEE2k2zLcsS1Ls,25046
|
|
83
|
+
pulumi_aiven/get_mysql_database.py,sha256=nUk9Wh0h4BJcNXpN6Reaa9Pr6Wo4GligOV-TTJspLBc,7485
|
|
84
|
+
pulumi_aiven/get_mysql_user.py,sha256=DMsbM5wp_Yy0520aROsuAxgNqmIg9TCieglYhVTloGQ,9616
|
|
85
85
|
pulumi_aiven/get_open_search.py,sha256=uugZ8OF-CjEPmEXhf3R9W-XuhzBo4Z-58ZwCx1-CiTI,25411
|
|
86
86
|
pulumi_aiven/get_open_search_acl_config.py,sha256=8yvBsizCgnKsdfgjhEnmzLom5YLJt_mUx_6UuhW2SZI,7316
|
|
87
87
|
pulumi_aiven/get_open_search_acl_rule.py,sha256=TQtLCoBXYYQToQ3pm7vRG7xZOSZ2asbPKGOk5Ju87fQ,9395
|
|
@@ -89,7 +89,7 @@ pulumi_aiven/get_opensearch_security_plugin_config.py,sha256=NQoupeUg-KsfMs8vdzJ
|
|
|
89
89
|
pulumi_aiven/get_opensearch_user.py,sha256=Hs_oNxsL7ucFSIncl6rvU88d47c0xViZocpQ7GTQ0s4,7974
|
|
90
90
|
pulumi_aiven/get_organization.py,sha256=TTO1zDKARL0i73H3l5DXoa4MxtegDKDYNY6sJ9Es4wU,5438
|
|
91
91
|
pulumi_aiven/get_organization_application_user.py,sha256=bObrEY9lPB_ocoFvUS2c30CdPHhy0ymByqlPWHFBBSA,6937
|
|
92
|
-
pulumi_aiven/get_organization_user.py,sha256=
|
|
92
|
+
pulumi_aiven/get_organization_user.py,sha256=YuDc8BUhFEpDnVX54MfSauREXdpAPjV0MxOZKdGe9Ic,5880
|
|
93
93
|
pulumi_aiven/get_organization_user_group.py,sha256=irnL7RTUKwo8feqGLxiEBoDr9xRUxCTn3ULfysJH21U,7432
|
|
94
94
|
pulumi_aiven/get_organization_user_list.py,sha256=_R_-_YErRlLhzzbTlziPO6-qrYUjtrDkemxeHp6xdhY,4559
|
|
95
95
|
pulumi_aiven/get_organizational_unit.py,sha256=lj0STES_7SoHwFoiZwP-NoK3ycc5a6OV3PtG6x4svQA,5539
|
|
@@ -97,10 +97,10 @@ pulumi_aiven/get_pg.py,sha256=B9yOq-ETPbZijDF8MD6z1lR1F4z8vV76DhvI0Yq_Ppw,24891
|
|
|
97
97
|
pulumi_aiven/get_pg_database.py,sha256=nbthL5lzecWQBNX5zgYaVe4vcsAID_sazsyWvNHSL4c,8761
|
|
98
98
|
pulumi_aiven/get_pg_user.py,sha256=m1_Ni-H0sA1ko0tjF9Xc2GIZKg_Oopkrr7Mq-xzogK4,9694
|
|
99
99
|
pulumi_aiven/get_project.py,sha256=fOV7n7uiTuuIKKFLPnNvCQjtD7ZpG0_RrDAtV0OqKz8,13799
|
|
100
|
-
pulumi_aiven/get_project_user.py,sha256=
|
|
100
|
+
pulumi_aiven/get_project_user.py,sha256=YjekRKH4uWwDo43DnCLSiDpXYptPnTuujYkQoFiEYrA,7254
|
|
101
101
|
pulumi_aiven/get_project_vpc.py,sha256=JYEsp1qhlCsN0EFgeFpkSdrpM8jrzg2aFxMfxR2otKA,7213
|
|
102
|
-
pulumi_aiven/get_redis.py,sha256=
|
|
103
|
-
pulumi_aiven/get_redis_user.py,sha256=
|
|
102
|
+
pulumi_aiven/get_redis.py,sha256=a2OkD_MGj8g5tqGLh4SiBuJmDF5DVfvnHx46flZ1nfU,26630
|
|
103
|
+
pulumi_aiven/get_redis_user.py,sha256=rhyr5EjpY83HK0dWVSnuQ_bZJMIscs8SQiOx3iJjTVo,12551
|
|
104
104
|
pulumi_aiven/get_service_component.py,sha256=xZLh42nkt6yZqviv_jlbn4SCIsB_77Wbs0EJtlpStmE,12259
|
|
105
105
|
pulumi_aiven/get_service_integration.py,sha256=_BOv3_39LFOA0Vqdo0fzGQD1Vwyi-y86QhKqlBIUK9M,28827
|
|
106
106
|
pulumi_aiven/get_service_integration_endpoint.py,sha256=WVR0arOUnpMVaK3Y7nx9_l3_WLkWq9ql3Png2bZvi18,27501
|
|
@@ -125,12 +125,12 @@ pulumi_aiven/kafka_schema_registry_acl.py,sha256=3MseIwSoEn0dYwePspK68rVwnpC2gHI
|
|
|
125
125
|
pulumi_aiven/kafka_topic.py,sha256=jqzC7tTVZ_sw5nxw0zksE5wGPKK_zQC8yyon_4PQgiA,29553
|
|
126
126
|
pulumi_aiven/kafka_user.py,sha256=5tjVeLhqOm-sZwNRnacptp9prEhbubsKVxbZgaQz5jc,18564
|
|
127
127
|
pulumi_aiven/m3_aggregator.py,sha256=1X0a5vsHJXqtI8iIClSo-ZnRIfrbw90syepwW8yiBXg,83710
|
|
128
|
-
pulumi_aiven/m3_db.py,sha256=
|
|
129
|
-
pulumi_aiven/m3db_user.py,sha256=
|
|
128
|
+
pulumi_aiven/m3_db.py,sha256=Z0bFParFTwkNCVGdNr222hDjYKzSFazhWL6zTEcGp4Q,82905
|
|
129
|
+
pulumi_aiven/m3db_user.py,sha256=PNv69tBzLrcwwV2rNfMnYwN1tD_sAZfjXNHwpX7rnKc,17158
|
|
130
130
|
pulumi_aiven/mirror_maker_replication_flow.py,sha256=qeIWF2Ca6LfOhdOplndjAHY4zIBhptOej_CZ2Wpz6-w,56018
|
|
131
|
-
pulumi_aiven/my_sql.py,sha256=
|
|
132
|
-
pulumi_aiven/mysql_database.py,sha256=
|
|
133
|
-
pulumi_aiven/mysql_user.py,sha256=
|
|
131
|
+
pulumi_aiven/my_sql.py,sha256=3Z6WuH_VZ4HmlCRQ16bSEYPuiDoTr5WO-JM4taoqV1M,82635
|
|
132
|
+
pulumi_aiven/mysql_database.py,sha256=WfgMHVNeoibUpmPLdbcbd_uCoE3u4rZgO24k0XGmWDo,14962
|
|
133
|
+
pulumi_aiven/mysql_user.py,sha256=M1HO22vWzWEdCXa0cy7OQhj22qQGGDD_rkIYaiMR3fk,21046
|
|
134
134
|
pulumi_aiven/open_search.py,sha256=MJDLbJ5VWlI0_vZLpC_0v_6jcBM6FTnYPYp5_pe9zJw,84167
|
|
135
135
|
pulumi_aiven/open_search_acl_config.py,sha256=hx6VItyEtILyqkcLtv0F-YgBzV1-9whrq4IjIm2Q7kc,18086
|
|
136
136
|
pulumi_aiven/open_search_acl_rule.py,sha256=1lPbyUob1hcPSFjmTJSf0ZBjw_Ko_hxuXgOoreAgJLU,22108
|
|
@@ -145,18 +145,18 @@ pulumi_aiven/organization_user.py,sha256=4FHd1BCXslZnBdd9r_TpVaaLWdzTngJG5wFB695
|
|
|
145
145
|
pulumi_aiven/organization_user_group.py,sha256=133e0-VfMmTnWDZPPnS4xzE-UU6R4PY4am7zMGMUrGo,14832
|
|
146
146
|
pulumi_aiven/organization_user_group_member.py,sha256=zFrHP5w71oTTFUWi7BlCh9HzsXMzJTJ4JZdbo2wAHOg,15120
|
|
147
147
|
pulumi_aiven/organizational_unit.py,sha256=OnowaL-y9MDhQAQeTxuv9gmAC8iau2ZVnKCBdbNJfo8,11639
|
|
148
|
-
pulumi_aiven/outputs.py,sha256=
|
|
148
|
+
pulumi_aiven/outputs.py,sha256=L4iMvuY-SIa2p6RCclUty8YY-MXhHwgWEP-q4vnkueY,2378156
|
|
149
149
|
pulumi_aiven/pg.py,sha256=BxqlB_ztH5jyvRw7QdQWPaxZ6QMnzPsYqBroLXFrAG0,80239
|
|
150
150
|
pulumi_aiven/pg_database.py,sha256=bnts8s-gR6mPTf5fHY3EVPRqiHhze8roG6V16h2-Llc,20153
|
|
151
151
|
pulumi_aiven/pg_user.py,sha256=__gTbX36EdjtCthLm09hZn2PRerlPt7jpRCQuzqJ4k0,22036
|
|
152
152
|
pulumi_aiven/project.py,sha256=xsogAQa9_PwhfTou7-e8ACsaaTqGmCh_S5rkCVKXNag,45569
|
|
153
|
-
pulumi_aiven/project_user.py,sha256=
|
|
153
|
+
pulumi_aiven/project_user.py,sha256=7FrCnl_OdCAoLo9-CEYixex445jSK-2n09ZnlVOEtrY,18803
|
|
154
154
|
pulumi_aiven/project_vpc.py,sha256=rcWiFl2dHdwrXFTZ2WYLpxiUZX-q9tPPZVUvl2bjWAQ,14082
|
|
155
155
|
pulumi_aiven/provider.py,sha256=N7Y-HFsoDOWeKC6iV1NEkU07Eg9ZV8d4FKFHKu5jHbY,5055
|
|
156
|
-
pulumi_aiven/pulumi-plugin.json,sha256=
|
|
156
|
+
pulumi_aiven/pulumi-plugin.json,sha256=KSmfIih-TNTEkSCwWnVossxmXyl95X1KB-OHIVQqRwU,82
|
|
157
157
|
pulumi_aiven/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
158
|
-
pulumi_aiven/redis.py,sha256=
|
|
159
|
-
pulumi_aiven/redis_user.py,sha256=
|
|
158
|
+
pulumi_aiven/redis.py,sha256=digQI_P2fM37fhnazQ9QSfvsEcuF5uo9KAzVUdNdCvM,83896
|
|
159
|
+
pulumi_aiven/redis_user.py,sha256=dzylOGpSG9dWeAFqBe_k-FLtuyjUtNjJhgn-j6Y_HIA,31118
|
|
160
160
|
pulumi_aiven/service_integration.py,sha256=W12_WjK4tlj2uVmQfhvpqAFyON4gYtjZM8O3lWuUZtA,94185
|
|
161
161
|
pulumi_aiven/service_integration_endpoint.py,sha256=zxrW8N94hQmbMrzphEZYljqU-OQNOPHF3KAsACePaxE,105603
|
|
162
162
|
pulumi_aiven/static_ip.py,sha256=gs5Ps9wcnK8ont6Ps0jZTMmkhNBNMXzOt4a3uF98p38,14102
|
|
@@ -167,7 +167,7 @@ pulumi_aiven/valkey_user.py,sha256=fiaXYiB5NUMWh3Q3goGrGU6eYRU26z7BunaJiaxrPmY,3
|
|
|
167
167
|
pulumi_aiven/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
168
168
|
pulumi_aiven/config/__init__.pyi,sha256=6XkZH3EU98MVgoMLPFHFfEK17BQQzz0S0QFMh1FZrs0,639
|
|
169
169
|
pulumi_aiven/config/vars.py,sha256=jRqbkEfNSP8ga5cnbMhAzHUUb7ahIUROUqR5_KGkobM,832
|
|
170
|
-
pulumi_aiven-6.34.
|
|
171
|
-
pulumi_aiven-6.34.
|
|
172
|
-
pulumi_aiven-6.34.
|
|
173
|
-
pulumi_aiven-6.34.
|
|
170
|
+
pulumi_aiven-6.34.0a1739596048.dist-info/METADATA,sha256=0TNZeEo6zJD_blijS5otHabO1MmFtM6LZecxowGxStk,2595
|
|
171
|
+
pulumi_aiven-6.34.0a1739596048.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
172
|
+
pulumi_aiven-6.34.0a1739596048.dist-info/top_level.txt,sha256=4rjz_Hec4Y2PFX4LhJ-JcnMU5H7z-y7r1yiK_xEduWU,13
|
|
173
|
+
pulumi_aiven-6.34.0a1739596048.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_aiven-6.34.0a1739423224.dist-info → pulumi_aiven-6.34.0a1739596048.dist-info}/top_level.txt
RENAMED
|
File without changes
|