pulumi-gcp 7.30.0__py3-none-any.whl → 7.30.0a1719513455__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_gcp/__init__.py +0 -32
- pulumi_gcp/artifactregistry/get_docker_image.py +2 -2
- pulumi_gcp/bigtable/gc_policy.py +14 -68
- pulumi_gcp/cloudfunctionsv2/_inputs.py +0 -97
- pulumi_gcp/cloudfunctionsv2/function.py +0 -232
- pulumi_gcp/cloudfunctionsv2/outputs.py +1 -129
- pulumi_gcp/compute/_inputs.py +0 -622
- pulumi_gcp/compute/address.py +7 -0
- pulumi_gcp/compute/backend_service.py +14 -0
- pulumi_gcp/compute/forwarding_rule.py +21 -0
- pulumi_gcp/compute/global_forwarding_rule.py +21 -0
- pulumi_gcp/compute/managed_ssl_certificate.py +7 -0
- pulumi_gcp/compute/manged_ssl_certificate.py +7 -0
- pulumi_gcp/compute/network_attachment.py +0 -16
- pulumi_gcp/compute/outputs.py +8 -504
- pulumi_gcp/compute/region_backend_service.py +14 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +95 -122
- pulumi_gcp/compute/region_disk_iam_member.py +95 -122
- pulumi_gcp/compute/region_disk_iam_policy.py +88 -115
- pulumi_gcp/compute/region_ssl_certificate.py +7 -0
- pulumi_gcp/compute/ssl_certificate.py +7 -0
- pulumi_gcp/compute/target_https_proxy.py +1 -76
- pulumi_gcp/compute/url_map.py +0 -255
- pulumi_gcp/container/aws_cluster.py +2 -2
- pulumi_gcp/container/aws_node_pool.py +2 -2
- pulumi_gcp/container/azure_client.py +2 -2
- pulumi_gcp/container/azure_cluster.py +2 -2
- pulumi_gcp/container/azure_node_pool.py +2 -2
- pulumi_gcp/datafusion/_inputs.py +11 -163
- pulumi_gcp/datafusion/instance.py +0 -64
- pulumi_gcp/datafusion/outputs.py +7 -127
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +953 -328
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +953 -328
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +953 -238
- pulumi_gcp/healthcare/_inputs.py +0 -43
- pulumi_gcp/healthcare/dataset.py +0 -110
- pulumi_gcp/healthcare/outputs.py +0 -43
- pulumi_gcp/identityplatform/config.py +1 -1
- pulumi_gcp/logging/billing_account_bucket_config.py +1 -1
- pulumi_gcp/logging/folder_bucket_config.py +1 -1
- pulumi_gcp/logging/organization_bucket_config.py +1 -1
- pulumi_gcp/monitoring/_inputs.py +0 -77
- pulumi_gcp/monitoring/outputs.py +0 -63
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -289
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -289
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securitycenter/instance_iam_binding.py +0 -64
- pulumi_gcp/securitycenter/instance_iam_member.py +0 -64
- pulumi_gcp/securitycenter/instance_iam_policy.py +0 -64
- pulumi_gcp/sourcerepo/repository_iam_binding.py +83 -92
- pulumi_gcp/sourcerepo/repository_iam_member.py +83 -92
- pulumi_gcp/sourcerepo/repository_iam_policy.py +76 -85
- pulumi_gcp/storage/__init__.py +0 -5
- pulumi_gcp/storage/_inputs.py +0 -130
- pulumi_gcp/storage/outputs.py +0 -76
- pulumi_gcp/vertex/_inputs.py +3 -3
- pulumi_gcp/vertex/ai_feature_online_store.py +9 -9
- pulumi_gcp/vertex/outputs.py +2 -2
- {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/RECORD +62 -67
- {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/WHEEL +1 -1
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +0 -115
- pulumi_gcp/storage/managed_folder.py +0 -440
- pulumi_gcp/storage/managed_folder_iam_binding.py +0 -947
- pulumi_gcp/storage/managed_folder_iam_member.py +0 -947
- pulumi_gcp/storage/managed_folder_iam_policy.py +0 -766
- {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/top_level.txt +0 -0
pulumi_gcp/vertex/_inputs.py
CHANGED
@@ -1214,7 +1214,7 @@ if not MYPY:
|
|
1214
1214
|
"""
|
1215
1215
|
entity_id_columns: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1216
1216
|
"""
|
1217
|
-
Columns to construct entityId / row keys. If not provided defaults to entityId.
|
1217
|
+
Columns to construct entityId / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entityId.
|
1218
1218
|
"""
|
1219
1219
|
elif False:
|
1220
1220
|
AiFeatureGroupBigQueryArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1227,7 +1227,7 @@ class AiFeatureGroupBigQueryArgs:
|
|
1227
1227
|
"""
|
1228
1228
|
:param pulumi.Input['AiFeatureGroupBigQueryBigQuerySourceArgs'] big_query_source: The BigQuery source URI that points to either a BigQuery Table or View.
|
1229
1229
|
Structure is documented below.
|
1230
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] entity_id_columns: Columns to construct entityId / row keys. If not provided defaults to entityId.
|
1230
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] entity_id_columns: Columns to construct entityId / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entityId.
|
1231
1231
|
"""
|
1232
1232
|
pulumi.set(__self__, "big_query_source", big_query_source)
|
1233
1233
|
if entity_id_columns is not None:
|
@@ -1250,7 +1250,7 @@ class AiFeatureGroupBigQueryArgs:
|
|
1250
1250
|
@pulumi.getter(name="entityIdColumns")
|
1251
1251
|
def entity_id_columns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1252
1252
|
"""
|
1253
|
-
Columns to construct entityId / row keys. If not provided defaults to entityId.
|
1253
|
+
Columns to construct entityId / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entityId.
|
1254
1254
|
"""
|
1255
1255
|
return pulumi.get(self, "entity_id_columns")
|
1256
1256
|
|
@@ -34,7 +34,7 @@ class AiFeatureOnlineStoreArgs:
|
|
34
34
|
The set of arguments for constructing a AiFeatureOnlineStore resource.
|
35
35
|
:param pulumi.Input['AiFeatureOnlineStoreBigtableArgs'] bigtable: Settings for Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
|
36
36
|
Structure is documented below.
|
37
|
-
:param pulumi.Input['AiFeatureOnlineStoreDedicatedServingEndpointArgs'] dedicated_serving_endpoint: The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to
|
37
|
+
:param pulumi.Input['AiFeatureOnlineStoreDedicatedServingEndpointArgs'] dedicated_serving_endpoint: The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default.
|
38
38
|
Structure is documented below.
|
39
39
|
:param pulumi.Input['AiFeatureOnlineStoreEmbeddingManagementArgs'] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be set for BigTable. It is enabled by default for optimized storagetype.
|
40
40
|
Structure is documented below.
|
@@ -92,7 +92,7 @@ class AiFeatureOnlineStoreArgs:
|
|
92
92
|
@pulumi.getter(name="dedicatedServingEndpoint")
|
93
93
|
def dedicated_serving_endpoint(self) -> Optional[pulumi.Input['AiFeatureOnlineStoreDedicatedServingEndpointArgs']]:
|
94
94
|
"""
|
95
|
-
The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to
|
95
|
+
The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default.
|
96
96
|
Structure is documented below.
|
97
97
|
"""
|
98
98
|
return pulumi.get(self, "dedicated_serving_endpoint")
|
@@ -219,7 +219,7 @@ class _AiFeatureOnlineStoreState:
|
|
219
219
|
:param pulumi.Input['AiFeatureOnlineStoreBigtableArgs'] bigtable: Settings for Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
|
220
220
|
Structure is documented below.
|
221
221
|
:param pulumi.Input[str] create_time: The timestamp of when the feature online store was created in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
222
|
-
:param pulumi.Input['AiFeatureOnlineStoreDedicatedServingEndpointArgs'] dedicated_serving_endpoint: The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to
|
222
|
+
:param pulumi.Input['AiFeatureOnlineStoreDedicatedServingEndpointArgs'] dedicated_serving_endpoint: The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default.
|
223
223
|
Structure is documented below.
|
224
224
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
225
225
|
:param pulumi.Input['AiFeatureOnlineStoreEmbeddingManagementArgs'] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be set for BigTable. It is enabled by default for optimized storagetype.
|
@@ -307,7 +307,7 @@ class _AiFeatureOnlineStoreState:
|
|
307
307
|
@pulumi.getter(name="dedicatedServingEndpoint")
|
308
308
|
def dedicated_serving_endpoint(self) -> Optional[pulumi.Input['AiFeatureOnlineStoreDedicatedServingEndpointArgs']]:
|
309
309
|
"""
|
310
|
-
The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to
|
310
|
+
The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default.
|
311
311
|
Structure is documented below.
|
312
312
|
"""
|
313
313
|
return pulumi.get(self, "dedicated_serving_endpoint")
|
@@ -518,7 +518,7 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
|
|
518
518
|
},
|
519
519
|
})
|
520
520
|
```
|
521
|
-
### Vertex Ai Featureonlinestore With Optimized
|
521
|
+
### Vertex Ai Featureonlinestore With Beta Fields Optimized
|
522
522
|
|
523
523
|
```python
|
524
524
|
import pulumi
|
@@ -599,7 +599,7 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
|
|
599
599
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
600
600
|
:param pulumi.Input[Union['AiFeatureOnlineStoreBigtableArgs', 'AiFeatureOnlineStoreBigtableArgsDict']] bigtable: Settings for Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
|
601
601
|
Structure is documented below.
|
602
|
-
:param pulumi.Input[Union['AiFeatureOnlineStoreDedicatedServingEndpointArgs', 'AiFeatureOnlineStoreDedicatedServingEndpointArgsDict']] dedicated_serving_endpoint: The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to
|
602
|
+
:param pulumi.Input[Union['AiFeatureOnlineStoreDedicatedServingEndpointArgs', 'AiFeatureOnlineStoreDedicatedServingEndpointArgsDict']] dedicated_serving_endpoint: The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default.
|
603
603
|
Structure is documented below.
|
604
604
|
:param pulumi.Input[Union['AiFeatureOnlineStoreEmbeddingManagementArgs', 'AiFeatureOnlineStoreEmbeddingManagementArgsDict']] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be set for BigTable. It is enabled by default for optimized storagetype.
|
605
605
|
Structure is documented below.
|
@@ -655,7 +655,7 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
|
|
655
655
|
},
|
656
656
|
})
|
657
657
|
```
|
658
|
-
### Vertex Ai Featureonlinestore With Optimized
|
658
|
+
### Vertex Ai Featureonlinestore With Beta Fields Optimized
|
659
659
|
|
660
660
|
```python
|
661
661
|
import pulumi
|
@@ -817,7 +817,7 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
|
|
817
817
|
:param pulumi.Input[Union['AiFeatureOnlineStoreBigtableArgs', 'AiFeatureOnlineStoreBigtableArgsDict']] bigtable: Settings for Cloud Bigtable instance that will be created to serve featureValues for all FeatureViews under this FeatureOnlineStore.
|
818
818
|
Structure is documented below.
|
819
819
|
:param pulumi.Input[str] create_time: The timestamp of when the feature online store was created in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.
|
820
|
-
:param pulumi.Input[Union['AiFeatureOnlineStoreDedicatedServingEndpointArgs', 'AiFeatureOnlineStoreDedicatedServingEndpointArgsDict']] dedicated_serving_endpoint: The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to
|
820
|
+
:param pulumi.Input[Union['AiFeatureOnlineStoreDedicatedServingEndpointArgs', 'AiFeatureOnlineStoreDedicatedServingEndpointArgsDict']] dedicated_serving_endpoint: The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default.
|
821
821
|
Structure is documented below.
|
822
822
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
823
823
|
:param pulumi.Input[Union['AiFeatureOnlineStoreEmbeddingManagementArgs', 'AiFeatureOnlineStoreEmbeddingManagementArgsDict']] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be set for BigTable. It is enabled by default for optimized storagetype.
|
@@ -884,7 +884,7 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
|
|
884
884
|
@pulumi.getter(name="dedicatedServingEndpoint")
|
885
885
|
def dedicated_serving_endpoint(self) -> pulumi.Output['outputs.AiFeatureOnlineStoreDedicatedServingEndpoint']:
|
886
886
|
"""
|
887
|
-
The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to
|
887
|
+
The dedicated serving endpoint for this FeatureOnlineStore, which is different from common vertex service endpoint. Only need to set when you choose Optimized storage type or enable EmbeddingManagement. Will use public endpoint by default.
|
888
888
|
Structure is documented below.
|
889
889
|
"""
|
890
890
|
return pulumi.get(self, "dedicated_serving_endpoint")
|
pulumi_gcp/vertex/outputs.py
CHANGED
@@ -987,7 +987,7 @@ class AiFeatureGroupBigQuery(dict):
|
|
987
987
|
"""
|
988
988
|
:param 'AiFeatureGroupBigQueryBigQuerySourceArgs' big_query_source: The BigQuery source URI that points to either a BigQuery Table or View.
|
989
989
|
Structure is documented below.
|
990
|
-
:param Sequence[str] entity_id_columns: Columns to construct entityId / row keys. If not provided defaults to entityId.
|
990
|
+
:param Sequence[str] entity_id_columns: Columns to construct entityId / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entityId.
|
991
991
|
"""
|
992
992
|
pulumi.set(__self__, "big_query_source", big_query_source)
|
993
993
|
if entity_id_columns is not None:
|
@@ -1006,7 +1006,7 @@ class AiFeatureGroupBigQuery(dict):
|
|
1006
1006
|
@pulumi.getter(name="entityIdColumns")
|
1007
1007
|
def entity_id_columns(self) -> Optional[Sequence[str]]:
|
1008
1008
|
"""
|
1009
|
-
Columns to construct entityId / row keys. If not provided defaults to entityId.
|
1009
|
+
Columns to construct entityId / row keys. Currently only supports 1 entity_id_column. If not provided defaults to entityId.
|
1010
1010
|
"""
|
1011
1011
|
return pulumi.get(self, "entity_id_columns")
|
1012
1012
|
|
@@ -1,8 +1,8 @@
|
|
1
|
-
pulumi_gcp/__init__.py,sha256=
|
1
|
+
pulumi_gcp/__init__.py,sha256=Fk5h-a8lOGnEHVByJrsie_serI1JXi_j8YwmDmuM07Q,194787
|
2
2
|
pulumi_gcp/_inputs.py,sha256=Od7fuuGzQlwMR_yFc1c5R1CuvtPhgRpe262W7i6UPKc,1873
|
3
3
|
pulumi_gcp/_utilities.py,sha256=zozFZPZGnJJ7MjOYHQPdH-l-EHcRcX5lh5TVi22oTCw,10446
|
4
4
|
pulumi_gcp/provider.py,sha256=4DKjx_BTgdiSgaj7a7a5RI2on-hIuClkcxnRrYUSaRI,189530
|
5
|
-
pulumi_gcp/pulumi-plugin.json,sha256=
|
5
|
+
pulumi_gcp/pulumi-plugin.json,sha256=WaJYMsmY_rfmZI87NObXRS68gqrXJB2ueednlaPmD6M,80
|
6
6
|
pulumi_gcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
pulumi_gcp/accessapproval/__init__.py,sha256=VpbPp-2Rb1295tFUB_3aO6TvbS1UhYt3ycgAzrNVqOU,402
|
8
8
|
pulumi_gcp/accessapproval/get_folder_service_account.py,sha256=a7n0fXqd0P2VIQDnH9jJDauHGPeE4ngHbPGGAi725iQ,5747
|
@@ -115,7 +115,7 @@ pulumi_gcp/applicationintegration/client.py,sha256=rDe1oo8Cded-lpaZMcKq8ue_ikDFj
|
|
115
115
|
pulumi_gcp/applicationintegration/outputs.py,sha256=fLptEULochZpyJa80HM9mbXZMwCanc719OLsinNoJYE,41080
|
116
116
|
pulumi_gcp/artifactregistry/__init__.py,sha256=bzEcRR-7U_DaS_tZVr2MZHRlFR2NIovkKlIGsbn0DC0,583
|
117
117
|
pulumi_gcp/artifactregistry/_inputs.py,sha256=g5UoklcBz6_-IBFPC5ZFlJ2epe8y4r_xpdY52bk-5Pg,64264
|
118
|
-
pulumi_gcp/artifactregistry/get_docker_image.py,sha256=
|
118
|
+
pulumi_gcp/artifactregistry/get_docker_image.py,sha256=90vcoA9JpbXXI0JqHNzlrF4AA1pR4NC31STa74w6P58,10537
|
119
119
|
pulumi_gcp/artifactregistry/get_repository.py,sha256=f0Y03D04e24tMJKuE-hRY6omO2FR9qaM09XHhpF0lHM,13065
|
120
120
|
pulumi_gcp/artifactregistry/get_repository_iam_policy.py,sha256=ZjE8teMgY_2evWzLDr43fMhzN1PwEur_hFLINNBVcQc,7076
|
121
121
|
pulumi_gcp/artifactregistry/outputs.py,sha256=lJO95gn2W8N5KgB7kF54cs8ny0mAmr5kbHzUeAbw9-8,80880
|
@@ -201,7 +201,7 @@ pulumi_gcp/bigquerydatapolicy/outputs.py,sha256=Oy2A1y3OErHE3V8Ymdy25Hnkwx9tii57
|
|
201
201
|
pulumi_gcp/bigtable/__init__.py,sha256=kt14Qjgv4IFG3DZNFgX0vGMOAhjc65mvHWIGGOzWMqY,693
|
202
202
|
pulumi_gcp/bigtable/_inputs.py,sha256=9IPWCb-iQZr9Bvvlxgdyi-VsLKnyKPldJvzsB2fpjMk,34951
|
203
203
|
pulumi_gcp/bigtable/authorized_view.py,sha256=LiIPEMSG25tQZbAsYy5nTie4gAx8W3VNjqmSk5nH1cg,19648
|
204
|
-
pulumi_gcp/bigtable/gc_policy.py,sha256=
|
204
|
+
pulumi_gcp/bigtable/gc_policy.py,sha256=sZxsUhQ8gsexf8CQaEIExUz_-WClU-6D3F-Fy0QpWtk,33022
|
205
205
|
pulumi_gcp/bigtable/get_instance_iam_policy.py,sha256=3sYTk4apGLXENF-hPDbuxgXN0m2FAqjbzdx0mnLBzh0,4821
|
206
206
|
pulumi_gcp/bigtable/get_table_iam_policy.py,sha256=OkdEkLyjNd2LT3FaxgHDgkIU2Pvr9QhqmohwTHjtB7M,5490
|
207
207
|
pulumi_gcp/bigtable/instance.py,sha256=65AyZ-ziVGZqpzW6edNKE0TgTFqhRoeP0fYbBsj5tIM,46178
|
@@ -319,14 +319,14 @@ pulumi_gcp/cloudfunctions/get_function.py,sha256=eOAdgeMbixma4YLhZ1dx34eQhnOBooe
|
|
319
319
|
pulumi_gcp/cloudfunctions/get_function_iam_policy.py,sha256=YdS4okuU6NvW_5raJCh0Q8WVXWzdcJufEjxafW8Ugqc,7015
|
320
320
|
pulumi_gcp/cloudfunctions/outputs.py,sha256=xstVKrqRlP6KQ7Uh5cvXl7YM_k_t81U0v8FrvE5hJmU,27246
|
321
321
|
pulumi_gcp/cloudfunctionsv2/__init__.py,sha256=symIZkgoDsvQOPeyY4xgpHzvWjnNx_0j3IJtsMmWPSU,511
|
322
|
-
pulumi_gcp/cloudfunctionsv2/_inputs.py,sha256
|
323
|
-
pulumi_gcp/cloudfunctionsv2/function.py,sha256=
|
322
|
+
pulumi_gcp/cloudfunctionsv2/_inputs.py,sha256=-0VFu1B-H9FWHTqwHYEA7jTEuFOQ__giwxZBoOUKeXc,66644
|
323
|
+
pulumi_gcp/cloudfunctionsv2/function.py,sha256=iHbBY5GFPszrkQQ6Erz9ATTXVmchLQeqAGdI7Z2BICc,90165
|
324
324
|
pulumi_gcp/cloudfunctionsv2/function_iam_binding.py,sha256=9SGwSSm1Kufya7ogC7RFAQX0piw9Qp1_jeW9G4Bb9wg,41743
|
325
325
|
pulumi_gcp/cloudfunctionsv2/function_iam_member.py,sha256=ZTwtscGFpr-N5PQpRxmSUa-ktV0gTqPBvn2A1iC64XY,41344
|
326
326
|
pulumi_gcp/cloudfunctionsv2/function_iam_policy.py,sha256=h0HZ2APDGVdiTPYmG4c22_8HK0fFE53s75Z81bAx3CI,28010
|
327
327
|
pulumi_gcp/cloudfunctionsv2/get_function.py,sha256=wj2EyWvEJXrwD_fKC52Np_BsvEk96HSWzBjQXbQYr2A,10332
|
328
328
|
pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py,sha256=OhlTZDcuL9Hbg3R2Ja4HwK8hvNkE6wxHh0UEfxy9KUg,7065
|
329
|
-
pulumi_gcp/cloudfunctionsv2/outputs.py,sha256=
|
329
|
+
pulumi_gcp/cloudfunctionsv2/outputs.py,sha256=KNQzy8Ub8hRl29mqur9bSwvOzw5Fqvtk7Dqxx5POKGg,80296
|
330
330
|
pulumi_gcp/cloudidentity/__init__.py,sha256=qtt6_5IseJoJ7N9OkPVyXzoO_gxXb0yQt_VtX96ssNY,462
|
331
331
|
pulumi_gcp/cloudidentity/_inputs.py,sha256=PexG2hDqOdf0E_Avl8GOdcuE8yv0bF7TJ4bnQxwSnkw,22431
|
332
332
|
pulumi_gcp/cloudidentity/get_group_lookup.py,sha256=8wVacKv9Z4GpsNgUg0oxIBfi0VkGv0JvL5A8Ki758NA,4783
|
@@ -392,8 +392,8 @@ pulumi_gcp/composer/outputs.py,sha256=KUUtqQwHoNY_2WXjvLF43HNJ0l1p8-YyqIjBi7-g6A
|
|
392
392
|
pulumi_gcp/composer/user_workloads_config_map.py,sha256=M6NSkyoynso3eds8tV7q46mzdctIFGf-enzVXoH4WMs,18822
|
393
393
|
pulumi_gcp/composer/user_workloads_secret.py,sha256=mp6saCNm2C2_jFuT-ozhHDaoZ60ewWRRYjWZ2m4ZKD4,17350
|
394
394
|
pulumi_gcp/compute/__init__.py,sha256=QHKaDtw6s7v1TSsq-prQuungpDhZpExNlW6RG4vUfYA,7404
|
395
|
-
pulumi_gcp/compute/_inputs.py,sha256=
|
396
|
-
pulumi_gcp/compute/address.py,sha256=
|
395
|
+
pulumi_gcp/compute/_inputs.py,sha256=GN1WvZixkm7fIjXMT2vKtxJbjrSZR4DCW-et1LzyVFU,2587256
|
396
|
+
pulumi_gcp/compute/address.py,sha256=hJfjAwAEvXQE4W0YaPTBWhhjMMpKXoXgCMOo6qCW_7Y,69463
|
397
397
|
pulumi_gcp/compute/attached_disk.py,sha256=tV-BKNGcU_iRloyaEHLSGJ0FvJhyDzQkzvIOAMVMhHo,28041
|
398
398
|
pulumi_gcp/compute/autoscaler.py,sha256=JgG-yufJAxVNzNODIXjP5tvqeCVv679XHS9DB63OXhk,32484
|
399
399
|
pulumi_gcp/compute/backend_bucket.py,sha256=d-McntcZH6iqjKdSHV3EgYj5fQEsmAXZbXK5HFzWeNQ,38710
|
@@ -401,7 +401,7 @@ pulumi_gcp/compute/backend_bucket_iam_binding.py,sha256=hdd7Xw76-EIYcBl3Nft6tbRQ
|
|
401
401
|
pulumi_gcp/compute/backend_bucket_iam_member.py,sha256=X7bFuO_eB5eKXpKTSJvHbwfiv6rzvADFHFZWYKsS38o,28881
|
402
402
|
pulumi_gcp/compute/backend_bucket_iam_policy.py,sha256=CUWg1-bspuZ8TUt6N-YPFlpeE2iABxLyUS4HDdtT3lI,15510
|
403
403
|
pulumi_gcp/compute/backend_bucket_signed_url_key.py,sha256=E6X5J9_KxjMvWyoJi-NvRuH496sFO7WrBzFWUI90t9I,16139
|
404
|
-
pulumi_gcp/compute/backend_service.py,sha256=
|
404
|
+
pulumi_gcp/compute/backend_service.py,sha256=aLm2TSUF-r8YGZephoSHdtnd2zoo3wb_Tqf6kPzQO58,150654
|
405
405
|
pulumi_gcp/compute/backend_service_iam_binding.py,sha256=Nf-1KCoCHlvqlemzK-0OCXwzEj7MmOQS4lxwDAQKBVs,30862
|
406
406
|
pulumi_gcp/compute/backend_service_iam_member.py,sha256=uV7oiXSKouYdVfH2Id5O3Rb9n1DTC1-8Pxqw23LetW4,30457
|
407
407
|
pulumi_gcp/compute/backend_service_iam_policy.py,sha256=cFjuCmzfbxk3-Pkq71mJQMtNf70r6y8LR7xxtrOJUfw,15586
|
@@ -418,7 +418,7 @@ pulumi_gcp/compute/firewall.py,sha256=F0QrgA8BoJZFbkG3h6SY82Ir6-i8CXw1HX-85QphR2
|
|
418
418
|
pulumi_gcp/compute/firewall_policy.py,sha256=ABk5tSvBUkmQzyU43ALKcVlDyjaC1ej48i1FItlsZtM,24340
|
419
419
|
pulumi_gcp/compute/firewall_policy_association.py,sha256=B3FfQYSY-iepJki5zwUfPTJ3O3fGKpdjuVUBKfaJuSU,14764
|
420
420
|
pulumi_gcp/compute/firewall_policy_rule.py,sha256=6L3aJtztJs72DCELrG18qX5uORgkp1hHI8TpJ85BDtQ,47461
|
421
|
-
pulumi_gcp/compute/forwarding_rule.py,sha256=
|
421
|
+
pulumi_gcp/compute/forwarding_rule.py,sha256=A3YovFSVxgsl_Ah4WGrkcxJGqmCyMbjokj-9EKt_B_E,209233
|
422
422
|
pulumi_gcp/compute/get_address.py,sha256=kmkZdKox9-GLjOi_RvNGuTJlJQrj_28WGL5hBGtc-T0,9790
|
423
423
|
pulumi_gcp/compute/get_addresses.py,sha256=6tbNsV6F_YYrczF3IIXMa-yOOZNlrE2HnWO2tiBv6uw,9654
|
424
424
|
pulumi_gcp/compute/get_backend_bucket.py,sha256=dJaMfU6R6ShFhNJqAKeSzkwmtVsfhjFTqZX990QCqoQ,8102
|
@@ -475,7 +475,7 @@ pulumi_gcp/compute/get_subnetworks.py,sha256=TX7pQxDLXuGCv3EcuW8AlQEkKAdokkK2PG6
|
|
475
475
|
pulumi_gcp/compute/get_vpn_gateway.py,sha256=8PlkA5itgAN5MYvVxFlrTm1OWOt8CmLGQH6PKBX8l-Q,5843
|
476
476
|
pulumi_gcp/compute/get_zones.py,sha256=jDFaJGu17VwpNEEh73X4ar4hZpVpPbHeaQe2hHrR6Qw,5202
|
477
477
|
pulumi_gcp/compute/global_address.py,sha256=dhFgSAJgOBqHHT5ElBuiKvyBP9FOL2xMuM45qK6Jo5c,45872
|
478
|
-
pulumi_gcp/compute/global_forwarding_rule.py,sha256=
|
478
|
+
pulumi_gcp/compute/global_forwarding_rule.py,sha256=vqHjTnIKRJGLUWW2uDkf6I__Mm6xW2LG-nepGn2bH2c,140676
|
479
479
|
pulumi_gcp/compute/global_network_endpoint.py,sha256=-iE8-9ovkolvkNe6HTg3PlxuV1uhDRgZrw0BmXii8Qo,19582
|
480
480
|
pulumi_gcp/compute/global_network_endpoint_group.py,sha256=fSZaC0XA0havktgNYyDZ4i2jd-6S4z9SLStYQGtyvWU,24525
|
481
481
|
pulumi_gcp/compute/ha_vpn_gateway.py,sha256=ob-lglCrti_HWYXZ9D3p76ovv6PSop_gQwB6bNOvQPk,33301
|
@@ -504,10 +504,10 @@ pulumi_gcp/compute/machine_image.py,sha256=nDD-CrJQRjEOt4Y_guIaBVsPjTJ_yurMA3Gjg
|
|
504
504
|
pulumi_gcp/compute/machine_image_iam_binding.py,sha256=3VLVR6JIrXIbEcdiQ72Jugj4dDfqRGG0J0Fi15b3DtA,46641
|
505
505
|
pulumi_gcp/compute/machine_image_iam_member.py,sha256=N13kLj8ALjjv4V8BAOpePHfNd-0CMlT6BsTOaI33uG0,46236
|
506
506
|
pulumi_gcp/compute/machine_image_iam_policy.py,sha256=5YJJWpSwNmt1ss98iXS3WfvDR25BwT0GR8oqOBcylAs,31417
|
507
|
-
pulumi_gcp/compute/managed_ssl_certificate.py,sha256=
|
508
|
-
pulumi_gcp/compute/manged_ssl_certificate.py,sha256=
|
507
|
+
pulumi_gcp/compute/managed_ssl_certificate.py,sha256=UCRaxOXo9StsC6_u0Q17qkAnYHhtEF2_sg5XufzxXlY,35220
|
508
|
+
pulumi_gcp/compute/manged_ssl_certificate.py,sha256=3Rfs2yzsK9BiARgydvN39geEtm8lZsuL2092WgZlc8s,35429
|
509
509
|
pulumi_gcp/compute/network.py,sha256=l49MijF8C84SVK88PabDSTBfzNmOQrlDfU0c0Gduu5Y,49848
|
510
|
-
pulumi_gcp/compute/network_attachment.py,sha256=
|
510
|
+
pulumi_gcp/compute/network_attachment.py,sha256=gXt4xhcG6S6KbEtP5qB9NbDy0v4p00X2Oa_YvcVVDJs,47380
|
511
511
|
pulumi_gcp/compute/network_edge_security_service.py,sha256=0VoHSb7b30YdmIh9ktnGqk2q2xcVHtLJha2KRNVEEkk,24849
|
512
512
|
pulumi_gcp/compute/network_endpoint.py,sha256=boNs3lPfK3DQ4XUNSu4DvNvbQSr3-NC-z8CRJv7V90Q,26515
|
513
513
|
pulumi_gcp/compute/network_endpoint_group.py,sha256=Ysz2MqB4iYva9UwroXx_XCSWkxQzKpm7QkrzjlB7Ez8,39505
|
@@ -522,7 +522,7 @@ pulumi_gcp/compute/node_template.py,sha256=L7jb3K0ot6Pt8F3FBlOwPuDPXiF9q8G4nQ1p2
|
|
522
522
|
pulumi_gcp/compute/organization_security_policy.py,sha256=mJ7JCQ3VCKkHj6BXb4K7rDcL7tSD2cSSV58K5p1Bmpk,19298
|
523
523
|
pulumi_gcp/compute/organization_security_policy_association.py,sha256=6raYSoIrThdV0TVIR43cDOzMJ9ewD3STgcjy63mav-8,16283
|
524
524
|
pulumi_gcp/compute/organization_security_policy_rule.py,sha256=_8aMOkHzR0H7dd6KE_-eS0g8fHn438n4HCz8sEKnDL8,35302
|
525
|
-
pulumi_gcp/compute/outputs.py,sha256=
|
525
|
+
pulumi_gcp/compute/outputs.py,sha256=uAnR1WrJ8_GMf8nS2VxJQG_CCjo8xueCWeETtfQnpRw,2403024
|
526
526
|
pulumi_gcp/compute/packet_mirroring.py,sha256=UjYvQrY-DB140XNPougNFIGGUxic9y4TZs9kCxVIUD4,34953
|
527
527
|
pulumi_gcp/compute/per_instance_config.py,sha256=Mm9mcwW8UYikOQ_4aEpZTn9MeYhgBSmvpPXAQ2-KEtQ,38363
|
528
528
|
pulumi_gcp/compute/project_cloud_armor_tier.py,sha256=Oy_B24uxg0sATxqHAY7S4ZrFwXU-wNjNGlhHgKRFVyE,13127
|
@@ -532,15 +532,15 @@ pulumi_gcp/compute/project_metadata_item.py,sha256=eT1St_bXay_4W6EVxq_WiAW0cvyJW
|
|
532
532
|
pulumi_gcp/compute/public_advertised_prefix.py,sha256=dRedpRyCozumeQcabM7AlNu9POscfvF6SjFtk0dpy-g,21738
|
533
533
|
pulumi_gcp/compute/public_delegated_prefix.py,sha256=Ka8zA9wZRNexfVJd-wIOR-19bD2_mlQu70AJTTtkEwk,26532
|
534
534
|
pulumi_gcp/compute/region_autoscaler.py,sha256=YlQtrK6aRRlqJ3l4JoaJ26sGyOiHe1C21L6cNSoUVqc,29527
|
535
|
-
pulumi_gcp/compute/region_backend_service.py,sha256=
|
535
|
+
pulumi_gcp/compute/region_backend_service.py,sha256=uuSJgHbqqezF0ScbZywJo4lYT4ZDO8Kg42x5iGHaU8k,143060
|
536
536
|
pulumi_gcp/compute/region_backend_service_iam_binding.py,sha256=cx2j4cRqRISX2nwFuggkit5Kq0jBqRYBSJZNuxdeSuY,35913
|
537
537
|
pulumi_gcp/compute/region_backend_service_iam_member.py,sha256=CwuurtGpEqdVyE8LWSpRLr2ORKSBXGEVpjXe0dfiwcc,35508
|
538
538
|
pulumi_gcp/compute/region_backend_service_iam_policy.py,sha256=gjg5HOOcLBNWHU9QxXPd528ef8x22eDchZk7Jp9MSHw,20481
|
539
539
|
pulumi_gcp/compute/region_commitment.py,sha256=5H2Fagv2cDtzBf1TAzCLuK7eQWF4atITL23x6tDVOOA,50192
|
540
540
|
pulumi_gcp/compute/region_disk.py,sha256=QKLjdKsRSlz0a8TnBte43MpdHLCikTs2XSllhv1lqGc,94643
|
541
|
-
pulumi_gcp/compute/region_disk_iam_binding.py,sha256=
|
542
|
-
pulumi_gcp/compute/region_disk_iam_member.py,sha256=
|
543
|
-
pulumi_gcp/compute/region_disk_iam_policy.py,sha256=
|
541
|
+
pulumi_gcp/compute/region_disk_iam_binding.py,sha256=lj5cueULRkwA8oLh7S2sbOAnkCnxO9sX29ccGvrHduQ,37440
|
542
|
+
pulumi_gcp/compute/region_disk_iam_member.py,sha256=KXBD8LaVvyrYXpLxYhxZFfY-sVm_ZjWgnhOxBi5mNlQ,37041
|
543
|
+
pulumi_gcp/compute/region_disk_iam_policy.py,sha256=y2fIPxa5n9Pb9N8z_wa9spyUpkK7Ruty7EQkwsZA2PU,23772
|
544
544
|
pulumi_gcp/compute/region_disk_resource_policy_attachment.py,sha256=wzzqkzlZ7G7Uv6UBazi2hwu9zE9w7JqZERP8Kcpx2qY,18725
|
545
545
|
pulumi_gcp/compute/region_health_check.py,sha256=dhYxMmJI5rAKFpqcmkijC_0LeIe3t2KhpoAFdtPd0R8,69929
|
546
546
|
pulumi_gcp/compute/region_instance_group_manager.py,sha256=W8cqR2bxIcCBSC2ef1Y7vEFlMqfPkUSQYbbSb3ONXbI,116972
|
@@ -553,7 +553,7 @@ pulumi_gcp/compute/region_network_firewall_policy_rule.py,sha256=0zQBqZiKI5q0JqU
|
|
553
553
|
pulumi_gcp/compute/region_per_instance_config.py,sha256=wh7EfcWv_I2_8uLowVWrFXXCCz__DgQnnoYISHjUsec,39772
|
554
554
|
pulumi_gcp/compute/region_security_policy.py,sha256=2ZuNoJcT3o0-5r31xn9L57UYvOrMTviAUVKt3fFpmm0,43977
|
555
555
|
pulumi_gcp/compute/region_security_policy_rule.py,sha256=9FNnT4rG8aiPJ66T2c02S-W4uBP2xdj_tRXWUNBBu5M,67899
|
556
|
-
pulumi_gcp/compute/region_ssl_certificate.py,sha256=
|
556
|
+
pulumi_gcp/compute/region_ssl_certificate.py,sha256=R92RPVKe_swdfrQfQXTOkMghpVP_tRd7EtCzDca32Rw,32468
|
557
557
|
pulumi_gcp/compute/region_ssl_policy.py,sha256=U5HN89-oHnOs3XI2S5NBo-paZ6vUCQOKuNRvFxU_o3w,38410
|
558
558
|
pulumi_gcp/compute/region_target_http_proxy.py,sha256=jmR2A__UMysld8HSYIItFmhEjnf9zl2zhHSdoE4ePsg,28310
|
559
559
|
pulumi_gcp/compute/region_target_https_proxy.py,sha256=_e2o7N4T3TVQVPCQkywyI0lmIS-qEzrIM557KhNRK3U,56914
|
@@ -577,7 +577,7 @@ pulumi_gcp/compute/snapshot.py,sha256=Iz4CoHDAzGWVD7rsJa1nN6TMJ52lyOgWca4_CzjprI
|
|
577
577
|
pulumi_gcp/compute/snapshot_iam_binding.py,sha256=UHdm5yxj29TKnUfS8BsJzeFEICtJR3Mw-9028UjrzM8,35948
|
578
578
|
pulumi_gcp/compute/snapshot_iam_member.py,sha256=S2_217Bi-Ztn-WMGVvquRDRHh8EcmvwHMNG9RVdmEe4,35549
|
579
579
|
pulumi_gcp/compute/snapshot_iam_policy.py,sha256=i3gAeJMxFsTd1-uqUi1Q28PHbCbLJCyBsKc9DKogMR4,22278
|
580
|
-
pulumi_gcp/compute/ssl_certificate.py,sha256=
|
580
|
+
pulumi_gcp/compute/ssl_certificate.py,sha256=8-McuvV2gitduM6u6CWXW-AdIf4N-ZgNtniRGFHsUUY,29404
|
581
581
|
pulumi_gcp/compute/ssl_policy.py,sha256=Dij4lvB16hPe9yC-DpldUrAakKnjit4mY8ybxCWsXdw,38383
|
582
582
|
pulumi_gcp/compute/subnetwork.py,sha256=U4QJXH9FvxOlWPeQAfldZLNpTd2_AEZFf8LFZoJwJoU,86028
|
583
583
|
pulumi_gcp/compute/subnetwork_iam_binding.py,sha256=4RrwekXhAaOF4u69mGW016dS8z7-nwjUxfL6KM24GzA,53614
|
@@ -585,12 +585,12 @@ pulumi_gcp/compute/subnetwork_iam_member.py,sha256=nOgmlqP8GBuf43L5on6JSvnmasFrd
|
|
585
585
|
pulumi_gcp/compute/subnetwork_iam_policy.py,sha256=HzY2WAKkgu_Ituw9PDFJtxBdPIaqrYtee3ZnvhEjDH0,38442
|
586
586
|
pulumi_gcp/compute/target_grpc_proxy.py,sha256=Td69s0fnSdFc2umoL8ecnBLGHx3Ue_4WFB_dFgFxgo4,38908
|
587
587
|
pulumi_gcp/compute/target_http_proxy.py,sha256=MEtrETnrqlAoAx1wlm1DOj4XAQDZ_ug6X0zZYUI5yIE,35712
|
588
|
-
pulumi_gcp/compute/target_https_proxy.py,sha256=
|
588
|
+
pulumi_gcp/compute/target_https_proxy.py,sha256=dXcdI1aQAgmZkpgKl4OxzOl13jbJFlS2EfjTkeqS4Q0,76055
|
589
589
|
pulumi_gcp/compute/target_instance.py,sha256=VO0HnNr4qt6dGTpgZHS-IAf_w78iTR8e0m4flZrBGsk,40937
|
590
590
|
pulumi_gcp/compute/target_pool.py,sha256=XmIPzU08LnsPWnOGQTW2KB4yWoXbEd18Z1y86ByaRt4,33721
|
591
591
|
pulumi_gcp/compute/target_ssl_proxy.py,sha256=fh1-dkUwxcmhzFjjh5FRZAiA3MJIphuYOrja-6CVTfc,36602
|
592
592
|
pulumi_gcp/compute/target_tcp_proxy.py,sha256=pvoL9889G37JJo2DYhA9IzVcpLH9R_tH54tQxiKaTz4,28102
|
593
|
-
pulumi_gcp/compute/url_map.py,sha256=
|
593
|
+
pulumi_gcp/compute/url_map.py,sha256=5_znVG6CG0tZqnJGCTz2UOIf2Eb9lvW3VloyPAj6wSs,89808
|
594
594
|
pulumi_gcp/compute/vpn_gateway.py,sha256=b2wYaaS9upuWhm1wmk4WWwdWoHSHlIvaiOiRfqoXKf4,26198
|
595
595
|
pulumi_gcp/compute/vpn_tunnel.py,sha256=-GIGPHcB2bTFNgJhV_kaJEzoJOcs5oiAw6zaRES7UdY,71020
|
596
596
|
pulumi_gcp/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
@@ -600,11 +600,11 @@ pulumi_gcp/config/vars.py,sha256=sQ4XTZK0wPYmdCKrosTG24gqEcKeeoei_QQwHeVFjb4,240
|
|
600
600
|
pulumi_gcp/container/__init__.py,sha256=KbuEacj9tsLxH3rVHSnPd3VtGOOnpdgVgv-Fq0o_Ll4,845
|
601
601
|
pulumi_gcp/container/_inputs.py,sha256=jlgphia_cfkWRttYCtNGZF-78hm2mspHoA4SFEsX4SE,885312
|
602
602
|
pulumi_gcp/container/attached_cluster.py,sha256=eW1dhZevG_w-EV4dHJejfBS58Uoh2LBDnHYVyOkN_vk,70861
|
603
|
-
pulumi_gcp/container/aws_cluster.py,sha256=
|
604
|
-
pulumi_gcp/container/aws_node_pool.py,sha256=
|
605
|
-
pulumi_gcp/container/azure_client.py,sha256=
|
606
|
-
pulumi_gcp/container/azure_cluster.py,sha256=
|
607
|
-
pulumi_gcp/container/azure_node_pool.py,sha256=
|
603
|
+
pulumi_gcp/container/aws_cluster.py,sha256=FGI9MCZTZJj0eJiQSl0m40PRBpNb9ue3CmjjA2IMxUI,68470
|
604
|
+
pulumi_gcp/container/aws_node_pool.py,sha256=bKDfbBQVucSWY_q1Xov3-yVXjWjDoBqs46vDCd8BEWE,76523
|
605
|
+
pulumi_gcp/container/azure_client.py,sha256=gvdYIur6fW2gplWklkb28Rq6rQHUJne3TlkIDUciYEw,20174
|
606
|
+
pulumi_gcp/container/azure_cluster.py,sha256=laT0TUVtsIaqMBvCRPfEU1xAuCK1AmZZcyWtNf1QiKw,69085
|
607
|
+
pulumi_gcp/container/azure_node_pool.py,sha256=soP1NDEoKDLxr7RJqjoMka8VT7fixv1gd2MzFmOwbpM,56337
|
608
608
|
pulumi_gcp/container/cluster.py,sha256=vvUe-B85Xvx6-XKHzePfU-4HMDivZu4Mk0Y4OBnEmBM,291917
|
609
609
|
pulumi_gcp/container/get_attached_install_manifest.py,sha256=Knzch2p6acAM6HM61HfH7ms2UkZeYhYJ2lQMkOKanm0,7128
|
610
610
|
pulumi_gcp/container/get_attached_versions.py,sha256=WA1WJ4W-hmonpazM1Wd5iFtyQyAkjpxUP7E1kO87WbY,5049
|
@@ -673,10 +673,10 @@ pulumi_gcp/dataform/repository_iam_policy.py,sha256=HdhNzSUtasMR3rECpQ1Hat3adU81
|
|
673
673
|
pulumi_gcp/dataform/repository_release_config.py,sha256=d5W0mjfJFzIUbLhf0KfmDrdY74LXWX1xm-6OMWEr9vE,33035
|
674
674
|
pulumi_gcp/dataform/repository_workflow_config.py,sha256=ZKgEJA2RjvMoprkisblWze9qhUvUMZHheOasiQ051bY,35432
|
675
675
|
pulumi_gcp/datafusion/__init__.py,sha256=Ai56VHujIogrsXwXCE2f8so6I78uHxQKWXJqCe_LIQc,377
|
676
|
-
pulumi_gcp/datafusion/_inputs.py,sha256=
|
676
|
+
pulumi_gcp/datafusion/_inputs.py,sha256=AXCUktBGyAAxAgxWzfz549B5nYDn041YaJ9B1mvdf_g,8345
|
677
677
|
pulumi_gcp/datafusion/get_instance_iam_policy.py,sha256=RGHyZQZQOYa5vgZhGfHuFrJB_j5fQQnbirRcUlfNGuQ,6836
|
678
|
-
pulumi_gcp/datafusion/instance.py,sha256=
|
679
|
-
pulumi_gcp/datafusion/outputs.py,sha256=
|
678
|
+
pulumi_gcp/datafusion/instance.py,sha256=Qx5k6DHfOwyCkRVNdw2wikpAHGykZAjOMemqUFksDsA,89125
|
679
|
+
pulumi_gcp/datafusion/outputs.py,sha256=2-K48SXn0JlNw1SE_bbG0tKrNMxiNujn_YVgwhcuaTI,6760
|
680
680
|
pulumi_gcp/dataloss/__init__.py,sha256=Wo-OVOfvJPKnJF9WXCiV2UvosEqkrKuq2xg0MSV-6rk,527
|
681
681
|
pulumi_gcp/dataloss/_inputs.py,sha256=i89PE-FGK9zhsswQxIFymy_w68Z5yiiVfFV9D2NsYKo,1428759
|
682
682
|
pulumi_gcp/dataloss/outputs.py,sha256=hjEnIYp59F4yAeGa4hv7o1IzLDFU62wf6x1Uc9pbB_k,1007073
|
@@ -917,9 +917,9 @@ pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py,sha256=SdWoRLv5DS_RnCO8hhmCE9
|
|
917
917
|
pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py,sha256=8X-hl2mJAaYwWgpCnOsWFJkghRNtBOPkfF59tEl9UTs,6916
|
918
918
|
pulumi_gcp/gkebackup/outputs.py,sha256=SnRuXa1Ge7MUHL3vt53q94Iau4PSW57v5sY9FiICiRc,89304
|
919
919
|
pulumi_gcp/gkebackup/restore_plan.py,sha256=sC-3LVorkCirPg8PNrKsVvmgjFDPYy4JbEeMFYkPjYg,68224
|
920
|
-
pulumi_gcp/gkebackup/restore_plan_iam_binding.py,sha256=
|
921
|
-
pulumi_gcp/gkebackup/restore_plan_iam_member.py,sha256=
|
922
|
-
pulumi_gcp/gkebackup/restore_plan_iam_policy.py,sha256=
|
920
|
+
pulumi_gcp/gkebackup/restore_plan_iam_binding.py,sha256=YH1IYmvxucHQiOrYx8jeaoQrlgoFO6vN7_kl700n-qI,52609
|
921
|
+
pulumi_gcp/gkebackup/restore_plan_iam_member.py,sha256=uFqTuhJKtdn9P5wD1MdyzfXpH5EFeKYkxUs-bEMMckM,52310
|
922
|
+
pulumi_gcp/gkebackup/restore_plan_iam_policy.py,sha256=dx_JHEeKC5IXl-6bOGtoZUJ4fgwz-jMYfITFWMgtypg,49557
|
923
923
|
pulumi_gcp/gkehub/__init__.py,sha256=iLb4Z8dfMN3lOqheVhtE2RRRRbx_I32y5BCU_AqNwyI,1008
|
924
924
|
pulumi_gcp/gkehub/_inputs.py,sha256=rFzVAr1h7KjGlAfNc0ypGr2RBZ0Z7U6fzIsjUCBgjOc,213919
|
925
925
|
pulumi_gcp/gkehub/feature.py,sha256=GRnuG00Y7NgoiV3uuoCEBaf7LwmB0GdzpVODV96mGh4,52947
|
@@ -953,12 +953,12 @@ pulumi_gcp/gkeonprem/outputs.py,sha256=__rzqA6CUWnNzatbU5qPx0kTOw0KDWfjgJPKO36e4
|
|
953
953
|
pulumi_gcp/gkeonprem/v_mware_cluster.py,sha256=ywkzSThJPgJPDlThk1zD208W_6CZDdE3CBotrBLQOMA,96095
|
954
954
|
pulumi_gcp/gkeonprem/v_mware_node_pool.py,sha256=YIuNQz2I4tcv4h0EKpwQgFtfG-uWN7qS9Rc-CAhEBTQ,43595
|
955
955
|
pulumi_gcp/healthcare/__init__.py,sha256=va96glIWoYUrqVJFXE5I-k0g4vXw3qTjwMD7qWY0J9E,1212
|
956
|
-
pulumi_gcp/healthcare/_inputs.py,sha256=
|
956
|
+
pulumi_gcp/healthcare/_inputs.py,sha256=dCfTFrovfaw9PEcIU6uoX2pHmBau7h3EoMWvrHk7yKQ,61187
|
957
957
|
pulumi_gcp/healthcare/consent_store.py,sha256=qdJBG9CUl82mt-MyW0pxsoHiTLBs_DBys4EHG6jQ2xI,32722
|
958
958
|
pulumi_gcp/healthcare/consent_store_iam_binding.py,sha256=Mtk5dk4KjUy2yXbLpGFoUmKOuQJCU1Tq0MdW-D9aAqs,36783
|
959
959
|
pulumi_gcp/healthcare/consent_store_iam_member.py,sha256=LZun5ZVcWSoyXR-ZQbOFAiV4U_fTVVhSa-Ca9lRpLtI,36384
|
960
960
|
pulumi_gcp/healthcare/consent_store_iam_policy.py,sha256=2G8MZJrYmO_nqxPJrS1t9-6hbi4KqkJoLpIJuFq2yxs,23012
|
961
|
-
pulumi_gcp/healthcare/dataset.py,sha256=
|
961
|
+
pulumi_gcp/healthcare/dataset.py,sha256=TRwmjYDd3vMk5DLlqN_jI4zom5NVYOnCjVuphGgZBU8,17127
|
962
962
|
pulumi_gcp/healthcare/dataset_iam_binding.py,sha256=wXRNDwFI8mk6_zHlaYsUGCWqaWD56cGCIVcb75fLRFg,29197
|
963
963
|
pulumi_gcp/healthcare/dataset_iam_member.py,sha256=cVL5kAKFH9AW-ZyNaG0iie87MSOokNCadZ14bpxEAbY,28806
|
964
964
|
pulumi_gcp/healthcare/dataset_iam_policy.py,sha256=NVg9iOUCJN9wWRkAKAJVf_P7Sm7tcbtdkM8DnOuUT04,18054
|
@@ -979,7 +979,7 @@ pulumi_gcp/healthcare/hl7_store.py,sha256=dZr-mZ9DR-LkSUB94ulkejj0biagcR6c64ThhJ
|
|
979
979
|
pulumi_gcp/healthcare/hl7_store_iam_binding.py,sha256=rl5I5C-AeSms5vYasd95KmtbSb0UDLA7EuWbVhXLKJo,30192
|
980
980
|
pulumi_gcp/healthcare/hl7_store_iam_member.py,sha256=RL6DFJQ9L7MSU9hPL9ROttMY8D4U_h-CN70aUrj_TLA,29801
|
981
981
|
pulumi_gcp/healthcare/hl7_store_iam_policy.py,sha256=xICIAj8XsyisSs69lyGaA4yNob5C5yZfHaJbfoDCi_8,19029
|
982
|
-
pulumi_gcp/healthcare/outputs.py,sha256=
|
982
|
+
pulumi_gcp/healthcare/outputs.py,sha256=EgryYFZf4agz45IHzwqdKsS0wLmiHHKSfNkeYYOEn0g,43733
|
983
983
|
pulumi_gcp/iam/__init__.py,sha256=DTMTmz46DH_NNBCZcIJA7shNoyIowB4nkQP2D0d7JY8,690
|
984
984
|
pulumi_gcp/iam/_inputs.py,sha256=_YY5wRSVU5fOwa_lVULyIgnqrSx27eUQxwEUTnl8OEY,72833
|
985
985
|
pulumi_gcp/iam/access_boundary_policy.py,sha256=Ih5OIcKv-9So0VF11txViacGlq98X2cBSgMyzG-DfaY,18953
|
@@ -1042,7 +1042,7 @@ pulumi_gcp/iap/web_type_compute_iam_member.py,sha256=U-BYbtCsiqeqU3u1q6y_otLnNXv
|
|
1042
1042
|
pulumi_gcp/iap/web_type_compute_iam_policy.py,sha256=V8DyxDvD5dHdoS0wXk5Ebl0oxb7lBwI_t1r7C0lGI5A,28499
|
1043
1043
|
pulumi_gcp/identityplatform/__init__.py,sha256=8r0bx-utrXyKc6FKZOrptK3jcY4agCIzA185iAzmnWY,639
|
1044
1044
|
pulumi_gcp/identityplatform/_inputs.py,sha256=55uv_27M8mGGR64ht1O57-U2J3aYq1sPazviArv0Ggw,90608
|
1045
|
-
pulumi_gcp/identityplatform/config.py,sha256=
|
1045
|
+
pulumi_gcp/identityplatform/config.py,sha256=gfE6C-h6KiXpxf1hTSsG-ko-IrJbd7z1xX4_fvhSaiE,42034
|
1046
1046
|
pulumi_gcp/identityplatform/default_supported_idp_config.py,sha256=JkzKQGRL85mhJGENWm0oPz2R3Fe-Zttx5k1TNUMpmn0,20009
|
1047
1047
|
pulumi_gcp/identityplatform/inbound_saml_config.py,sha256=t_iptBUVL_7T15ImK2MV5H-syOT0-C4lN79cK_iNOxI,23064
|
1048
1048
|
pulumi_gcp/identityplatform/oauth_idp_config.py,sha256=WVnU9I74MfLZj8Kui8vzYkYwB5yFHYKtgkRcnb_vscI,20724
|
@@ -1085,10 +1085,10 @@ pulumi_gcp/kms/outputs.py,sha256=aiW9UnbSDe4bAbBwKyUdmWUUd3nzPQn_jt467tfH9tA,407
|
|
1085
1085
|
pulumi_gcp/kms/secret_ciphertext.py,sha256=hqJ8mxaNgvUjK-22kC7wMgaJ0_db7Q1ZA2trTkppB8E,18437
|
1086
1086
|
pulumi_gcp/logging/__init__.py,sha256=geeUtRUgWxqy9-jxzVl03xDU0aFBKjz3WvFArJ8RE4E,1208
|
1087
1087
|
pulumi_gcp/logging/_inputs.py,sha256=S7yZLLsSkJQB7H4t_liptp8bEKdBL8a-a_nPi9TV-Gk,101360
|
1088
|
-
pulumi_gcp/logging/billing_account_bucket_config.py,sha256=
|
1088
|
+
pulumi_gcp/logging/billing_account_bucket_config.py,sha256=fySzZkMcWXc756Ig2mKisOTBAlWPhYWUEYqtc2IaT2U,30894
|
1089
1089
|
pulumi_gcp/logging/billing_account_exclusion.py,sha256=3KCCsIjhoM5ImsATVRMJ0vxBJGTfou4r851P_zfrbwk,16826
|
1090
1090
|
pulumi_gcp/logging/billing_account_sink.py,sha256=DRL4VyyAYAAbsSeoi2C6W54RnfEyN4-0YctndVFmvUk,33917
|
1091
|
-
pulumi_gcp/logging/folder_bucket_config.py,sha256=
|
1091
|
+
pulumi_gcp/logging/folder_bucket_config.py,sha256=nCyjQGtEIZRQBuuRLpKuBLS8I33A7VM5Y5HeImURhoM,30185
|
1092
1092
|
pulumi_gcp/logging/folder_exclusion.py,sha256=Cd7mSDgBmVgvM2jhkSYVl2tT278BPr9NEeO_r8hxbNI,17752
|
1093
1093
|
pulumi_gcp/logging/folder_settings.py,sha256=i_9xRHmC9Cat4rjaW_jgjxAG8mkW2q4ciVc4X76g8tY,22768
|
1094
1094
|
pulumi_gcp/logging/folder_sink.py,sha256=9bs4PTgSzahT9KFEo5jrdTTmFbRWASRLBgkJ7DL1I_8,40386
|
@@ -1104,7 +1104,7 @@ pulumi_gcp/logging/log_view_iam_binding.py,sha256=qT_x3fRmoTaq4OPAQIByUuS2VCaWmy
|
|
1104
1104
|
pulumi_gcp/logging/log_view_iam_member.py,sha256=Lps_jfVo7buxYK5UpnTvab9OrUKhbuguFBROcFQtDB0,35372
|
1105
1105
|
pulumi_gcp/logging/log_view_iam_policy.py,sha256=S5Q8jODWkT0-ox_-_e8LNIimJRJzglLXqVjdxQMphHM,20683
|
1106
1106
|
pulumi_gcp/logging/metric.py,sha256=7guIP6SzhJyedai7RonMjOImDQPT-Z3wMRPP6PrFVio,49891
|
1107
|
-
pulumi_gcp/logging/organization_bucket_config.py,sha256=
|
1107
|
+
pulumi_gcp/logging/organization_bucket_config.py,sha256=zX91KbGMQ4gbGhb__0435bPJvKbUF8WSzeRpHKqIP3o,31129
|
1108
1108
|
pulumi_gcp/logging/organization_exclusion.py,sha256=Ci7ZcC-mkH57-BlR0F-MYNcWULyVeFNtwG2nO3tTCWw,17265
|
1109
1109
|
pulumi_gcp/logging/organization_settings.py,sha256=c-sSxT3lRMpus2TuN2KL29ySenCxMQfvtRFVoiat5H0,23029
|
1110
1110
|
pulumi_gcp/logging/organization_sink.py,sha256=grj7zkx0_Q_Uz_s-r3mZ0BrgZ8bes4Prqga0qkbJNWo,40325
|
@@ -1135,7 +1135,7 @@ pulumi_gcp/ml/_inputs.py,sha256=LtFMoYwKzLFDoqy2mClKAcJFg8KMZsp5v03Hi3zAU1k,1497
|
|
1135
1135
|
pulumi_gcp/ml/engine_model.py,sha256=igaNfQ0qkyEy1lDtRBL0BMztXBANRUbyOvp8pfovhtY,32834
|
1136
1136
|
pulumi_gcp/ml/outputs.py,sha256=Q8xDYQnGbsW-YK4BRIY0Dw8W1OrRDggq5JJWudVnsCc,1024
|
1137
1137
|
pulumi_gcp/monitoring/__init__.py,sha256=1cI0rZIKXXI9cskEGKyeR7oSm1Kwkaafyp0RIXnXyZA,876
|
1138
|
-
pulumi_gcp/monitoring/_inputs.py,sha256=
|
1138
|
+
pulumi_gcp/monitoring/_inputs.py,sha256=4Vu2U5O5axMY5kLBepkAQkqsqRuvn489UPnIGMC-A9U,276763
|
1139
1139
|
pulumi_gcp/monitoring/alert_policy.py,sha256=vvfXWb7tcV2dRU0kyCY-KzojkaML9DPyHhmZn-6a6ao,51863
|
1140
1140
|
pulumi_gcp/monitoring/custom_service.py,sha256=5WulJ9sRofDvsvVa8PoOHnKnnWMPj2bwwbtWNy-YilU,23096
|
1141
1141
|
pulumi_gcp/monitoring/dashboard.py,sha256=MZjJlaYRkriv8eqwvSbfT_WBMA7BCctkvoVgBu0PQL8,15973
|
@@ -1151,7 +1151,7 @@ pulumi_gcp/monitoring/group.py,sha256=1gdUvGT5cnTCdeZnIKXOE9Mj-4UWBgjaFC4bqLxBq8
|
|
1151
1151
|
pulumi_gcp/monitoring/metric_descriptor.py,sha256=iXHSDIHT8njaIhH0rvlz5daiDb2VpNE-F0Hdy6sz_W0,53588
|
1152
1152
|
pulumi_gcp/monitoring/monitored_project.py,sha256=S0ioT9VqO840O-KUUbY0km3Bfq4EJ8URliXusi-tx-4,14701
|
1153
1153
|
pulumi_gcp/monitoring/notification_channel.py,sha256=hn2_YN8js_pxIpJ4Wa4ObaTBDNtJ4Nr6wghBJYo8MBA,54382
|
1154
|
-
pulumi_gcp/monitoring/outputs.py,sha256=
|
1154
|
+
pulumi_gcp/monitoring/outputs.py,sha256=djDEV84-WYHgKCDKOTmPChGe3vHuIc8MjToAFFycCw4,205349
|
1155
1155
|
pulumi_gcp/monitoring/slo.py,sha256=NVRp-LzIFgqfxfcXy5PkBxMfRvg4SQBG8QhyNw5A-1I,57792
|
1156
1156
|
pulumi_gcp/monitoring/uptime_check_config.py,sha256=tC9fcy58zGTvyBdNh2ghqVh2ez2tbVW20FRo7eDOjDg,64839
|
1157
1157
|
pulumi_gcp/netapp/__init__.py,sha256=a2WASorZqaGWZpZUn9UzQl7ZtDmRg7bBrzy8P1Si_38,565
|
@@ -1182,8 +1182,8 @@ pulumi_gcp/networkmanagement/outputs.py,sha256=S_p_1NTf8yzlLWHKp49bYAc-stQhqZrfX
|
|
1182
1182
|
pulumi_gcp/networksecurity/__init__.py,sha256=evanJKFfV7GrWtQyuwa58kdN4irExsLXleExvS6ZViQ,902
|
1183
1183
|
pulumi_gcp/networksecurity/_inputs.py,sha256=ppthMUDoZDjJVy6vC6Qe9VpjSjhToiaKUKb4Ew_F3Zk,60812
|
1184
1184
|
pulumi_gcp/networksecurity/address_group.py,sha256=BzswvF2dS2avg4pk_-JfKD_2FrJXRRmmLE6sTbxNWok,34408
|
1185
|
-
pulumi_gcp/networksecurity/address_group_iam_binding.py,sha256=
|
1186
|
-
pulumi_gcp/networksecurity/address_group_iam_member.py,sha256=
|
1185
|
+
pulumi_gcp/networksecurity/address_group_iam_binding.py,sha256=ccYF_WOxkKUYlaNKHGPuGXxnHFqBReVBfq_ZPmsuLC0,12836
|
1186
|
+
pulumi_gcp/networksecurity/address_group_iam_member.py,sha256=OINhlbzp2DDAdnUWFHSqUvDbcflDKEqMHILWgZMhG1M,12547
|
1187
1187
|
pulumi_gcp/networksecurity/address_group_iam_policy.py,sha256=UGmOPlBLHkvYwQvLzGgD9MS3KzIur6j6ZswnqbKVmDQ,22641
|
1188
1188
|
pulumi_gcp/networksecurity/authorization_policy.py,sha256=dVebFfWcJ_kGxGlhDzGYQX7bGIo1GUqNN3LJge1zGSE,34109
|
1189
1189
|
pulumi_gcp/networksecurity/client_tls_policy.py,sha256=QRlNohQAg2o8Na1dj7A5wl5m92oMmmsgB0W1lxEna8w,36812
|
@@ -1362,9 +1362,9 @@ pulumi_gcp/securitycenter/_inputs.py,sha256=FRgRyjIUPHlUDuo94SV1P-D6KSHRDIbOR1Ck
|
|
1362
1362
|
pulumi_gcp/securitycenter/event_threat_detection_custom_module.py,sha256=DH-KVk5g4wRQKL57tx5CUiIeRyduvi810lUvKm3JDVE,23370
|
1363
1363
|
pulumi_gcp/securitycenter/folder_custom_module.py,sha256=qxUHmUxQiGgz4naWnF2wOAAQEXFFuEJJR64TeqO7boI,30938
|
1364
1364
|
pulumi_gcp/securitycenter/get_source_iam_policy.py,sha256=hBWEv_U56nqihk6EaInRoy8WveRNTd6mFMQJqmjtlAg,4875
|
1365
|
-
pulumi_gcp/securitycenter/instance_iam_binding.py,sha256=
|
1366
|
-
pulumi_gcp/securitycenter/instance_iam_member.py,sha256=
|
1367
|
-
pulumi_gcp/securitycenter/instance_iam_policy.py,sha256=
|
1365
|
+
pulumi_gcp/securitycenter/instance_iam_binding.py,sha256=DBNnZc1QWvIif7rv_pOwliRqqH0WipwFotCs-PBu_PE,25122
|
1366
|
+
pulumi_gcp/securitycenter/instance_iam_member.py,sha256=sGC931yI_q-UflYn2T4rbQzhH3c48ito4r1xcG9AZRQ,24819
|
1367
|
+
pulumi_gcp/securitycenter/instance_iam_policy.py,sha256=mTFDh-YhOfZxwdu_vVxLzkSx31eFRsdR4SxYMfEAwlc,22105
|
1368
1368
|
pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py,sha256=9mgop7HmT3nKo-sMMNcDRf_EcAfaUjHIxcfc9gis8nI,35782
|
1369
1369
|
pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py,sha256=msYCUSvEEom_6kzOTrXevxDbk21r1EhIpoo1vP1Va6w,26330
|
1370
1370
|
pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py,sha256=8ISNDiQCi-CbuWmq7x6rs_Vnj705ZurQEFkX4Ktyzm4,35966
|
@@ -1424,9 +1424,9 @@ pulumi_gcp/sourcerepo/get_repository.py,sha256=xS3Gq5Bb8ruznNB1pkiae04L4py6vIZMr
|
|
1424
1424
|
pulumi_gcp/sourcerepo/get_repository_iam_policy.py,sha256=OpPFXRhfQ6LwmRqKzRFISfuYfGtPqTe3uFXL76Brf_4,5621
|
1425
1425
|
pulumi_gcp/sourcerepo/outputs.py,sha256=Bu67G10cIIpmF_chcKIWJji7cSZi5PFDIyVGuO_RnFU,7521
|
1426
1426
|
pulumi_gcp/sourcerepo/repository.py,sha256=_NYuaZfhcN78aRLplg-Bkc9HfL7XqItCbZW0AtFH1h4,17798
|
1427
|
-
pulumi_gcp/sourcerepo/repository_iam_binding.py,sha256=
|
1428
|
-
pulumi_gcp/sourcerepo/repository_iam_member.py,sha256=
|
1429
|
-
pulumi_gcp/sourcerepo/repository_iam_policy.py,sha256=
|
1427
|
+
pulumi_gcp/sourcerepo/repository_iam_binding.py,sha256=Dn4UhXPMMknh7olOS-rjDDy5r-f0nhJZ77Kcrcel3kQ,35260
|
1428
|
+
pulumi_gcp/sourcerepo/repository_iam_member.py,sha256=B2j0efcnpDCfHZNEEo7y1emwc7SWANoG4Z9ko_bKmuY,34861
|
1429
|
+
pulumi_gcp/sourcerepo/repository_iam_policy.py,sha256=uXwig3rXxecZY-cKo2YK1ZxVPdgLWXGs2jasl8gYWpw,21592
|
1430
1430
|
pulumi_gcp/spanner/__init__.py,sha256=YRjgmakZmbihAsYx4EUFZwQ3CuV7g6lxVJrmx9ugvOk,711
|
1431
1431
|
pulumi_gcp/spanner/_inputs.py,sha256=VVODzHECUJIXibYUHsNxFE5v3XrwyL3w2-uAoWVjpX8,25368
|
1432
1432
|
pulumi_gcp/spanner/database.py,sha256=URSpu8ZQ9vpCoHh5_ruRUlZ-IQfRQxIYvrlYDQiNSMg,36317
|
@@ -1458,8 +1458,8 @@ pulumi_gcp/sql/outputs.py,sha256=s8HJOjHgWs7RGEKhKN10KEVug6Dpg-TwD9EWcSzZQ8A,224
|
|
1458
1458
|
pulumi_gcp/sql/source_representation_instance.py,sha256=DPiM7r4DyffRwMBz-GAMprqHCUeFT6Q35OCQYTWr0qU,38582
|
1459
1459
|
pulumi_gcp/sql/ssl_cert.py,sha256=CkH8XDVoKyiutBTNkQof8fe_-yvrwESCM81qApEZ7mc,21976
|
1460
1460
|
pulumi_gcp/sql/user.py,sha256=qDHCFqZzR3Kbbpn-SURYx4CGxV2zrBd3eEtZ9vMFePI,37091
|
1461
|
-
pulumi_gcp/storage/__init__.py,sha256=
|
1462
|
-
pulumi_gcp/storage/_inputs.py,sha256=
|
1461
|
+
pulumi_gcp/storage/__init__.py,sha256=Gm60lMdHQYev7PP_yyZemd54wvj5UqVPAM2YKZyQXsk,1204
|
1462
|
+
pulumi_gcp/storage/_inputs.py,sha256=DfAx91XMyOiO7PCecbIvnKiVbPQls13f8rsTUmFTyvQ,160399
|
1463
1463
|
pulumi_gcp/storage/bucket.py,sha256=GWeoTl8Ke7D_cQIywwuJwXzMNxtJOjvlPDfRmb5pq9E,86082
|
1464
1464
|
pulumi_gcp/storage/bucket_access_control.py,sha256=wQJ2LWiv2KzECXws1vLKL50CMy29PjJJkXJKk1HUYu8,19873
|
1465
1465
|
pulumi_gcp/storage/bucket_acl.py,sha256=X364is_MLJQKOsQMj5YQUneDXVHEvE5VDtzfUlyihZA,17262
|
@@ -1475,21 +1475,16 @@ pulumi_gcp/storage/get_bucket_object.py,sha256=jof7PZyQZyR7Fjizfb3GsO7Sm5p9KRVLq
|
|
1475
1475
|
pulumi_gcp/storage/get_bucket_object_content.py,sha256=nc1JemYcYuAQMPXYPCxlSinuRUMF_fFglHPl0rED0A0,14538
|
1476
1476
|
pulumi_gcp/storage/get_bucket_objects.py,sha256=qMaWeWd8LtkKJfEN3k8TcAIFMTZbMX0iXb0HGrawIM0,5835
|
1477
1477
|
pulumi_gcp/storage/get_buckets.py,sha256=kpbTXjhvJXantojn49bvXcDkqdb_BHHgSFdIvrc1rmw,4693
|
1478
|
-
pulumi_gcp/storage/get_managed_folder_iam_policy.py,sha256=sSXS0IV6zrUhC5DBogtBA8vQQn0RogNlTZH9kyxwoYc,4380
|
1479
1478
|
pulumi_gcp/storage/get_object_signed_url.py,sha256=060sR3jnoV07Xl64XTitmie65GjEs6cWZZ7W5QWpqiM,13893
|
1480
1479
|
pulumi_gcp/storage/get_project_service_account.py,sha256=A1k7ZTFgYiyOTvAK1ziSyu1c-ODPU180pY9YDF2BXHA,12987
|
1481
1480
|
pulumi_gcp/storage/get_transfer_project_service_account.py,sha256=Vi3nrQxtW-74RQS4AFKAWuDkXNq0_yOgZKJpH7wHq3U,5252
|
1482
1481
|
pulumi_gcp/storage/get_transfer_project_servie_account.py,sha256=C5bul7Fe1czaIk80JrLTTlPEToF5-F5PsLtc6aHMyPQ,5793
|
1483
1482
|
pulumi_gcp/storage/hmac_key.py,sha256=hdz0rX3IwIzOIkRIv2Kt_chewCn6Ipf9hsrHoBxrm3k,19129
|
1484
1483
|
pulumi_gcp/storage/insights_report_config.py,sha256=c4G8aeBRoNWf56yU7eZ55bt9tUQKGDiWvRiTx6l9oSE,27327
|
1485
|
-
pulumi_gcp/storage/managed_folder.py,sha256=4Kf5zgiovcD4Kkz9LJAPEXmtVP4k0IjTPPNPbRD9C88,16376
|
1486
|
-
pulumi_gcp/storage/managed_folder_iam_binding.py,sha256=eV3auWfvVDXpuNOzk5x4OYjvCbRL6P7O-Jci-4shmQc,45606
|
1487
|
-
pulumi_gcp/storage/managed_folder_iam_member.py,sha256=QvnF88HxZrgn8sK5-w50YMuL1kOoJjHVCcus-SzBgZE,45201
|
1488
|
-
pulumi_gcp/storage/managed_folder_iam_policy.py,sha256=xUfNq7T9RXqZP7NMxb1FQQMVCXM8KRIYUbKN-F9nQjU,30356
|
1489
1484
|
pulumi_gcp/storage/notification.py,sha256=48DXbEQrIKzvmReH7fQETcenEWM3Goikc4nQNMzDsz0,30144
|
1490
1485
|
pulumi_gcp/storage/object_access_control.py,sha256=wgllzt65_7nm-90gL0r_3OC6QCn9I8MLZVSokg5ygpg,24311
|
1491
1486
|
pulumi_gcp/storage/object_acl.py,sha256=bFcg8_R_tvv6q35xJ7SIsl4z419FHpZk2gXXjxEA2Sc,16868
|
1492
|
-
pulumi_gcp/storage/outputs.py,sha256=
|
1487
|
+
pulumi_gcp/storage/outputs.py,sha256=sZQk24qq1lXP9OD0wo3HQ8j0dpuHpJpNoRSVqTLdwNE,152040
|
1493
1488
|
pulumi_gcp/storage/transfer_agent_pool.py,sha256=mt3ZapC2wqvcUHDzytjSWCNPENgrrX56V9GRbGRe_A8,21827
|
1494
1489
|
pulumi_gcp/storage/transfer_job.py,sha256=_cFr3k3LwoGKoCs66mWjI_VtcwQe0IeFYgzaLqWbAZQ,41733
|
1495
1490
|
pulumi_gcp/tags/__init__.py,sha256=73ySnVD68pkwP5R7Mt1eWSGxBu_HYv7XHBbqLaGG3yU,829
|
@@ -1520,7 +1515,7 @@ pulumi_gcp/tpu/node.py,sha256=jpi_ZgXejjnCFZU9Sw3pnxeqf59-3PYj3bQFz5mVog0,50173
|
|
1520
1515
|
pulumi_gcp/tpu/outputs.py,sha256=n9pnO5ye1NaB-A0JP3o0I52-z0NWxR4iJN0FynxoNaQ,19556
|
1521
1516
|
pulumi_gcp/tpu/v2_vm.py,sha256=qdDZH13sp0r7E2UinzTz6ZNUJEZ9cK0BZc2oPkNiiXs,71896
|
1522
1517
|
pulumi_gcp/vertex/__init__.py,sha256=Jd1TvW8y8vguTNphnbv4pWVVZNFrlP5WL_3aRgP7Tmc,1404
|
1523
|
-
pulumi_gcp/vertex/_inputs.py,sha256=
|
1518
|
+
pulumi_gcp/vertex/_inputs.py,sha256=ddyVv4eVNJjs-nxtCyKc8fIXxjRDxf5-gWSn0k3Y4mE,169678
|
1524
1519
|
pulumi_gcp/vertex/ai_dataset.py,sha256=B-9whdEknbVFJMrk19Ds2CSa00GD3UfsG1kdN1GwFmQ,31301
|
1525
1520
|
pulumi_gcp/vertex/ai_deployment_resource_pool.py,sha256=tnjiMGuKwMfHF3Ve_oth2FheB847KdL4WllRlBmpobg,20283
|
1526
1521
|
pulumi_gcp/vertex/ai_endpoint.py,sha256=PNYxAalV9r0DAxvLMPFbeWiKcMU9irWm5eulglFzZVA,49295
|
@@ -1529,7 +1524,7 @@ pulumi_gcp/vertex/ai_endpoint_iam_member.py,sha256=iWFlLeCAyvJKE9aPA-YaGGdJ3aoIe
|
|
1529
1524
|
pulumi_gcp/vertex/ai_endpoint_iam_policy.py,sha256=dDEucjvM1rlbD6qWpFEjS8FgT1lPiiy0eHAjMkOE7Ks,9884
|
1530
1525
|
pulumi_gcp/vertex/ai_feature_group.py,sha256=CAR7BJzyPyA8czDb1LcZFAVTRYH8JOiFnFI9mctolfM,32453
|
1531
1526
|
pulumi_gcp/vertex/ai_feature_group_feature.py,sha256=_LscUvmQTYQ4LLt94zhdBk8XDdLkPm9nba0yBztERgw,34502
|
1532
|
-
pulumi_gcp/vertex/ai_feature_online_store.py,sha256=
|
1527
|
+
pulumi_gcp/vertex/ai_feature_online_store.py,sha256=YsDm70CPFjO44SeEvP-cxlbZtgodqR9wOHWlrGu_uMs,52501
|
1533
1528
|
pulumi_gcp/vertex/ai_feature_online_store_featureview.py,sha256=l9Xz1D0vn-5--9QS1RxtnW0pd_xygc30pLxaNW-IRDE,62639
|
1534
1529
|
pulumi_gcp/vertex/ai_feature_store.py,sha256=PSDm9sh3M5Cg6rmsQPw4tbwIFwM7bSNsJrG2Fqxdey8,41581
|
1535
1530
|
pulumi_gcp/vertex/ai_feature_store_entity_type.py,sha256=ErzOsg8z2dslzU2wmvUNTrGsAioBS9GdcKbErCMyxq8,39910
|
@@ -1548,7 +1543,7 @@ pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py,sha256=eH3V_95OiZKlTcCu4oEiuvqor
|
|
1548
1543
|
pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py,sha256=Z-FBTGaarWVZAkOlJMXIO1uPXyuRQVNnmxcDDVztMpY,5481
|
1549
1544
|
pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py,sha256=1aJmIOQmjZoxRbATRUxkr6GGoR2bSCeArS6N94onXJc,6645
|
1550
1545
|
pulumi_gcp/vertex/get_ai_index.py,sha256=oUqZ0WEzYgbWHIotiuDxh-Q50bs7f4QmIlAzjKXuUdI,10259
|
1551
|
-
pulumi_gcp/vertex/outputs.py,sha256=
|
1546
|
+
pulumi_gcp/vertex/outputs.py,sha256=L5SdzusIm7qQTD2r5LvNO7qqJA8aYz--LIIlmGbcDYI,142539
|
1552
1547
|
pulumi_gcp/vmwareengine/__init__.py,sha256=5opTrk1vrtEmzz_tp4Dn8bOdnok6H9_mZwp6BmR1ftU,872
|
1553
1548
|
pulumi_gcp/vmwareengine/_inputs.py,sha256=l7ATvN1NcK-_4OmfjD5l3hKoBBpbh-Fmy_ar2NO1re8,43137
|
1554
1549
|
pulumi_gcp/vmwareengine/cluster.py,sha256=AB0L7WQYKWzN5qykd5EbFiOtL2-7y_BecwCq2vVT7VM,22511
|
@@ -1599,7 +1594,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=lyD1PT_XiLqOCTMa
|
|
1599
1594
|
pulumi_gcp/workstations/workstation_iam_binding.py,sha256=v1_3Z7qkX8soy9cEXEQBmDB_eBjFu0_7kXU8MDrWvDQ,37784
|
1600
1595
|
pulumi_gcp/workstations/workstation_iam_member.py,sha256=Pa7-SRLzY5Hwcs3bky3UNMLldVUhaQl75RXMXWCXMuk,37385
|
1601
1596
|
pulumi_gcp/workstations/workstation_iam_policy.py,sha256=xglGMHFGQY-gU2mogi8-yrBUSPW0hpBV25DNHSI2J90,24019
|
1602
|
-
pulumi_gcp-7.30.
|
1603
|
-
pulumi_gcp-7.30.
|
1604
|
-
pulumi_gcp-7.30.
|
1605
|
-
pulumi_gcp-7.30.
|
1597
|
+
pulumi_gcp-7.30.0a1719513455.dist-info/METADATA,sha256=7D6xM4HEJz9lBH3YAkE0SxITp73LUFYXxM-u_QFi6vs,2728
|
1598
|
+
pulumi_gcp-7.30.0a1719513455.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
|
1599
|
+
pulumi_gcp-7.30.0a1719513455.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
|
1600
|
+
pulumi_gcp-7.30.0a1719513455.dist-info/RECORD,,
|