pulumi-gcp 7.28.0__py3-none-any.whl → 7.28.0a1718754929__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 -59
- pulumi_gcp/accesscontextmanager/_inputs.py +74 -58
- pulumi_gcp/accesscontextmanager/access_levels.py +20 -0
- pulumi_gcp/accesscontextmanager/outputs.py +74 -58
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/bigtable/_inputs.py +0 -40
- pulumi_gcp/bigtable/outputs.py +0 -49
- pulumi_gcp/bigtable/table.py +0 -54
- pulumi_gcp/cloudbuildv2/_inputs.py +0 -383
- pulumi_gcp/cloudbuildv2/connection.py +2 -110
- pulumi_gcp/cloudbuildv2/outputs.py +0 -421
- pulumi_gcp/composer/__init__.py +0 -3
- pulumi_gcp/compute/_inputs.py +2 -4
- pulumi_gcp/compute/backend_service.py +48 -28
- pulumi_gcp/compute/interconnect.py +4 -4
- pulumi_gcp/compute/outputs.py +4 -10
- pulumi_gcp/compute/region_backend_service.py +48 -35
- pulumi_gcp/compute/region_network_endpoint.py +0 -187
- pulumi_gcp/compute/region_network_endpoint_group.py +9 -49
- pulumi_gcp/compute/region_target_https_proxy.py +14 -7
- pulumi_gcp/compute/target_https_proxy.py +14 -28
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +2 -2
- pulumi_gcp/container/outputs.py +4 -4
- pulumi_gcp/discoveryengine/_inputs.py +0 -227
- pulumi_gcp/discoveryengine/data_store.py +0 -108
- pulumi_gcp/discoveryengine/outputs.py +0 -280
- pulumi_gcp/edgecontainer/_inputs.py +1 -107
- pulumi_gcp/edgecontainer/outputs.py +1 -123
- pulumi_gcp/gkehub/_inputs.py +0 -16
- pulumi_gcp/gkehub/outputs.py +1 -15
- pulumi_gcp/logging/folder_sink.py +14 -14
- pulumi_gcp/logging/organization_sink.py +14 -14
- pulumi_gcp/netapp/__init__.py +0 -1
- pulumi_gcp/netapp/active_directory.py +0 -55
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securitycenter/__init__.py +0 -3
- pulumi_gcp/securitycenter/_inputs.py +0 -1105
- pulumi_gcp/securitycenter/outputs.py +0 -1048
- pulumi_gcp/vertex/ai_feature_online_store.py +8 -37
- {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718754929.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718754929.dist-info}/RECORD +46 -58
- {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718754929.dist-info}/WHEEL +1 -1
- pulumi_gcp/composer/get_user_workloads_config_map.py +0 -190
- pulumi_gcp/composer/get_user_workloads_secret.py +0 -188
- pulumi_gcp/composer/user_workloads_config_map.py +0 -475
- pulumi_gcp/managedkafka/__init__.py +0 -11
- pulumi_gcp/managedkafka/_inputs.py +0 -169
- pulumi_gcp/managedkafka/cluster.py +0 -807
- pulumi_gcp/managedkafka/outputs.py +0 -197
- pulumi_gcp/managedkafka/topic.py +0 -599
- pulumi_gcp/netapp/backup.py +0 -903
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +0 -725
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +0 -713
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +0 -706
- {pulumi_gcp-7.28.0.dist-info → pulumi_gcp-7.28.0a1718754929.dist-info}/top_level.txt +0 -0
@@ -31,10 +31,8 @@ class AiFeatureOnlineStoreArgs:
|
|
31
31
|
Structure is documented below.
|
32
32
|
: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.
|
33
33
|
Structure is documented below.
|
34
|
-
:param pulumi.Input['AiFeatureOnlineStoreEmbeddingManagementArgs'] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be
|
34
|
+
:param pulumi.Input['AiFeatureOnlineStoreEmbeddingManagementArgs'] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be used with BigTable.
|
35
35
|
Structure is documented below.
|
36
|
-
|
37
|
-
> **Warning:** `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type
|
38
36
|
:param pulumi.Input[bool] force_destroy: If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted.
|
39
37
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The labels with user-defined metadata to organize your feature online stores.
|
40
38
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -52,9 +50,6 @@ class AiFeatureOnlineStoreArgs:
|
|
52
50
|
pulumi.set(__self__, "bigtable", bigtable)
|
53
51
|
if dedicated_serving_endpoint is not None:
|
54
52
|
pulumi.set(__self__, "dedicated_serving_endpoint", dedicated_serving_endpoint)
|
55
|
-
if embedding_management is not None:
|
56
|
-
warnings.warn("""`embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""", DeprecationWarning)
|
57
|
-
pulumi.log.warn("""embedding_management is deprecated: `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""")
|
58
53
|
if embedding_management is not None:
|
59
54
|
pulumi.set(__self__, "embedding_management", embedding_management)
|
60
55
|
if force_destroy is not None:
|
@@ -100,14 +95,9 @@ class AiFeatureOnlineStoreArgs:
|
|
100
95
|
@pulumi.getter(name="embeddingManagement")
|
101
96
|
def embedding_management(self) -> Optional[pulumi.Input['AiFeatureOnlineStoreEmbeddingManagementArgs']]:
|
102
97
|
"""
|
103
|
-
The settings for embedding management in FeatureOnlineStore. Embedding management can only be
|
98
|
+
The settings for embedding management in FeatureOnlineStore. Embedding management can only be used with BigTable.
|
104
99
|
Structure is documented below.
|
105
|
-
|
106
|
-
> **Warning:** `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type
|
107
100
|
"""
|
108
|
-
warnings.warn("""`embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""", DeprecationWarning)
|
109
|
-
pulumi.log.warn("""embedding_management is deprecated: `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""")
|
110
|
-
|
111
101
|
return pulumi.get(self, "embedding_management")
|
112
102
|
|
113
103
|
@embedding_management.setter
|
@@ -219,10 +209,8 @@ class _AiFeatureOnlineStoreState:
|
|
219
209
|
: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.
|
220
210
|
Structure is documented below.
|
221
211
|
: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.
|
222
|
-
:param pulumi.Input['AiFeatureOnlineStoreEmbeddingManagementArgs'] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be
|
212
|
+
:param pulumi.Input['AiFeatureOnlineStoreEmbeddingManagementArgs'] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be used with BigTable.
|
223
213
|
Structure is documented below.
|
224
|
-
|
225
|
-
> **Warning:** `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type
|
226
214
|
:param pulumi.Input[str] etag: Used to perform consistent read-modify-write updates.
|
227
215
|
:param pulumi.Input[bool] force_destroy: If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted.
|
228
216
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The labels with user-defined metadata to organize your feature online stores.
|
@@ -249,9 +237,6 @@ class _AiFeatureOnlineStoreState:
|
|
249
237
|
pulumi.set(__self__, "dedicated_serving_endpoint", dedicated_serving_endpoint)
|
250
238
|
if effective_labels is not None:
|
251
239
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
252
|
-
if embedding_management is not None:
|
253
|
-
warnings.warn("""`embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""", DeprecationWarning)
|
254
|
-
pulumi.log.warn("""embedding_management is deprecated: `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""")
|
255
240
|
if embedding_management is not None:
|
256
241
|
pulumi.set(__self__, "embedding_management", embedding_management)
|
257
242
|
if etag is not None:
|
@@ -329,14 +314,9 @@ class _AiFeatureOnlineStoreState:
|
|
329
314
|
@pulumi.getter(name="embeddingManagement")
|
330
315
|
def embedding_management(self) -> Optional[pulumi.Input['AiFeatureOnlineStoreEmbeddingManagementArgs']]:
|
331
316
|
"""
|
332
|
-
The settings for embedding management in FeatureOnlineStore. Embedding management can only be
|
317
|
+
The settings for embedding management in FeatureOnlineStore. Embedding management can only be used with BigTable.
|
333
318
|
Structure is documented below.
|
334
|
-
|
335
|
-
> **Warning:** `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type
|
336
319
|
"""
|
337
|
-
warnings.warn("""`embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""", DeprecationWarning)
|
338
|
-
pulumi.log.warn("""embedding_management is deprecated: `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""")
|
339
|
-
|
340
320
|
return pulumi.get(self, "embedding_management")
|
341
321
|
|
342
322
|
@embedding_management.setter
|
@@ -600,10 +580,8 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
|
|
600
580
|
Structure is documented below.
|
601
581
|
:param pulumi.Input[pulumi.InputType['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.
|
602
582
|
Structure is documented below.
|
603
|
-
:param pulumi.Input[pulumi.InputType['AiFeatureOnlineStoreEmbeddingManagementArgs']] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be
|
583
|
+
:param pulumi.Input[pulumi.InputType['AiFeatureOnlineStoreEmbeddingManagementArgs']] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be used with BigTable.
|
604
584
|
Structure is documented below.
|
605
|
-
|
606
|
-
> **Warning:** `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type
|
607
585
|
:param pulumi.Input[bool] force_destroy: If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted.
|
608
586
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The labels with user-defined metadata to organize your feature online stores.
|
609
587
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
@@ -819,10 +797,8 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
|
|
819
797
|
:param pulumi.Input[pulumi.InputType['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.
|
820
798
|
Structure is documented below.
|
821
799
|
: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.
|
822
|
-
:param pulumi.Input[pulumi.InputType['AiFeatureOnlineStoreEmbeddingManagementArgs']] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be
|
800
|
+
:param pulumi.Input[pulumi.InputType['AiFeatureOnlineStoreEmbeddingManagementArgs']] embedding_management: The settings for embedding management in FeatureOnlineStore. Embedding management can only be used with BigTable.
|
823
801
|
Structure is documented below.
|
824
|
-
|
825
|
-
> **Warning:** `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type
|
826
802
|
:param pulumi.Input[str] etag: Used to perform consistent read-modify-write updates.
|
827
803
|
:param pulumi.Input[bool] force_destroy: If set to true, any FeatureViews and Features for this FeatureOnlineStore will also be deleted.
|
828
804
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The labels with user-defined metadata to organize your feature online stores.
|
@@ -898,16 +874,11 @@ class AiFeatureOnlineStore(pulumi.CustomResource):
|
|
898
874
|
|
899
875
|
@property
|
900
876
|
@pulumi.getter(name="embeddingManagement")
|
901
|
-
def embedding_management(self) -> pulumi.Output['outputs.AiFeatureOnlineStoreEmbeddingManagement']:
|
877
|
+
def embedding_management(self) -> pulumi.Output[Optional['outputs.AiFeatureOnlineStoreEmbeddingManagement']]:
|
902
878
|
"""
|
903
|
-
The settings for embedding management in FeatureOnlineStore. Embedding management can only be
|
879
|
+
The settings for embedding management in FeatureOnlineStore. Embedding management can only be used with BigTable.
|
904
880
|
Structure is documented below.
|
905
|
-
|
906
|
-
> **Warning:** `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type
|
907
881
|
"""
|
908
|
-
warnings.warn("""`embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""", DeprecationWarning)
|
909
|
-
pulumi.log.warn("""embedding_management is deprecated: `embedding_management` is deprecated. This field is no longer needed anymore and embedding management is automatically enabled when specifying Optimized storage type""")
|
910
|
-
|
911
882
|
return pulumi.get(self, "embedding_management")
|
912
883
|
|
913
884
|
@property
|
@@ -1,18 +1,18 @@
|
|
1
|
-
pulumi_gcp/__init__.py,sha256=
|
1
|
+
pulumi_gcp/__init__.py,sha256=BLXQoi2Akc-tTcMm1NYMzKPZHjdcJH4PNagzv1D8mpc,192700
|
2
2
|
pulumi_gcp/_inputs.py,sha256=RzPZvEhg_UTDKSms04fRHwrC6vIGFtFT7BXmdZIRsdE,1412
|
3
3
|
pulumi_gcp/_utilities.py,sha256=b6gJn0IIeM1t6Q7EVjqw3yhuGyP-uENQhtL5yp7aHR8,9248
|
4
|
-
pulumi_gcp/provider.py,sha256=
|
5
|
-
pulumi_gcp/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_gcp/provider.py,sha256=52bBmkQ_9lIx4XYr3k4JuHZDqWQksHVGiixNKXfIbXw,188213
|
5
|
+
pulumi_gcp/pulumi-plugin.json,sha256=yNBtivn9g5Mpp17uOpqsc4dTpBywm46wAyKWX1HXixw,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=M0M-L5ZTvFu-1LuyZA3z1fqChglV_kowuPZmmRMt_6Q,5573
|
9
9
|
pulumi_gcp/accessapproval/get_organization_service_account.py,sha256=oQNO0pLAqpC4g3MGelOFxVsfEz2zodCFS1ayQxcQC34,5893
|
10
10
|
pulumi_gcp/accessapproval/get_project_service_account.py,sha256=Oxt2dUJqFUmgnu4PdrZ3GYBnLcVSlAvJvr2E6Grtt5U,5626
|
11
11
|
pulumi_gcp/accesscontextmanager/__init__.py,sha256=bqc5l7s2LcMSPzStTvFqIljhyHnaMrgI5sy9Z39q62A,991
|
12
|
-
pulumi_gcp/accesscontextmanager/_inputs.py,sha256=
|
12
|
+
pulumi_gcp/accesscontextmanager/_inputs.py,sha256=5v0AwE_2hMmNzOb0XYVjmUczvvDiOVtLRwFxfw1-vIs,284261
|
13
13
|
pulumi_gcp/accesscontextmanager/access_level.py,sha256=ooPNbd9roirvxJZJ4np35GfyDmCG6p4G-gR-oEVjorc,24264
|
14
14
|
pulumi_gcp/accesscontextmanager/access_level_condition.py,sha256=Uo_-izy3cKTBeANK4R8JNVZoDiCV9ucXbljCTPNU9wo,43421
|
15
|
-
pulumi_gcp/accesscontextmanager/access_levels.py,sha256=
|
15
|
+
pulumi_gcp/accesscontextmanager/access_levels.py,sha256=x4U9v9JOuuxGoLDpMUQk7qcFkDRkDm0AjGoPbCtfmkM,17508
|
16
16
|
pulumi_gcp/accesscontextmanager/access_policy.py,sha256=_qbFIjNAapfRful8W7zwy7wagQckSpL-cq5K2EpDCD0,18148
|
17
17
|
pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py,sha256=TPOM3aMQZmS9XCjnSHLpQHQC-mHxe8k_UdtsUed8Hw8,33508
|
18
18
|
pulumi_gcp/accesscontextmanager/access_policy_iam_member.py,sha256=YPMy68M3ParFalmVEEI74D1IezS0xLp6l8AQ2MhkzLg,33112
|
@@ -22,8 +22,8 @@ pulumi_gcp/accesscontextmanager/egress_policy.py,sha256=d0cbTH57lieZ8iTpvxs8RK2X
|
|
22
22
|
pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py,sha256=3JyhMVQXgAaRPUxby2Lsya8CrckER7Y0ClXtk6cg-Tc,21029
|
23
23
|
pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py,sha256=iiIl8wbDza3yjvxlI3nkRXCpzCvbT7U8Bh_NkwkudyQ,4219
|
24
24
|
pulumi_gcp/accesscontextmanager/ingress_policy.py,sha256=0Je-86iB7BewTwz-KOBrNoar9blUk6fYoO_NnWpDkH4,9673
|
25
|
-
pulumi_gcp/accesscontextmanager/outputs.py,sha256=
|
26
|
-
pulumi_gcp/accesscontextmanager/service_perimeter.py,sha256=
|
25
|
+
pulumi_gcp/accesscontextmanager/outputs.py,sha256=WnwZFOirk-otwu08zqLAnCyjb4kEO2v5eYbzP4dMt1w,280951
|
26
|
+
pulumi_gcp/accesscontextmanager/service_perimeter.py,sha256=j8WWvshooaeZSKkt3FlqHRoDtoKyn3rGUet00ZqLQsk,62298
|
27
27
|
pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py,sha256=wuXOpxJFnT4x7heNO3Gbkw5LPxOylEKtcdCTSIUMpEY,15388
|
28
28
|
pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py,sha256=yfe0rIJv4gEwUUp4kudf-CWqGBN6IkdhhYhYt3VoEUE,16014
|
29
29
|
pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py,sha256=2BB1CsGuipB51DDzd-UFt5PV0cWRUwM4E9OBTcl5DVo,16600
|
@@ -198,7 +198,7 @@ pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py,sha256=zVe6PXKcOwTs6N9ql
|
|
198
198
|
pulumi_gcp/bigquerydatapolicy/get_iam_policy.py,sha256=bPX7oyvk0RNAzotbjXcuNfOUUw_i02fD8lrAULn_hNk,6574
|
199
199
|
pulumi_gcp/bigquerydatapolicy/outputs.py,sha256=AjglPxiEKWbKd85Y2F1xsxXXN3smthzT5LV4AzQRzDs,4358
|
200
200
|
pulumi_gcp/bigtable/__init__.py,sha256=kt14Qjgv4IFG3DZNFgX0vGMOAhjc65mvHWIGGOzWMqY,693
|
201
|
-
pulumi_gcp/bigtable/_inputs.py,sha256=
|
201
|
+
pulumi_gcp/bigtable/_inputs.py,sha256=cTFih6JDhPsoSGrqCqffGtrQ7t_irEiRfxyDpuxm0pI,24911
|
202
202
|
pulumi_gcp/bigtable/authorized_view.py,sha256=liKP8YIB6nmABY4t3msepIYK40UIiYwMmYEPFHqJLJ4,19349
|
203
203
|
pulumi_gcp/bigtable/gc_policy.py,sha256=D0HjmgI2a7Z7BaGg_kEh4_eOro0-4xaRZzSIpYhjtMg,32908
|
204
204
|
pulumi_gcp/bigtable/get_instance_iam_policy.py,sha256=D_fnKnUtBb2ndgOnSnUK_1nVzGc16NAQiLYLci2l8OU,4647
|
@@ -207,8 +207,8 @@ pulumi_gcp/bigtable/instance.py,sha256=rA44HqbthFt2HudCGc_y95Jtd0c1gBFSMevWVs4_Q
|
|
207
207
|
pulumi_gcp/bigtable/instance_iam_binding.py,sha256=jgcE5eUGRM-lQXcPXfMLKwWXwEi09Oz0ml6bzwqcyQA,32336
|
208
208
|
pulumi_gcp/bigtable/instance_iam_member.py,sha256=kVzbbPVllgWqyEX0mQ_Jtt5Q5HhyXDMA0XkMa3xy194,31948
|
209
209
|
pulumi_gcp/bigtable/instance_iam_policy.py,sha256=Ly2erKmAzXh4fUUuSJ0u43joSo1MMkQDCQ1GN8FTAmo,20347
|
210
|
-
pulumi_gcp/bigtable/outputs.py,sha256=
|
211
|
-
pulumi_gcp/bigtable/table.py,sha256=
|
210
|
+
pulumi_gcp/bigtable/outputs.py,sha256=ni8bGiXI6FAy8At86BvXbu9QUXeIgnTAksc9omY4_AQ,22254
|
211
|
+
pulumi_gcp/bigtable/table.py,sha256=54EIHAbyLoFcZSmFyfkJzFf8HIA9VIHlPjOIllepmLo,27942
|
212
212
|
pulumi_gcp/bigtable/table_iam_binding.py,sha256=xNCgxWGZA15sy-llOR4UAG0pG_ob9mlabqmim1oMs2Q,34567
|
213
213
|
pulumi_gcp/bigtable/table_iam_member.py,sha256=LOgVXLJ619xQMKL46PIZK4023F_DH8phGUD9OKmZsek,34179
|
214
214
|
pulumi_gcp/bigtable/table_iam_policy.py,sha256=-hWlubf_5x56yNRV7P5XbPXDhgtZpDcWUECSDWXVTjw,22650
|
@@ -277,13 +277,13 @@ pulumi_gcp/cloudbuild/outputs.py,sha256=LN2WlBrKeVGbbYf-4zVKYY5djdJvqJqlGbR21mG4
|
|
277
277
|
pulumi_gcp/cloudbuild/trigger.py,sha256=8Wrd1zsPuropnKStBlAfQ84JMIuiagnJI7fyfgbDFXo,140644
|
278
278
|
pulumi_gcp/cloudbuild/worker_pool.py,sha256=IvfXrSH_KdhDJksXit4kJZoQWQ7w0doAuZzI8Rgbxjs,34309
|
279
279
|
pulumi_gcp/cloudbuildv2/__init__.py,sha256=VqV7SkJsyO8eufWpX0S5AX4NZlwknJccg05geEQlbgc,519
|
280
|
-
pulumi_gcp/cloudbuildv2/_inputs.py,sha256=
|
281
|
-
pulumi_gcp/cloudbuildv2/connection.py,sha256=
|
280
|
+
pulumi_gcp/cloudbuildv2/_inputs.py,sha256=UsvJ6VC1t5xF9_soA09MAgIRpN1pwLkdZfbwjx24SYk,27749
|
281
|
+
pulumi_gcp/cloudbuildv2/connection.py,sha256=RUM8nMDAmsGDWhFGauteLBCROmXkQo5IYzGsddMxzyo,45802
|
282
282
|
pulumi_gcp/cloudbuildv2/connection_iam_binding.py,sha256=Ts2ZrMjpF7Hxyc2sBffH_cBMJY5sLWuDjsWisrXc-io,41392
|
283
283
|
pulumi_gcp/cloudbuildv2/connection_iam_member.py,sha256=gNAArFg0L8E5iJa7-HqLkyZWTWixLsR_v_Fiwapva5k,40996
|
284
284
|
pulumi_gcp/cloudbuildv2/connection_iam_policy.py,sha256=OJ43e1gDvvWFHlk4XYb61P_1YlwrxGa7lmIXoutCY7k,27737
|
285
285
|
pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py,sha256=sVU8BTAJoY2j5vAQnM1b9BbUYKaGD0_tdxCBph2vE5c,6728
|
286
|
-
pulumi_gcp/cloudbuildv2/outputs.py,sha256=
|
286
|
+
pulumi_gcp/cloudbuildv2/outputs.py,sha256=7qZifxtllaCUA7LOpb6w-nSGDjHiKQfdO6XFgkRwJOY,27019
|
287
287
|
pulumi_gcp/cloudbuildv2/repository.py,sha256=mjkRg-950t619iY30z_h5ca3hwGsi67cHAzV7l3B2KY,34155
|
288
288
|
pulumi_gcp/clouddeploy/__init__.py,sha256=lk4ZmMl9QmtLHgsj9xZj5gp9wlFzRWY2Ud5xJKkHg9U,932
|
289
289
|
pulumi_gcp/clouddeploy/_inputs.py,sha256=pPJHKZqhZSFEUPE4ozXpbdeUyl0sXUlkMex6-tPIZKU,98809
|
@@ -380,18 +380,15 @@ pulumi_gcp/cloudtasks/queue.py,sha256=6PztZN6VnCEn96LlwJ8tYFgKi1m29uBK_6zsJJWayN
|
|
380
380
|
pulumi_gcp/cloudtasks/queue_iam_binding.py,sha256=NJak-b-ZkfQpe61iGwrVwm170KIhVsjyCPMsu_b8i5E,40103
|
381
381
|
pulumi_gcp/cloudtasks/queue_iam_member.py,sha256=uotROBV1ujnm07LZdtJSfwOXZrb3aCh5qbgR0DsAsqk,39707
|
382
382
|
pulumi_gcp/cloudtasks/queue_iam_policy.py,sha256=J1ZLOl_KDr_YW1eHar4GQaL4TYMSxMv6fww2twEqNuU,26547
|
383
|
-
pulumi_gcp/composer/__init__.py,sha256=
|
383
|
+
pulumi_gcp/composer/__init__.py,sha256=pYHe6rjZnXYCxn-rMy6Er-rV4GcUjzqJpKdDfj3wuXo,443
|
384
384
|
pulumi_gcp/composer/_inputs.py,sha256=5FquPQrICb3DK7j-9XZ1EpUIhIpNHvpHOVRTJdB2Zdw,101233
|
385
385
|
pulumi_gcp/composer/environment.py,sha256=i3gLAi5APaKqR6T8Vr93B6luQHkDER2cH15acRYbxAc,25672
|
386
386
|
pulumi_gcp/composer/get_environment.py,sha256=DMprKvqP7XZtyOndJESAZ0WNRbMr_Z_5ID5_5S3WJJM,7208
|
387
387
|
pulumi_gcp/composer/get_image_versions.py,sha256=INMRwQiuCMb_B9CxdnvOCDz1Q47P2HW-6I5KRP6WDXk,5252
|
388
|
-
pulumi_gcp/composer/get_user_workloads_config_map.py,sha256=lKPp-4m-d-douBo-DvmwMjUqh0Kf4SjXLb5ThPjK-iY,7359
|
389
|
-
pulumi_gcp/composer/get_user_workloads_secret.py,sha256=6dN5rj3UCWmQVxDurhChn4KL_DCllYaERARuvL7xp8w,7200
|
390
388
|
pulumi_gcp/composer/outputs.py,sha256=IozJ_7QofQoogKX8NTktyLlfqppWqZ2aFmuodre1UAM,176480
|
391
|
-
pulumi_gcp/composer/user_workloads_config_map.py,sha256=PuUOEvQE3mK3xWWLLtyCmyK_dzAHAo--rlNzmhLS9gY,18804
|
392
389
|
pulumi_gcp/composer/user_workloads_secret.py,sha256=avqjtxiOeviag1Kb_hzlH5QidWrlBTSUrC_B-N0n4MI,17332
|
393
390
|
pulumi_gcp/compute/__init__.py,sha256=QHKaDtw6s7v1TSsq-prQuungpDhZpExNlW6RG4vUfYA,7404
|
394
|
-
pulumi_gcp/compute/_inputs.py,sha256=
|
391
|
+
pulumi_gcp/compute/_inputs.py,sha256=OB_clTe5dPvHK68xLd74HEjgRDgVr38ruOjnjDozZWA,1910619
|
395
392
|
pulumi_gcp/compute/address.py,sha256=4Q5PUz8nqxdNGb1OB33droaQLvyROO2wkfCnRc-GgrA,69609
|
396
393
|
pulumi_gcp/compute/attached_disk.py,sha256=lwmvfIaNwCrdHeO6mlDOV10k7BwsFdAV-1nKGscMwy0,28091
|
397
394
|
pulumi_gcp/compute/autoscaler.py,sha256=aR3dVzwCvtrHmu2ZDuIdLt3C5Wud3DmY2DTknRPFHgM,33140
|
@@ -400,7 +397,7 @@ pulumi_gcp/compute/backend_bucket_iam_binding.py,sha256=4t3To7d06vEuo4FYj2w0_lyh
|
|
400
397
|
pulumi_gcp/compute/backend_bucket_iam_member.py,sha256=l_q5bnbJcNG3iAJr0JYQJykyRZSkfANxEafAayakdEo,28611
|
401
398
|
pulumi_gcp/compute/backend_bucket_iam_policy.py,sha256=AHJ58OhurTP8FJK4Txu0E054aracg3r8z2DEOzFXHns,15336
|
402
399
|
pulumi_gcp/compute/backend_bucket_signed_url_key.py,sha256=ra6p4UqjHioOMmPZJTwPoV8bOF44G-s_Hbw6eDbqzDI,15965
|
403
|
-
pulumi_gcp/compute/backend_service.py,sha256=
|
400
|
+
pulumi_gcp/compute/backend_service.py,sha256=B0a3VEpq8vQnTjVgoZCbW_4e6kHNTPQAj-tcKfD8-_M,151883
|
404
401
|
pulumi_gcp/compute/backend_service_iam_binding.py,sha256=jMQXb5PT25N33WIvYjzBhfTFZ3gKWsyu-iW5SGgAYnU,30518
|
405
402
|
pulumi_gcp/compute/backend_service_iam_member.py,sha256=Cl7jDiuROwcXUdkVF_iaKAaYJgpDVy-8VJs4NN3lG3w,30118
|
406
403
|
pulumi_gcp/compute/backend_service_iam_policy.py,sha256=cH59yQLzSjUOgoGyjt8HatS9G6tIiHpomrk1kcnEXl0,15412
|
@@ -497,7 +494,7 @@ pulumi_gcp/compute/instance_iam_member.py,sha256=X5STd6lGdZxl4rMG5LX_H3RItOLU8yQ
|
|
497
494
|
pulumi_gcp/compute/instance_iam_policy.py,sha256=-6CFdqFQTFMTAezDWEWMjNU7rJj2Fte0m9xTxQnnhp0,36282
|
498
495
|
pulumi_gcp/compute/instance_settings.py,sha256=n7ZmHb4hz6kdotiIpqetmdKECIBYoPKXYZqu8H4RReQ,15775
|
499
496
|
pulumi_gcp/compute/instance_template.py,sha256=ioNrOwUJnwz-fhJBt7UehVS1Q_BT6Wzt8BOavtz4Tx8,121898
|
500
|
-
pulumi_gcp/compute/interconnect.py,sha256=
|
497
|
+
pulumi_gcp/compute/interconnect.py,sha256=JL5Wz5hpm2JDzULkP2q2Kezp1Nf9wa-QBMA3wqANvoo,90093
|
501
498
|
pulumi_gcp/compute/interconnect_attachment.py,sha256=mub4VDpWgMv0Pygig_U-kjfd_dHj1F1aAUAMeM__b5o,100714
|
502
499
|
pulumi_gcp/compute/machine_image.py,sha256=JWxojbQiLFv0CAdJGs-2imYOk9BgRlZ_OhJ783wFFTM,29204
|
503
500
|
pulumi_gcp/compute/machine_image_iam_binding.py,sha256=lb1tjfC8ufJhNS_c1p_axyosfzOtQcz_jydavyO4rNI,47039
|
@@ -521,7 +518,7 @@ pulumi_gcp/compute/node_template.py,sha256=VIZ_KQhSms9qfQbXptNyyO3aE5BkDFutEF2pS
|
|
521
518
|
pulumi_gcp/compute/organization_security_policy.py,sha256=WnK0cQq-YFe7S-QFwbyH9turB3SnFOjeVxpL2Cx7Hlw,19124
|
522
519
|
pulumi_gcp/compute/organization_security_policy_association.py,sha256=SDW0jUsqx77VAUmO36GMwtGVdVdGq3VB_Ea6UNdv-hY,16575
|
523
520
|
pulumi_gcp/compute/organization_security_policy_rule.py,sha256=T1jCY7e6zDtF0fOVdTIGUqA0UjXrXWP2xuqHC1PrT4A,35414
|
524
|
-
pulumi_gcp/compute/outputs.py,sha256=
|
521
|
+
pulumi_gcp/compute/outputs.py,sha256=1vZGDeRfqucql047AxVqha1QTMvLFVAh7NB_C2Y-1GI,2394071
|
525
522
|
pulumi_gcp/compute/packet_mirroring.py,sha256=fGANmLyfbP0qsMNMQU733HiTXaQkcUSka_5UGWm31tU,35045
|
526
523
|
pulumi_gcp/compute/per_instance_config.py,sha256=3047DIbni35ArkAXvim-HvjKJln_1mzyIAXOMyNjgnU,38507
|
527
524
|
pulumi_gcp/compute/project_cloud_armor_tier.py,sha256=EHueiiDIb_lnGqST6rHnXSIlYp-Gbe5jkUaGeySXQBY,12949
|
@@ -531,7 +528,7 @@ pulumi_gcp/compute/project_metadata_item.py,sha256=ysbi-bbTameBrWFK3A3qnI5ivyOoo
|
|
531
528
|
pulumi_gcp/compute/public_advertised_prefix.py,sha256=LnkUTiqChFRI4wRWYD1PkgnaylHeYcvl1hcJeM-96-8,21564
|
532
529
|
pulumi_gcp/compute/public_delegated_prefix.py,sha256=atJr5D-yS6VhPKBrE0ANy1I7lUPU8Ffla1azQPHC73o,26358
|
533
530
|
pulumi_gcp/compute/region_autoscaler.py,sha256=JDCfHhCXn4vUU6NYYOOMFDAIgajo0CcOnFB_tDQh_Ys,29827
|
534
|
-
pulumi_gcp/compute/region_backend_service.py,sha256=
|
531
|
+
pulumi_gcp/compute/region_backend_service.py,sha256=KWtumaOhcjzx2Llp7agjeehjIvK7m7F_25EfC9jRhSQ,143218
|
535
532
|
pulumi_gcp/compute/region_backend_service_iam_binding.py,sha256=a0Mgm4ow6D7RT090EkX_BMQUJ2ss61tSRJfC63rM69E,35539
|
536
533
|
pulumi_gcp/compute/region_backend_service_iam_member.py,sha256=mSEcL49WiqYHVe9geoJmTBmvX_-VNwayVrvpvzI7kPk,35139
|
537
534
|
pulumi_gcp/compute/region_backend_service_iam_policy.py,sha256=OZFZiws9C9d1I5ednHsPsWzfusthbhk3UNSSqasQnps,20307
|
@@ -544,8 +541,8 @@ pulumi_gcp/compute/region_disk_resource_policy_attachment.py,sha256=Hk82XmFlfu-_
|
|
544
541
|
pulumi_gcp/compute/region_health_check.py,sha256=GsL0lTSMW7niwySaZXSN6eF6szh8gSsEFcKre6nwwl4,69772
|
545
542
|
pulumi_gcp/compute/region_instance_group_manager.py,sha256=11LRdjotF5Yu3-bO23pfZgK22OM9lNyRy4L5bRdLtek,115440
|
546
543
|
pulumi_gcp/compute/region_instance_template.py,sha256=1tGZyZ5tRtRRIs-yS_4mNxqyrUO6mG4WtRhTjT1n8qA,102283
|
547
|
-
pulumi_gcp/compute/region_network_endpoint.py,sha256=
|
548
|
-
pulumi_gcp/compute/region_network_endpoint_group.py,sha256=
|
544
|
+
pulumi_gcp/compute/region_network_endpoint.py,sha256=hzwS7Bnh9BJ24KC0FPT5I1wdaUzdmC-CrYUHE7WZSD0,24847
|
545
|
+
pulumi_gcp/compute/region_network_endpoint_group.py,sha256=wO3R6CzoTAAX57eOMiTJ49kJ9Oii28HWLW5zNb4GX3E,65942
|
549
546
|
pulumi_gcp/compute/region_network_firewall_policy.py,sha256=KNKunkmOq7FJYrHtgiQIshL-YN_bv8-958iTVDWEkUU,25828
|
550
547
|
pulumi_gcp/compute/region_network_firewall_policy_association.py,sha256=N4mMYCMtgdOPfRc-KGfU3oz_krQDfQfTgyG55Y5fDSU,18433
|
551
548
|
pulumi_gcp/compute/region_network_firewall_policy_rule.py,sha256=r-YPEUXtpvB5z1Fqvud2A5k3Y1gerTqDqHkfQZZuLNA,60085
|
@@ -555,7 +552,7 @@ pulumi_gcp/compute/region_security_policy_rule.py,sha256=8pgNzz9m8cdZxVlKMQjosvX
|
|
555
552
|
pulumi_gcp/compute/region_ssl_certificate.py,sha256=6J8Hu67C1TMDzce_uflyncoN9J-4du7VwifbrwrB_cU,32294
|
556
553
|
pulumi_gcp/compute/region_ssl_policy.py,sha256=LGCGbKbS2Yg6X08GkL-LsQRXxvLdtHOVhL1IA7IIv9E,38236
|
557
554
|
pulumi_gcp/compute/region_target_http_proxy.py,sha256=bDpRvJ7WAWUwn4kPiJpYiquKWY-3SLtu6cOQo_Lvpak,28518
|
558
|
-
pulumi_gcp/compute/region_target_https_proxy.py,sha256=
|
555
|
+
pulumi_gcp/compute/region_target_https_proxy.py,sha256=8zDHJNXgasbyVaXhCZBt86BRCx82mobVbsKi_iuI4co,59113
|
559
556
|
pulumi_gcp/compute/region_target_tcp_proxy.py,sha256=FHZS_fYMv01tP-u29RE0j3te6uLzGCVX99Bvaswz5sc,31406
|
560
557
|
pulumi_gcp/compute/region_url_map.py,sha256=WUsgVsxMiD9Bc1VkECKeZkJRkNblCqERIWOhT5s76HI,106021
|
561
558
|
pulumi_gcp/compute/reservation.py,sha256=bvh3EPWnGfyk_fmDu5TCM6otz-zMm-eaBnL99IdWC94,31739
|
@@ -584,7 +581,7 @@ pulumi_gcp/compute/subnetwork_iam_member.py,sha256=qRkZiWNrrai_Jl4Xi1Fqh-BdeU-c-
|
|
584
581
|
pulumi_gcp/compute/subnetwork_iam_policy.py,sha256=z3AR_7QxmtI3y8xqx2yAwqe9oW0pCVcVZdwW3K6Sesc,38984
|
585
582
|
pulumi_gcp/compute/target_grpc_proxy.py,sha256=F5JddkrRsS_k1774PVveqYGC9V-GjaDDnY6sOBFTV04,40064
|
586
583
|
pulumi_gcp/compute/target_http_proxy.py,sha256=3OJexrzot7hKnFR4VWs5GEJ6SGEgaBmQ_iTbsSCvYyE,35954
|
587
|
-
pulumi_gcp/compute/target_https_proxy.py,sha256=
|
584
|
+
pulumi_gcp/compute/target_https_proxy.py,sha256=COWc8uEL6OYXfsvxhuE2LmVgqM17Wn0rK_rtgA_G9z4,76155
|
588
585
|
pulumi_gcp/compute/target_instance.py,sha256=4-nQ1FQ-u5TScxyN_8tYKulsqt7jiLAVinJEpQTB-_Y,41633
|
589
586
|
pulumi_gcp/compute/target_pool.py,sha256=pI6WKQ-8d1RyhAOB9GfxL9-Dj6Ww5_fH5MaC6j8RkL8,33547
|
590
587
|
pulumi_gcp/compute/target_ssl_proxy.py,sha256=t1SgQRNpSurl2wgjCh4O37tbwfD-Tx0_oYL_kCM7a2A,36504
|
@@ -593,11 +590,11 @@ pulumi_gcp/compute/url_map.py,sha256=Xz5FZP-m68bjUpmCxURWs3zl5yYp4PuFtdkeQkepBPY
|
|
593
590
|
pulumi_gcp/compute/vpn_gateway.py,sha256=y7CJesUlufImY5iM9wfVvfRaG45612mhVOU6HeQ-evw,26020
|
594
591
|
pulumi_gcp/compute/vpn_tunnel.py,sha256=nQBTMOAxX1NKDxBInhVlAsyofcxQp1Scr_KJqjsWaEY,70842
|
595
592
|
pulumi_gcp/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
596
|
-
pulumi_gcp/config/__init__.pyi,sha256=
|
593
|
+
pulumi_gcp/config/__init__.pyi,sha256=HpwPC4Uwj0UpJhl7F5FE5bkKs9r8YNuq7YcNPnrb82E,7504
|
597
594
|
pulumi_gcp/config/outputs.py,sha256=NX6HQIexmUVsFBMqvoZH1PzCrkfy582L5E5CHWVLmqs,1060
|
598
|
-
pulumi_gcp/config/vars.py,sha256=
|
595
|
+
pulumi_gcp/config/vars.py,sha256=dha3ahsLBcMX-ahdknhqSlFCjxxTiLPDqGT-FZKmX_A,23749
|
599
596
|
pulumi_gcp/container/__init__.py,sha256=KbuEacj9tsLxH3rVHSnPd3VtGOOnpdgVgv-Fq0o_Ll4,845
|
600
|
-
pulumi_gcp/container/_inputs.py,sha256=
|
597
|
+
pulumi_gcp/container/_inputs.py,sha256=BISYZWomFRotMCqwIXru-ZAyUFYyi0ERWHkLNeNl0m0,658205
|
601
598
|
pulumi_gcp/container/attached_cluster.py,sha256=e1fsTpAkFAo7gUZIrUb5qQSpYyLQocld1Ree5qxJBuk,70840
|
602
599
|
pulumi_gcp/container/aws_cluster.py,sha256=yWJcTBm6vEc0wAB8d1pbq_-jtYIlrF0_Jm89cxb7Np4,71042
|
603
600
|
pulumi_gcp/container/aws_node_pool.py,sha256=r9qLIusTAcjDrK4glafTTsCycwG0O2W-TG-uvMyoV4s,80849
|
@@ -614,7 +611,7 @@ pulumi_gcp/container/get_engine_versions.py,sha256=mTgdiSsdq7VpWmqwKBfTw0pd2GYVZ
|
|
614
611
|
pulumi_gcp/container/get_registry_image.py,sha256=BK2v8NjiPMfRdXiuhJauP4H0otPr9xYzZJmDJNyidtQ,6992
|
615
612
|
pulumi_gcp/container/get_registry_repository.py,sha256=8j5cl1J9lQtItliF6Cjayatzqclp7-9PDwEX1bo8-uM,5353
|
616
613
|
pulumi_gcp/container/node_pool.py,sha256=C_lZMLL1rRGIQO4tKamhh8pLq6ZR9ih-FvxkjG3mUig,73692
|
617
|
-
pulumi_gcp/container/outputs.py,sha256=
|
614
|
+
pulumi_gcp/container/outputs.py,sha256=U3QqL4r0LWiYCxlFnFpXXkSCfFVZWnfS_mAXJheH8u8,906697
|
618
615
|
pulumi_gcp/container/registry.py,sha256=UoKQZ7gwQI6GyL9amL5yxt9g0PIep9qky5Kodd8Z8X0,13113
|
619
616
|
pulumi_gcp/containeranalysis/__init__.py,sha256=gENWQXPC0oV7t5uEv6IgscsCOVeXKa7AHewwOiVIgek,488
|
620
617
|
pulumi_gcp/containeranalysis/_inputs.py,sha256=1yTLGmL7agpwp0maJz0rEzueNmb9QOpSEcdah1zfBus,12213
|
@@ -790,10 +787,10 @@ pulumi_gcp/diagflow/fulfillment.py,sha256=n6JaQQCzukhkKmkWFFHkblIQKUrRn8d4s3CTiH
|
|
790
787
|
pulumi_gcp/diagflow/intent.py,sha256=hyShEoHGD1W6OxLfhULVTT9UgYIpMe2R-yxWAZGLAv0,53731
|
791
788
|
pulumi_gcp/diagflow/outputs.py,sha256=j8nQ7OQ1Z6cAtcnnK3BG0_rpvNNkotSDcjcsc0kdL_w,354624
|
792
789
|
pulumi_gcp/discoveryengine/__init__.py,sha256=EOYHhAhM2fS3CaDu50Xwxhjfg4CXOC2tySKC5ahEzq8,396
|
793
|
-
pulumi_gcp/discoveryengine/_inputs.py,sha256=
|
790
|
+
pulumi_gcp/discoveryengine/_inputs.py,sha256=mZ_SJm_iymFkW23LdLiU_K9JvG2hhyWn-lSL27TXIYA,9839
|
794
791
|
pulumi_gcp/discoveryengine/chat_engine.py,sha256=DaHsv87LADhSx7TonO31HVZ_OUCA7bcgW2BwSAn8ISw,37352
|
795
|
-
pulumi_gcp/discoveryengine/data_store.py,sha256=
|
796
|
-
pulumi_gcp/discoveryengine/outputs.py,sha256=
|
792
|
+
pulumi_gcp/discoveryengine/data_store.py,sha256=EAUyuXa92psaXbRvDftv5V4T7gr9KD6-DMgKGFiOPfQ,33701
|
793
|
+
pulumi_gcp/discoveryengine/outputs.py,sha256=kxq1RFBmpKU4cn3nfPAWVpdvED1zM6fsoHx3mhXjjM0,11781
|
797
794
|
pulumi_gcp/discoveryengine/search_engine.py,sha256=MvjbidGHyw7_q-L_2sq-oIQNEOwAPmWlkWW-7wKVNEg,34691
|
798
795
|
pulumi_gcp/dns/__init__.py,sha256=ab8wmKnXkDvmMb7X3WwoVTvxilHhbzmO8IbqcXVdsjU,749
|
799
796
|
pulumi_gcp/dns/_inputs.py,sha256=9lsRdagdvcakBlptYnrq_5Yj-px3I2d5fbCIxeVCRw0,72682
|
@@ -812,10 +809,10 @@ pulumi_gcp/dns/record_set.py,sha256=g7q4Vprx2OjbK_W9O0r-O7nnT5dtUYcLSOWwI4-r0sg,
|
|
812
809
|
pulumi_gcp/dns/response_policy.py,sha256=w5zf1tlo36mD6ykJdgDH1DlVW2aHCI0eK3WVJZKJlwY,24821
|
813
810
|
pulumi_gcp/dns/response_policy_rule.py,sha256=ueFGbX_9IX2MKsrbWpFOJux2SrpNuoCrpufTf5RZdCs,24879
|
814
811
|
pulumi_gcp/edgecontainer/__init__.py,sha256=WygSCBP_5aoAv_vXB3yIyA9A_pzqfqBffG7TGZtZ0EU,392
|
815
|
-
pulumi_gcp/edgecontainer/_inputs.py,sha256=
|
812
|
+
pulumi_gcp/edgecontainer/_inputs.py,sha256=vyyanTqXmUnleuJvTVCxM6qtCrWjiBj4st0Uwof8Bn8,46812
|
816
813
|
pulumi_gcp/edgecontainer/cluster.py,sha256=XZmMrAw8AoS3Y0hP1OcCCbUegH9aJZ5_5ByOlPOZajY,71179
|
817
814
|
pulumi_gcp/edgecontainer/node_pool.py,sha256=E-OzekaMyEy_5SX3HjyF6v4o6FvhiXr1lECtkZazviA,47943
|
818
|
-
pulumi_gcp/edgecontainer/outputs.py,sha256=
|
815
|
+
pulumi_gcp/edgecontainer/outputs.py,sha256=xWMd90cb75xPRySGg7te1w69g3zSEesCFKtUmUnixrA,45521
|
819
816
|
pulumi_gcp/edgecontainer/vpn_connection.py,sha256=AUqiZ_2Zky9g3cnSJ1ndwKh6mp0kajemvdWbWgrLnYA,41558
|
820
817
|
pulumi_gcp/edgenetwork/__init__.py,sha256=A1y7lKHEIeHBq3i6lQs8dnDeGtXPLl_WnKjsTTFXiJ8,314
|
821
818
|
pulumi_gcp/edgenetwork/network.py,sha256=nHMlO-09pqIOJljcIyq3Bk-snFBxR_U46T6d6ECj8Z4,27298
|
@@ -920,7 +917,7 @@ pulumi_gcp/gkebackup/restore_plan_iam_binding.py,sha256=XABGcO1FVk-tfVK_COVyPtaR
|
|
920
917
|
pulumi_gcp/gkebackup/restore_plan_iam_member.py,sha256=Q5VjC4j7KgZRlMeH6n8zlmZkCGg_VU9EHEIRRINXerY,60722
|
921
918
|
pulumi_gcp/gkebackup/restore_plan_iam_policy.py,sha256=VQvWLHbn9nsJ9rKuDiWmkcWqtlOHrBrFto4f6ZwBgag,58059
|
922
919
|
pulumi_gcp/gkehub/__init__.py,sha256=iLb4Z8dfMN3lOqheVhtE2RRRRbx_I32y5BCU_AqNwyI,1008
|
923
|
-
pulumi_gcp/gkehub/_inputs.py,sha256=
|
920
|
+
pulumi_gcp/gkehub/_inputs.py,sha256=zOHsg55AcqfASVj4TqIfdv6zzoDbr0TLUx0Qhsa2stg,159265
|
924
921
|
pulumi_gcp/gkehub/feature.py,sha256=YDv5qbOXPI4G_3XUJ4JijgT2c0hm35R_m8W4HQgAc8E,59545
|
925
922
|
pulumi_gcp/gkehub/feature_iam_binding.py,sha256=bs7wHmb-GpFFZs_WbNsnlm4qPddxEELFiwBgYQA2w84,40121
|
926
923
|
pulumi_gcp/gkehub/feature_iam_member.py,sha256=zRlKuq2nj9gtjtbUaqCnhxFIj2GAYPKXbI76Hf5cI3Q,39725
|
@@ -937,7 +934,7 @@ pulumi_gcp/gkehub/membership_iam_member.py,sha256=qM5z9YbnuhD7bTJD1lL6SttSftbUhT
|
|
937
934
|
pulumi_gcp/gkehub/membership_iam_policy.py,sha256=iFCuiFaOPCbjkUBJoUDKzJ-MF7PSc1egTdnMZaNT5OU,27326
|
938
935
|
pulumi_gcp/gkehub/membership_rbac_role_binding.py,sha256=AQpg04FhPJn6hvA7CrvRsJbbgAZwLe-LFqdeOFDbt0M,29532
|
939
936
|
pulumi_gcp/gkehub/namespace.py,sha256=NE8vA2O1AqYBwF9LKm8VuJVRR7BB0IkYSYh6cF9MAQE,34437
|
940
|
-
pulumi_gcp/gkehub/outputs.py,sha256=
|
937
|
+
pulumi_gcp/gkehub/outputs.py,sha256=LdeKG63TpGQrrF2RLIwG7YoeXbe91KkdTdSdsuZHnT0,149753
|
941
938
|
pulumi_gcp/gkehub/scope.py,sha256=4RVe6Dh3mDnVwhG9O-cVO8Ou4xFo62GhCVwhkLxY6jg,29574
|
942
939
|
pulumi_gcp/gkehub/scope_iam_binding.py,sha256=4eXzVl2114ausy2LIfgduVFXGAOsF473NUhwMSZ1UL8,35064
|
943
940
|
pulumi_gcp/gkehub/scope_iam_member.py,sha256=Q_EctT4Ryyr5oSY6ruHYx0CZ5QYOaBE-IEG0b72ZZ6A,34668
|
@@ -1090,7 +1087,7 @@ pulumi_gcp/logging/billing_account_sink.py,sha256=Ns9Jz-wEVA37gIiOQdL3U0oFn3g-nM
|
|
1090
1087
|
pulumi_gcp/logging/folder_bucket_config.py,sha256=L1QjA3ABPV18qnuN_fCFGAIRAqyA7sP7ZRikPhlONw0,29706
|
1091
1088
|
pulumi_gcp/logging/folder_exclusion.py,sha256=bPttKvM-nGbB4mXeuhd3PQYcdK4UzTSyJZqb0UOirZE,17578
|
1092
1089
|
pulumi_gcp/logging/folder_settings.py,sha256=4XFFt-TxfZAzqoqa51ce6SQNZQqEdnRRD3OSkAMMVpI,22590
|
1093
|
-
pulumi_gcp/logging/folder_sink.py,sha256=
|
1090
|
+
pulumi_gcp/logging/folder_sink.py,sha256=uas8Ob1hfLQbAamu275aiHxtA5mYDlJtAxDGcOk4VHE,39982
|
1094
1091
|
pulumi_gcp/logging/get_folder_settings.py,sha256=Vo9K-8GrEm9CfjFjlD8U5rOIlvBOmL0XBWBUxYx3ZYw,8805
|
1095
1092
|
pulumi_gcp/logging/get_log_view_iam_policy.py,sha256=vdfXFWd293GBP0w_jklheyBfsYKM9hAyHHBw3QcFTMI,6727
|
1096
1093
|
pulumi_gcp/logging/get_organization_settings.py,sha256=3YQgRk3BoQ2MNfYByivdGbdEZVa2i-mmP--znvWMg9Q,9129
|
@@ -1106,7 +1103,7 @@ pulumi_gcp/logging/metric.py,sha256=q9oQq0hzjH7pi4h4enbVtyTHCnRqrkPq9CcOtDWAETQ,
|
|
1106
1103
|
pulumi_gcp/logging/organization_bucket_config.py,sha256=Q02Q_3BjzcJ68yurmoLuhnH3rNB18LgpgrbZ9BgruyY,30590
|
1107
1104
|
pulumi_gcp/logging/organization_exclusion.py,sha256=jxM67PLu1RukbZS0tWEef4Cv7aKEvl1ndYS2FSAVtF0,17091
|
1108
1105
|
pulumi_gcp/logging/organization_settings.py,sha256=QJJWpJbj1mCcXJciqq3LHpK1LRlDJmshfrV-N5hY4U8,22851
|
1109
|
-
pulumi_gcp/logging/organization_sink.py,sha256=
|
1106
|
+
pulumi_gcp/logging/organization_sink.py,sha256=8eKZGh5UZpnOmsFNgiwiqvCdwjrf5wtCq18Zz5O0Fug,39861
|
1110
1107
|
pulumi_gcp/logging/outputs.py,sha256=kXatcU5rsFpUfKI9BNE4ZTe53QuU1UWFwY3NaqSipC8,75882
|
1111
1108
|
pulumi_gcp/logging/project_bucket_config.py,sha256=Q21CW_Lwradns_fWuOPfGVPv9BTjBfk5HdGe2ma4sXo,39680
|
1112
1109
|
pulumi_gcp/logging/project_exclusion.py,sha256=EWK5Zfl_Q9rEJ_Yyq0gKR2U2MOM-aWzWOwPAxZSIa-A,17243
|
@@ -1115,11 +1112,6 @@ pulumi_gcp/looker/__init__.py,sha256=Hf0Cqao9B5Mu8z0GbtZ7yy_tu1-bviMkpbVFlk2_0sc
|
|
1115
1112
|
pulumi_gcp/looker/_inputs.py,sha256=z6TLEc2nf--awAYieCOx6LrkiBSjrkS9LlScDLAoGHY,22664
|
1116
1113
|
pulumi_gcp/looker/instance.py,sha256=c6wxoFSkNs4xt6Zu22GbphFvei4nSg0nEe9x8pc64F0,76370
|
1117
1114
|
pulumi_gcp/looker/outputs.py,sha256=W5qtyxXkZAOahmfdnIgogH1gTZE4eclHlghIin4fUMY,21515
|
1118
|
-
pulumi_gcp/managedkafka/__init__.py,sha256=HVkaU04tthITwRTEwn48yAlkpECU-Xxuj6i7cxEftto,358
|
1119
|
-
pulumi_gcp/managedkafka/_inputs.py,sha256=rsz6Nti_VEEPx8sL97HZIWO7ZNCNP5cs2uzN6WbEG-Y,7410
|
1120
|
-
pulumi_gcp/managedkafka/cluster.py,sha256=Fqdb4I1kIeA9bY5wME1l438Yi0zV6Z2kws2oKTSg9LE,39502
|
1121
|
-
pulumi_gcp/managedkafka/outputs.py,sha256=5XVqwCIA1AkhjSZKgpOsGieUoOwQ5KJipjXjBTPqMjU,8042
|
1122
|
-
pulumi_gcp/managedkafka/topic.py,sha256=_dnIgHuBqX2Chyj6GIPoBcF0_iHRNHPl_qxBsuku8tM,27659
|
1123
1115
|
pulumi_gcp/memcache/__init__.py,sha256=Hf0Cqao9B5Mu8z0GbtZ7yy_tu1-bviMkpbVFlk2_0sc,338
|
1124
1116
|
pulumi_gcp/memcache/_inputs.py,sha256=4v-7HNbeHauCyQZ0F38UtE6u26ptOL6CC7CrZ6-wwL8,20035
|
1125
1117
|
pulumi_gcp/memcache/instance.py,sha256=3A8V8J3mM0GF_Q11jERy4knZKxWvU0QAXJVvCasZwu4,54986
|
@@ -1153,10 +1145,9 @@ pulumi_gcp/monitoring/notification_channel.py,sha256=Fe50BH8ebHypaIVd8IrAKzmIblt
|
|
1153
1145
|
pulumi_gcp/monitoring/outputs.py,sha256=P6k4EO1gnEQdhr-HSzW3Q9JHPxyRiS9LJCJQjPqTCRo,205175
|
1154
1146
|
pulumi_gcp/monitoring/slo.py,sha256=fo-VgcYygyRlW7CFtvYQsnGKo0RDEHiku1hNWhqBLzU,59036
|
1155
1147
|
pulumi_gcp/monitoring/uptime_check_config.py,sha256=JScysPPASQjOHm-Y3SdlJrQsVxfpsR_nhy3CJTEv4ZA,66358
|
1156
|
-
pulumi_gcp/netapp/__init__.py,sha256=
|
1148
|
+
pulumi_gcp/netapp/__init__.py,sha256=aAELN1KbnbQnW6OEwIzkPlfsn8oZKcSogbcBMGRAPBY,543
|
1157
1149
|
pulumi_gcp/netapp/_inputs.py,sha256=wcgrzHAkOtQxq7zIiJWYEj0VHZ0aqKfFhWpFDEVtcg0,42955
|
1158
|
-
pulumi_gcp/netapp/active_directory.py,sha256=
|
1159
|
-
pulumi_gcp/netapp/backup.py,sha256=tDA0yuxpoo-KX88RT8bq_Pbgzcoick8EXwah6My1Ih8,42200
|
1150
|
+
pulumi_gcp/netapp/active_directory.py,sha256=mOqWkPKLbcTHZzrxacMxa_iqbx6axTBdjO71ZC0q4t0,68198
|
1160
1151
|
pulumi_gcp/netapp/backup_policy.py,sha256=2pyuYfzb3R-Y63IHDIqI3iGpiZRqVepzjCCvGxrveuY,37960
|
1161
1152
|
pulumi_gcp/netapp/backup_vault.py,sha256=Sj-OnujsDzocdQrPHUuOHnkAimfvFCcalwuzGgy_Rl0,25217
|
1162
1153
|
pulumi_gcp/netapp/kmsconfig.py,sha256=am_jgkfUpN68gkcd7oUUXEinV476ZDQKgkSLRsB-xX8,29094
|
@@ -1356,22 +1347,19 @@ pulumi_gcp/securesourcemanager/instance_iam_binding.py,sha256=zhnzswO4Km79RNmz00
|
|
1356
1347
|
pulumi_gcp/securesourcemanager/instance_iam_member.py,sha256=X6nxcxesUUuaaIZ1FYSMPZrwyl4BzThNUGiCXe8CSR0,12453
|
1357
1348
|
pulumi_gcp/securesourcemanager/instance_iam_policy.py,sha256=1LYHMcENkugU2PqxOW6aLJc7reKlod__izRYL-L_aDc,9820
|
1358
1349
|
pulumi_gcp/securesourcemanager/outputs.py,sha256=rXZjVPfRB5YSBOqcAp2AcoPzZmQKnsHOXBtdTNVb6oo,7546
|
1359
|
-
pulumi_gcp/securitycenter/__init__.py,sha256=
|
1360
|
-
pulumi_gcp/securitycenter/_inputs.py,sha256=
|
1350
|
+
pulumi_gcp/securitycenter/__init__.py,sha256=Cc8ogXMudQZYF41a5V27MKTpo8QpA0nzVQy0yvIbSJ0,884
|
1351
|
+
pulumi_gcp/securitycenter/_inputs.py,sha256=WHAhSWhNnngm8A66ty_x0BFzo4r4sZDZ0y-70G8QsIA,56998
|
1361
1352
|
pulumi_gcp/securitycenter/event_threat_detection_custom_module.py,sha256=Ihzztkxqg_3g6I-cHGoWljwQpu_NKc2ALBzmTRxtVjo,23196
|
1362
1353
|
pulumi_gcp/securitycenter/folder_custom_module.py,sha256=Gy9VtYowN2yHXPdKcWZMwkpKSC-_awKhWiwNNYC4ULQ,31659
|
1363
1354
|
pulumi_gcp/securitycenter/get_source_iam_policy.py,sha256=jbX-iD3SgzKNPZ9AsvMrwlnjtIJrckCABFoDys41cWQ,4701
|
1364
1355
|
pulumi_gcp/securitycenter/instance_iam_binding.py,sha256=f8gmYvOvb_f6KmJVySKta2v8wSyTRHRYRzA9JWyLl_8,25154
|
1365
1356
|
pulumi_gcp/securitycenter/instance_iam_member.py,sha256=A--c7CAHi8L9fznOFMHuZ5e84zE3hF_bn2hEoSS1rmY,24854
|
1366
1357
|
pulumi_gcp/securitycenter/instance_iam_policy.py,sha256=Yn_SktGo_gEQX6zEJEps6HH4ycdzgatZHf8iYm6-99k,22221
|
1367
|
-
pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py,sha256=_bOCUbLsqkAwf-0j1nKsP5vVp0RFn0cYQG0kEcn5Nn0,36932
|
1368
1358
|
pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py,sha256=5Lsnsl_QAS3H3OODT6EIW3CpnA3U3MLANXZf0t2hy2Q,26156
|
1369
|
-
pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py,sha256=XYeD3X3W8M66Nz7xtWBmghHbFXdBkLY9qHasz8QkvKQ,37194
|
1370
|
-
pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py,sha256=euJ6HFJnlYL_OTn9lpsLvoMrgeBjOlREd9K-AW7uRWQ,37181
|
1371
1359
|
pulumi_gcp/securitycenter/mute_config.py,sha256=VVyJRH_HoTdrboOnBNDdoh8npbMQQ_CrkqY_BBw6T1w,23586
|
1372
1360
|
pulumi_gcp/securitycenter/notification_config.py,sha256=w7J-0SQt82oGhlKN01y3bBjhVYvEjMjfVT48_Itq6l8,23195
|
1373
1361
|
pulumi_gcp/securitycenter/organization_custom_module.py,sha256=WPNZV4QRDTU-xtrDH5cLbDEw98VWp1oWCPKqI-3cJzE,31885
|
1374
|
-
pulumi_gcp/securitycenter/outputs.py,sha256=
|
1362
|
+
pulumi_gcp/securitycenter/outputs.py,sha256=DhCoX3z-O_AIyMCCPQ8aBYrSQOh9uz8aOPztN27SlZs,50876
|
1375
1363
|
pulumi_gcp/securitycenter/project_custom_module.py,sha256=eQ5zy04q1zXxV9wVpP7hnqzmWCSnNHXGXgPRln0_5NQ,30813
|
1376
1364
|
pulumi_gcp/securitycenter/source.py,sha256=vLIZlNOzf64e92eUARg72YYGPvhw8OHdvtfwt3GED70,16670
|
1377
1365
|
pulumi_gcp/securitycenter/source_iam_binding.py,sha256=yR0xFvrTXkuoY_7POrTOLeC76UxiYfwjGUx1v_0EhsQ,15454
|
@@ -1522,7 +1510,7 @@ pulumi_gcp/vertex/ai_endpoint_iam_member.py,sha256=HRFaDhejeaIM0TEadgAVj05fVK2x5
|
|
1522
1510
|
pulumi_gcp/vertex/ai_endpoint_iam_policy.py,sha256=pUvYy2M6r-0PQwg3bUjp0biAqnHbX9ckHAp5X3Ci7QM,9710
|
1523
1511
|
pulumi_gcp/vertex/ai_feature_group.py,sha256=K3ikaUNQUPtXeDZasM12Kwu7Lg_mrszscFpugwltEfk,32332
|
1524
1512
|
pulumi_gcp/vertex/ai_feature_group_feature.py,sha256=ydMhoNJ__Fk7oRcwi57vDow9t3M0sY5Y3Ohd3vqxi8Y,34496
|
1525
|
-
pulumi_gcp/vertex/ai_feature_online_store.py,sha256=
|
1513
|
+
pulumi_gcp/vertex/ai_feature_online_store.py,sha256=cLluBnaghyEs625Cj_sTxHIoPFjzzuIYk9STkFjpol8,49091
|
1526
1514
|
pulumi_gcp/vertex/ai_feature_online_store_featureview.py,sha256=5n2SQRUHVcv1Le_Xx-DdMg6Xkk2ehWFGhdocmrEsfQE,63416
|
1527
1515
|
pulumi_gcp/vertex/ai_feature_store.py,sha256=_N2k8zVV-UwJ46dr9sgNQm8jz3Mlt3KTfr3XDlDHTWA,41728
|
1528
1516
|
pulumi_gcp/vertex/ai_feature_store_entity_type.py,sha256=exWXuoUeaMlMLE5685Jl_yO6Z8QNekH9M94TBnp6EEU,41113
|
@@ -1592,7 +1580,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=SbcUaogkBDhoq-zf
|
|
1592
1580
|
pulumi_gcp/workstations/workstation_iam_binding.py,sha256=osACVJUI426SnsvhOawTHn5UQ2Iay3QsSTUYcqCaV9U,37517
|
1593
1581
|
pulumi_gcp/workstations/workstation_iam_member.py,sha256=rvn00lBdDpLOWb66PmLpVn6LXgi7X0aMTXFCcJYqWH0,37121
|
1594
1582
|
pulumi_gcp/workstations/workstation_iam_policy.py,sha256=yiwa5y8UWpGXRltifAZVrqdZEF9PXFoT8MOO63tmO4s,23845
|
1595
|
-
pulumi_gcp-7.28.
|
1596
|
-
pulumi_gcp-7.28.
|
1597
|
-
pulumi_gcp-7.28.
|
1598
|
-
pulumi_gcp-7.28.
|
1583
|
+
pulumi_gcp-7.28.0a1718754929.dist-info/METADATA,sha256=RZYHPqEEMXrbvwajYwPMVHuuKczrd3ZrzlhlDzdMb8g,2662
|
1584
|
+
pulumi_gcp-7.28.0a1718754929.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
1585
|
+
pulumi_gcp-7.28.0a1718754929.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
|
1586
|
+
pulumi_gcp-7.28.0a1718754929.dist-info/RECORD,,
|