pulumi-gcp 7.32.0__py3-none-any.whl → 7.32.0a1721151794__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.
Files changed (33) hide show
  1. pulumi_gcp/__init__.py +0 -11
  2. pulumi_gcp/alloydb/cluster.py +24 -0
  3. pulumi_gcp/bigquery/_inputs.py +12 -0
  4. pulumi_gcp/bigquery/dataset.py +28 -0
  5. pulumi_gcp/bigquery/dataset_access.py +28 -0
  6. pulumi_gcp/bigquery/outputs.py +24 -0
  7. pulumi_gcp/bigtable/authorized_view.py +0 -104
  8. pulumi_gcp/compute/global_address.py +4 -16
  9. pulumi_gcp/compute/target_instance.py +2 -2
  10. pulumi_gcp/config/__init__.pyi +0 -2
  11. pulumi_gcp/config/vars.py +0 -4
  12. pulumi_gcp/gkehub/__init__.py +0 -1
  13. pulumi_gcp/gkehub/outputs.py +0 -19
  14. pulumi_gcp/iap/client.py +7 -7
  15. pulumi_gcp/kms/_inputs.py +0 -40
  16. pulumi_gcp/kms/crypto_key.py +0 -103
  17. pulumi_gcp/kms/get_kms_crypto_key.py +1 -11
  18. pulumi_gcp/kms/outputs.py +0 -112
  19. pulumi_gcp/networksecurity/address_group.py +1 -1
  20. pulumi_gcp/privilegedaccessmanager/entitlement.py +0 -4
  21. pulumi_gcp/provider.py +0 -20
  22. pulumi_gcp/pulumi-plugin.json +1 -1
  23. pulumi_gcp/securitycenter/__init__.py +0 -1
  24. pulumi_gcp/securitycenter/_inputs.py +0 -93
  25. pulumi_gcp/securitycenter/outputs.py +0 -59
  26. {pulumi_gcp-7.32.0.dist-info → pulumi_gcp-7.32.0a1721151794.dist-info}/METADATA +1 -1
  27. {pulumi_gcp-7.32.0.dist-info → pulumi_gcp-7.32.0a1721151794.dist-info}/RECORD +29 -33
  28. pulumi_gcp/gkehub/get_membership_binding.py +0 -222
  29. pulumi_gcp/securitycenter/project_notification_config.py +0 -518
  30. pulumi_gcp/siteverification/__init__.py +0 -8
  31. pulumi_gcp/siteverification/get_token.py +0 -221
  32. {pulumi_gcp-7.32.0.dist-info → pulumi_gcp-7.32.0a1721151794.dist-info}/WHEEL +0 -0
  33. {pulumi_gcp-7.32.0.dist-info → pulumi_gcp-7.32.0a1721151794.dist-info}/top_level.txt +0 -0
pulumi_gcp/provider.py CHANGED
@@ -172,7 +172,6 @@ class ProviderArgs:
172
172
  service_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
173
173
  service_networking_custom_endpoint: Optional[pulumi.Input[str]] = None,
174
174
  service_usage_custom_endpoint: Optional[pulumi.Input[str]] = None,
175
- site_verification_custom_endpoint: Optional[pulumi.Input[str]] = None,
176
175
  source_repo_custom_endpoint: Optional[pulumi.Input[str]] = None,
177
176
  spanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
178
177
  sql_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -504,8 +503,6 @@ class ProviderArgs:
504
503
  pulumi.set(__self__, "service_networking_custom_endpoint", service_networking_custom_endpoint)
505
504
  if service_usage_custom_endpoint is not None:
506
505
  pulumi.set(__self__, "service_usage_custom_endpoint", service_usage_custom_endpoint)
507
- if site_verification_custom_endpoint is not None:
508
- pulumi.set(__self__, "site_verification_custom_endpoint", site_verification_custom_endpoint)
509
506
  if source_repo_custom_endpoint is not None:
510
507
  pulumi.set(__self__, "source_repo_custom_endpoint", source_repo_custom_endpoint)
511
508
  if spanner_custom_endpoint is not None:
@@ -1917,15 +1914,6 @@ class ProviderArgs:
1917
1914
  def service_usage_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
1918
1915
  pulumi.set(self, "service_usage_custom_endpoint", value)
1919
1916
 
1920
- @property
1921
- @pulumi.getter(name="siteVerificationCustomEndpoint")
1922
- def site_verification_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
1923
- return pulumi.get(self, "site_verification_custom_endpoint")
1924
-
1925
- @site_verification_custom_endpoint.setter
1926
- def site_verification_custom_endpoint(self, value: Optional[pulumi.Input[str]]):
1927
- pulumi.set(self, "site_verification_custom_endpoint", value)
1928
-
1929
1917
  @property
1930
1918
  @pulumi.getter(name="sourceRepoCustomEndpoint")
1931
1919
  def source_repo_custom_endpoint(self) -> Optional[pulumi.Input[str]]:
@@ -2264,7 +2252,6 @@ class Provider(pulumi.ProviderResource):
2264
2252
  service_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
2265
2253
  service_networking_custom_endpoint: Optional[pulumi.Input[str]] = None,
2266
2254
  service_usage_custom_endpoint: Optional[pulumi.Input[str]] = None,
2267
- site_verification_custom_endpoint: Optional[pulumi.Input[str]] = None,
2268
2255
  source_repo_custom_endpoint: Optional[pulumi.Input[str]] = None,
2269
2256
  spanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
2270
2257
  sql_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2474,7 +2461,6 @@ class Provider(pulumi.ProviderResource):
2474
2461
  service_management_custom_endpoint: Optional[pulumi.Input[str]] = None,
2475
2462
  service_networking_custom_endpoint: Optional[pulumi.Input[str]] = None,
2476
2463
  service_usage_custom_endpoint: Optional[pulumi.Input[str]] = None,
2477
- site_verification_custom_endpoint: Optional[pulumi.Input[str]] = None,
2478
2464
  source_repo_custom_endpoint: Optional[pulumi.Input[str]] = None,
2479
2465
  spanner_custom_endpoint: Optional[pulumi.Input[str]] = None,
2480
2466
  sql_custom_endpoint: Optional[pulumi.Input[str]] = None,
@@ -2660,7 +2646,6 @@ class Provider(pulumi.ProviderResource):
2660
2646
  __props__.__dict__["service_management_custom_endpoint"] = service_management_custom_endpoint
2661
2647
  __props__.__dict__["service_networking_custom_endpoint"] = service_networking_custom_endpoint
2662
2648
  __props__.__dict__["service_usage_custom_endpoint"] = service_usage_custom_endpoint
2663
- __props__.__dict__["site_verification_custom_endpoint"] = site_verification_custom_endpoint
2664
2649
  __props__.__dict__["source_repo_custom_endpoint"] = source_repo_custom_endpoint
2665
2650
  __props__.__dict__["spanner_custom_endpoint"] = spanner_custom_endpoint
2666
2651
  __props__.__dict__["sql_custom_endpoint"] = sql_custom_endpoint
@@ -3421,11 +3406,6 @@ class Provider(pulumi.ProviderResource):
3421
3406
  def service_usage_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3422
3407
  return pulumi.get(self, "service_usage_custom_endpoint")
3423
3408
 
3424
- @property
3425
- @pulumi.getter(name="siteVerificationCustomEndpoint")
3426
- def site_verification_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
3427
- return pulumi.get(self, "site_verification_custom_endpoint")
3428
-
3429
3409
  @property
3430
3410
  @pulumi.getter(name="sourceRepoCustomEndpoint")
3431
3411
  def source_repo_custom_endpoint(self) -> pulumi.Output[Optional[str]]:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "7.32.0"
4
+ "version": "7.32.0-alpha.1721151794"
5
5
  }
@@ -19,7 +19,6 @@ from .mute_config import *
19
19
  from .notification_config import *
20
20
  from .organization_custom_module import *
21
21
  from .project_custom_module import *
22
- from .project_notification_config import *
23
22
  from .source import *
24
23
  from .source_iam_binding import *
25
24
  from .source_iam_member import *
@@ -93,8 +93,6 @@ __all__ = [
93
93
  'ProjectCustomModuleCustomConfigPredicateArgsDict',
94
94
  'ProjectCustomModuleCustomConfigResourceSelectorArgs',
95
95
  'ProjectCustomModuleCustomConfigResourceSelectorArgsDict',
96
- 'ProjectNotificationConfigStreamingConfigArgs',
97
- 'ProjectNotificationConfigStreamingConfigArgsDict',
98
96
  'SourceIamBindingConditionArgs',
99
97
  'SourceIamBindingConditionArgsDict',
100
98
  'SourceIamMemberConditionArgs',
@@ -3222,97 +3220,6 @@ class ProjectCustomModuleCustomConfigResourceSelectorArgs:
3222
3220
  pulumi.set(self, "resource_types", value)
3223
3221
 
3224
3222
 
3225
- if not MYPY:
3226
- class ProjectNotificationConfigStreamingConfigArgsDict(TypedDict):
3227
- filter: pulumi.Input[str]
3228
- """
3229
- Expression that defines the filter to apply across create/update
3230
- events of assets or findings as specified by the event type. The
3231
- expression is a list of zero or more restrictions combined via
3232
- logical operators AND and OR. Parentheses are supported, and OR
3233
- has higher precedence than AND.
3234
- Restrictions have the form <field> <operator> <value> and may have
3235
- a - character in front of them to indicate negation. The fields
3236
- map to those defined in the corresponding resource.
3237
- The supported operators are:
3238
- * = for all value types.
3239
- * >, <, >=, <= for integer values.
3240
- * :, meaning substring matching, for strings.
3241
- The supported value types are:
3242
- * string literals in quotes.
3243
- * integer literals without quotes.
3244
- * boolean literals true and false without quotes.
3245
- See
3246
- [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
3247
- for information on how to write a filter.
3248
-
3249
- - - -
3250
- """
3251
- elif False:
3252
- ProjectNotificationConfigStreamingConfigArgsDict: TypeAlias = Mapping[str, Any]
3253
-
3254
- @pulumi.input_type
3255
- class ProjectNotificationConfigStreamingConfigArgs:
3256
- def __init__(__self__, *,
3257
- filter: pulumi.Input[str]):
3258
- """
3259
- :param pulumi.Input[str] filter: Expression that defines the filter to apply across create/update
3260
- events of assets or findings as specified by the event type. The
3261
- expression is a list of zero or more restrictions combined via
3262
- logical operators AND and OR. Parentheses are supported, and OR
3263
- has higher precedence than AND.
3264
- Restrictions have the form <field> <operator> <value> and may have
3265
- a - character in front of them to indicate negation. The fields
3266
- map to those defined in the corresponding resource.
3267
- The supported operators are:
3268
- * = for all value types.
3269
- * >, <, >=, <= for integer values.
3270
- * :, meaning substring matching, for strings.
3271
- The supported value types are:
3272
- * string literals in quotes.
3273
- * integer literals without quotes.
3274
- * boolean literals true and false without quotes.
3275
- See
3276
- [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
3277
- for information on how to write a filter.
3278
-
3279
- - - -
3280
- """
3281
- pulumi.set(__self__, "filter", filter)
3282
-
3283
- @property
3284
- @pulumi.getter
3285
- def filter(self) -> pulumi.Input[str]:
3286
- """
3287
- Expression that defines the filter to apply across create/update
3288
- events of assets or findings as specified by the event type. The
3289
- expression is a list of zero or more restrictions combined via
3290
- logical operators AND and OR. Parentheses are supported, and OR
3291
- has higher precedence than AND.
3292
- Restrictions have the form <field> <operator> <value> and may have
3293
- a - character in front of them to indicate negation. The fields
3294
- map to those defined in the corresponding resource.
3295
- The supported operators are:
3296
- * = for all value types.
3297
- * >, <, >=, <= for integer values.
3298
- * :, meaning substring matching, for strings.
3299
- The supported value types are:
3300
- * string literals in quotes.
3301
- * integer literals without quotes.
3302
- * boolean literals true and false without quotes.
3303
- See
3304
- [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
3305
- for information on how to write a filter.
3306
-
3307
- - - -
3308
- """
3309
- return pulumi.get(self, "filter")
3310
-
3311
- @filter.setter
3312
- def filter(self, value: pulumi.Input[str]):
3313
- pulumi.set(self, "filter", value)
3314
-
3315
-
3316
3223
  if not MYPY:
3317
3224
  class SourceIamBindingConditionArgsDict(TypedDict):
3318
3225
  expression: pulumi.Input[str]
@@ -55,7 +55,6 @@ __all__ = [
55
55
  'ProjectCustomModuleCustomConfigCustomOutputPropertyValueExpression',
56
56
  'ProjectCustomModuleCustomConfigPredicate',
57
57
  'ProjectCustomModuleCustomConfigResourceSelector',
58
- 'ProjectNotificationConfigStreamingConfig',
59
58
  'SourceIamBindingCondition',
60
59
  'SourceIamMemberCondition',
61
60
  'V2OrganizationNotificationConfigStreamingConfig',
@@ -2253,64 +2252,6 @@ class ProjectCustomModuleCustomConfigResourceSelector(dict):
2253
2252
  return pulumi.get(self, "resource_types")
2254
2253
 
2255
2254
 
2256
- @pulumi.output_type
2257
- class ProjectNotificationConfigStreamingConfig(dict):
2258
- def __init__(__self__, *,
2259
- filter: str):
2260
- """
2261
- :param str filter: Expression that defines the filter to apply across create/update
2262
- events of assets or findings as specified by the event type. The
2263
- expression is a list of zero or more restrictions combined via
2264
- logical operators AND and OR. Parentheses are supported, and OR
2265
- has higher precedence than AND.
2266
- Restrictions have the form <field> <operator> <value> and may have
2267
- a - character in front of them to indicate negation. The fields
2268
- map to those defined in the corresponding resource.
2269
- The supported operators are:
2270
- * = for all value types.
2271
- * >, <, >=, <= for integer values.
2272
- * :, meaning substring matching, for strings.
2273
- The supported value types are:
2274
- * string literals in quotes.
2275
- * integer literals without quotes.
2276
- * boolean literals true and false without quotes.
2277
- See
2278
- [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
2279
- for information on how to write a filter.
2280
-
2281
- - - -
2282
- """
2283
- pulumi.set(__self__, "filter", filter)
2284
-
2285
- @property
2286
- @pulumi.getter
2287
- def filter(self) -> str:
2288
- """
2289
- Expression that defines the filter to apply across create/update
2290
- events of assets or findings as specified by the event type. The
2291
- expression is a list of zero or more restrictions combined via
2292
- logical operators AND and OR. Parentheses are supported, and OR
2293
- has higher precedence than AND.
2294
- Restrictions have the form <field> <operator> <value> and may have
2295
- a - character in front of them to indicate negation. The fields
2296
- map to those defined in the corresponding resource.
2297
- The supported operators are:
2298
- * = for all value types.
2299
- * >, <, >=, <= for integer values.
2300
- * :, meaning substring matching, for strings.
2301
- The supported value types are:
2302
- * string literals in quotes.
2303
- * integer literals without quotes.
2304
- * boolean literals true and false without quotes.
2305
- See
2306
- [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications)
2307
- for information on how to write a filter.
2308
-
2309
- - - -
2310
- """
2311
- return pulumi.get(self, "filter")
2312
-
2313
-
2314
2255
  @pulumi.output_type
2315
2256
  class SourceIamBindingCondition(dict):
2316
2257
  def __init__(__self__, *,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_gcp
3
- Version: 7.32.0
3
+ Version: 7.32.0a1721151794
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -1,8 +1,8 @@
1
- pulumi_gcp/__init__.py,sha256=OGOfg0Hnid7bQNNFrXAMqcRnj0dFq_ls-2db0-MqQ_E,197143
1
+ pulumi_gcp/__init__.py,sha256=bEPfDRWI6M6IwpNi_JxCI8UknXgGYtmeuU00kqzTI30,196725
2
2
  pulumi_gcp/_inputs.py,sha256=Od7fuuGzQlwMR_yFc1c5R1CuvtPhgRpe262W7i6UPKc,1873
3
3
  pulumi_gcp/_utilities.py,sha256=zozFZPZGnJJ7MjOYHQPdH-l-EHcRcX5lh5TVi22oTCw,10446
4
- pulumi_gcp/provider.py,sha256=O4LahjqHEigGxkzUXyXt82ajo-foURLYMJu5LizJfuQ,191899
5
- pulumi_gcp/pulumi-plugin.json,sha256=IvS5YKUqNSxWLQToAUAuuwrhZ23pnlhdGTUpkY1qdOQ,63
4
+ pulumi_gcp/provider.py,sha256=aO4oUvJYwkXbwluDG0FvvvmRdYdFVDg6bDXCl5Gll6o,190722
5
+ pulumi_gcp/pulumi-plugin.json,sha256=FhfI0xb4S14brh3UVylYtI2XxxOXwINK3Ml3t-Bhgio,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
@@ -36,7 +36,7 @@ pulumi_gcp/activedirectory/peering.py,sha256=BKnNi_RKwlAGQJ9mlhceUqpHi1oe_O9fWML
36
36
  pulumi_gcp/alloydb/__init__.py,sha256=RdYPS9a0WxII51GxWIAndFO9sAYVghO8mRQymYi35UM,476
37
37
  pulumi_gcp/alloydb/_inputs.py,sha256=BBtTzvrwtceBW-tdkjRZ9_KUrjJRu48pBmVmWfWmLdY,87005
38
38
  pulumi_gcp/alloydb/backup.py,sha256=9-RJ8SQmUc9vHfkAlGdNbCnXXdGq5ppZNOd2xt-3bXI,65866
39
- pulumi_gcp/alloydb/cluster.py,sha256=_LMqFqnidNBm2lhD1-L9XZOTydQrWne7PpJxsS-Y0i4,107084
39
+ pulumi_gcp/alloydb/cluster.py,sha256=vgRaWluAQQpVv8QW2d7Ku2ozz7aUW_Ya4iQww575kj8,108246
40
40
  pulumi_gcp/alloydb/get_locations.py,sha256=iIN9KPfrdlYTkZxEBN0EFLPRgpcUs02yaCPQUwmB3Fc,3832
41
41
  pulumi_gcp/alloydb/get_supported_database_flags.py,sha256=E54qBntxSwH-RnHwmQYOpHWBHmbrENsLubUWzlNs3vw,4976
42
42
  pulumi_gcp/alloydb/instance.py,sha256=XJd0BGwAN-tud67C8jQlxc8BmSKzW7fbEy8oGVyX9uA,77395
@@ -149,7 +149,7 @@ pulumi_gcp/biglake/database.py,sha256=7HVWJXwBn-kOgltDs9o0RP3LDS2Lr6owoTdd5f1BDp
149
149
  pulumi_gcp/biglake/outputs.py,sha256=XRksceccfpMHJ_JIFqYZScUK5DgG8khCYOGjnQuo6XA,7714
150
150
  pulumi_gcp/biglake/table.py,sha256=tSsH9Z8hz8Hu4SFIGKddfGlqcbEr4wsZ4N4bN9eS1kY,29429
151
151
  pulumi_gcp/bigquery/__init__.py,sha256=kZS2vw_OB-Azsnpm24Ioq03ew7ktEImnUhyCV4GF61g,1128
152
- pulumi_gcp/bigquery/_inputs.py,sha256=dUE0mt0BYXuzAckPZI9okaQcV2FQy19Q16SD6NIa8wY,358465
152
+ pulumi_gcp/bigquery/_inputs.py,sha256=aDVnOQ3ptANhC8W7edkrMko62fuKh03FnZ0Zzxgc2Os,358537
153
153
  pulumi_gcp/bigquery/app_profile.py,sha256=px9bWKoz4SA-jndnJ3CA1HzKm356fW6VtnSiwVIZ6lY,41728
154
154
  pulumi_gcp/bigquery/bi_reservation.py,sha256=VrjPy5GZtruqaqfLyvHgQfOpUY8vdrqPBvFVP0tmJcQ,19083
155
155
  pulumi_gcp/bigquery/capacity_commitment.py,sha256=8ItU7tUa7cPZVLKBxGEe7pLPGbf2AwSFgPVKR0LYqVg,35626
@@ -158,8 +158,8 @@ pulumi_gcp/bigquery/connection_iam_binding.py,sha256=jeir1feh5IoF_p3MBMcpcv63u80
158
158
  pulumi_gcp/bigquery/connection_iam_member.py,sha256=hw5BQ_-U9d_R1X995tqEGTJ79OdGZY99ZmR2dcXIBc8,45015
159
159
  pulumi_gcp/bigquery/connection_iam_policy.py,sha256=JLZygHRj7BgbjsMUjfLfWLAhskTSgSqodwTXXlewCSE,31697
160
160
  pulumi_gcp/bigquery/data_transfer_config.py,sha256=o5H6-pn7PLbx8JOkbOsQ6leTLruiRqe2hBREvY34bEY,61282
161
- pulumi_gcp/bigquery/dataset.py,sha256=kO7T281ZvnLrW6EmLPnpbqcZ4lzjltKXj2IQQjH_G3E,98286
162
- pulumi_gcp/bigquery/dataset_access.py,sha256=IhX4v6UZe3kjgonPem-MBYLLuaBQyfE2hl7i4-46rUA,49194
161
+ pulumi_gcp/bigquery/dataset.py,sha256=p6_XAcloMw3FF2M0T7-vKKBb6Wcio8LtQCD2wjtj53Q,98554
162
+ pulumi_gcp/bigquery/dataset_access.py,sha256=6UzeDjEZfG0CYSbqwF8IHHNV_z7VnsR6YIHU2lSZzRY,49462
163
163
  pulumi_gcp/bigquery/dataset_iam_binding.py,sha256=OroMS-po_P8akCBpBm-H-0KgWYUE8a9T-hFQ9ScXG1w,34789
164
164
  pulumi_gcp/bigquery/dataset_iam_member.py,sha256=P-1OhXfcj0t7u4blkgUWwLN0Ssg1SWgsHf4gNdYK2OU,34398
165
165
  pulumi_gcp/bigquery/dataset_iam_policy.py,sha256=ZDqbmd0ORv5woid6a-YSvyhDzA5MxlepPcODfaeZWyM,21945
@@ -172,7 +172,7 @@ pulumi_gcp/bigquery/iam_binding.py,sha256=e4VWOQDoD0thP7ci3H5Hmu3hD-EOk6F3A1UWFc
172
172
  pulumi_gcp/bigquery/iam_member.py,sha256=hvNnYnsfmaerJireN8btCvF5cl-IZX0o3PtPOhj4zx4,46542
173
173
  pulumi_gcp/bigquery/iam_policy.py,sha256=3nk8WPEcuQlnYsRPPwKgvXuc6u3kvoVcba6myQj3HtI,32028
174
174
  pulumi_gcp/bigquery/job.py,sha256=1mbezZznN0trwIKr7mU2HxTdU_Qkl70hhzKDFTbekAA,59380
175
- pulumi_gcp/bigquery/outputs.py,sha256=9RVs9uwmADqF0c6-R4UxICgklPtvYqY9UAEPnxPnPug,278934
175
+ pulumi_gcp/bigquery/outputs.py,sha256=ySGC1La3hvBqB-TiteUQJEaZt5wMvXDEIrZ4rylg4QE,279138
176
176
  pulumi_gcp/bigquery/reservation.py,sha256=MhMcPeoVmS5wMm45vtLoSPem6igr_YpJ4zFYNv_E7zY,33986
177
177
  pulumi_gcp/bigquery/reservation_assignment.py,sha256=pKjkzjcdLtUXuqap1445cz5FM0Q9_cQ8zYr1G9-K_YQ,21397
178
178
  pulumi_gcp/bigquery/routine.py,sha256=TveAHcRFGUeKo_xZd2ZuSuT_PNov-e0omwir6MmU8Ow,72196
@@ -200,7 +200,7 @@ pulumi_gcp/bigquerydatapolicy/get_iam_policy.py,sha256=FExZ49Q4MEx_d1mNyLTxw7-IN
200
200
  pulumi_gcp/bigquerydatapolicy/outputs.py,sha256=Oy2A1y3OErHE3V8Ymdy25Hnkwx9tii57U01TFW-lDDo,4532
201
201
  pulumi_gcp/bigtable/__init__.py,sha256=kt14Qjgv4IFG3DZNFgX0vGMOAhjc65mvHWIGGOzWMqY,693
202
202
  pulumi_gcp/bigtable/_inputs.py,sha256=9IPWCb-iQZr9Bvvlxgdyi-VsLKnyKPldJvzsB2fpjMk,34951
203
- pulumi_gcp/bigtable/authorized_view.py,sha256=Fm4VCoTjq8SNH9X9Ivcmg7PiKGhNgl9yBmDhJykJZTA,23066
203
+ pulumi_gcp/bigtable/authorized_view.py,sha256=LiIPEMSG25tQZbAsYy5nTie4gAx8W3VNjqmSk5nH1cg,19648
204
204
  pulumi_gcp/bigtable/gc_policy.py,sha256=XN3MGBfVukUSBgZxh_ilCuwfAboRsZvh-ZI4jUvrouM,37621
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
@@ -474,7 +474,7 @@ pulumi_gcp/compute/get_subnetwork_iam_policy.py,sha256=7LO4P5Es2KgkqPEuQ08tqcy3J
474
474
  pulumi_gcp/compute/get_subnetworks.py,sha256=TX7pQxDLXuGCv3EcuW8AlQEkKAdokkK2PG6dymQCPH4,6016
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
- pulumi_gcp/compute/global_address.py,sha256=c7sIkTeHjZXU7GBzexl3V1nw-BxbGEmDVUkdkvIxhyM,46700
477
+ pulumi_gcp/compute/global_address.py,sha256=dhFgSAJgOBqHHT5ElBuiKvyBP9FOL2xMuM45qK6Jo5c,45872
478
478
  pulumi_gcp/compute/global_forwarding_rule.py,sha256=EcMe2cEwuFNMLNsh4wBL2oPCpUJcpd4-yOXhc91AmHM,140459
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
@@ -586,7 +586,7 @@ pulumi_gcp/compute/subnetwork_iam_policy.py,sha256=HzY2WAKkgu_Ituw9PDFJtxBdPIaqr
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
588
  pulumi_gcp/compute/target_https_proxy.py,sha256=hGALz1jDO0K6u4671EoVUekbUnpLVdA4Kl-i21wrluE,81045
589
- pulumi_gcp/compute/target_instance.py,sha256=Jco_j0juVaKhQcNx3lm0mc1NiE-8cQhvjLEKQgcpnDE,40937
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
@@ -594,9 +594,9 @@ pulumi_gcp/compute/url_map.py,sha256=ecl9U3-FuYsYbONAKZ2toDxN7OS4G2GxDHZE6VRzNkw
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
597
- pulumi_gcp/config/__init__.pyi,sha256=FrXFFopzbUbxf_yM6z9qud7BFGxstAZNWr1PEGHVu40,7815
597
+ pulumi_gcp/config/__init__.pyi,sha256=7ZZSzlYEBtEyxRE4mD5mUjSRtbUG-DAb6tzo80_-AWs,7768
598
598
  pulumi_gcp/config/outputs.py,sha256=Q96GtTVg1WzFmBimxYM36KLhlaG0_jQONtYWi0r7BJk,1234
599
- pulumi_gcp/config/vars.py,sha256=FN3JqxrY6IycALTELQkALNPQcpTT8qH6fvLEYaKbmdU,24351
599
+ pulumi_gcp/config/vars.py,sha256=yE3ZhP1dn05hoP0EV1YuGwKL4C4WOvxPN_0DP9n9oQM,24206
600
600
  pulumi_gcp/container/__init__.py,sha256=KbuEacj9tsLxH3rVHSnPd3VtGOOnpdgVgv-Fq0o_Ll4,845
601
601
  pulumi_gcp/container/_inputs.py,sha256=mtFwbmhCQGMo2w-XtqjbTPrdNOGv1n3F16oNS9IPhUI,885336
602
602
  pulumi_gcp/container/attached_cluster.py,sha256=eW1dhZevG_w-EV4dHJejfBS58Uoh2LBDnHYVyOkN_vk,70861
@@ -920,7 +920,7 @@ pulumi_gcp/gkebackup/restore_plan.py,sha256=sC-3LVorkCirPg8PNrKsVvmgjFDPYy4JbEeM
920
920
  pulumi_gcp/gkebackup/restore_plan_iam_binding.py,sha256=j2cfZoxYVB7338hgoNS2-iCOYTwRNN3mbhcgi3R27sg,40984
921
921
  pulumi_gcp/gkebackup/restore_plan_iam_member.py,sha256=6-nu9J7muaYDa0AY-XGruvb_p404akUuXLJn6iogkN4,40585
922
922
  pulumi_gcp/gkebackup/restore_plan_iam_policy.py,sha256=XULV2o1rfxzmpeWOvtrANWUWEOb5t34ot1tOAcIOCHc,27240
923
- pulumi_gcp/gkehub/__init__.py,sha256=P7gf8UJdwIV34FUzJnHZhgV30I8Iz4EKycujoxCW9cc,1046
923
+ pulumi_gcp/gkehub/__init__.py,sha256=iLb4Z8dfMN3lOqheVhtE2RRRRbx_I32y5BCU_AqNwyI,1008
924
924
  pulumi_gcp/gkehub/_inputs.py,sha256=85_TMsbaolrN4zEkCmUZB1yJmjxOpMbfHrtTGUZHP5E,215526
925
925
  pulumi_gcp/gkehub/feature.py,sha256=GRnuG00Y7NgoiV3uuoCEBaf7LwmB0GdzpVODV96mGh4,52947
926
926
  pulumi_gcp/gkehub/feature_iam_binding.py,sha256=w0GucOsHTY3w9jU7at__OOYq8PWSUWEzTqOuZPMgMac,40236
@@ -929,7 +929,6 @@ pulumi_gcp/gkehub/feature_iam_policy.py,sha256=BPIMfzmCmhyq2AOWdh1uwAcrw0I2NocW8
929
929
  pulumi_gcp/gkehub/feature_membership.py,sha256=5huMr4O_xvuHM6SEZigFifuSUMvKh5KgvXnMKB_TOzk,39732
930
930
  pulumi_gcp/gkehub/fleet.py,sha256=JH_bCIEODfE__nbTI-1jzRP_CtBPWQlxi3KvhJDJoRs,22090
931
931
  pulumi_gcp/gkehub/get_feature_iam_policy.py,sha256=-pbSTN-axUQxfJTRzFShQrZB4mo9_y4DBKOUEdBQiyE,6755
932
- pulumi_gcp/gkehub/get_membership_binding.py,sha256=6-DsgRBNkKdRMTlhjeEf2dxsrYvmW2o2qet2qU1yMWE,9021
933
932
  pulumi_gcp/gkehub/get_membership_iam_policy.py,sha256=Xn8V0EZA_RvYhOnqTIF4BdUObMbv7fD6OYbBD4NyMog,7000
934
933
  pulumi_gcp/gkehub/get_scope_iam_policy.py,sha256=YgC0lssED2hj63VbT49nvWnYZovyFIcnmCvhWWQwZI0,5275
935
934
  pulumi_gcp/gkehub/membership.py,sha256=EdConvoRR1OgFr93EnvAUndKR5y_SiIk-gFXFC45_N8,36863
@@ -939,7 +938,7 @@ pulumi_gcp/gkehub/membership_iam_member.py,sha256=ugf_Jk9P4Y1r5l0BoO7KIr_s-F58rk
939
938
  pulumi_gcp/gkehub/membership_iam_policy.py,sha256=qhl4w3DyLGt9UMxZ5S2CVac3nO582LwvBSYKt3JzmLo,27360
940
939
  pulumi_gcp/gkehub/membership_rbac_role_binding.py,sha256=uvO7JCzHZZEyJDECLWeAM34W2flHVoO1tnLnEBHbIl8,29698
941
940
  pulumi_gcp/gkehub/namespace.py,sha256=41Wsx9wLKgusIL59rB11M9PUHFTaatlxA3qRcerpai4,34645
942
- pulumi_gcp/gkehub/outputs.py,sha256=5xLKX3kN8o1i7ZuqvmIjDOdnHhprFXQEc7KGSFMLdI0,151855
941
+ pulumi_gcp/gkehub/outputs.py,sha256=dPh-_Y2GUFjQ5tZV7M0e1GIRkJgkT4BFR0J7w3V81Ts,151349
943
942
  pulumi_gcp/gkehub/scope.py,sha256=3cz98zRKGYig0RXcRnIOz_FbSBwvh0xctoplNbe2Evk,29770
944
943
  pulumi_gcp/gkehub/scope_iam_binding.py,sha256=fUj2kbJCnoZ22yY53lN9zs7NKsxbHpbhUSCjGZWhXnI,35173
945
944
  pulumi_gcp/gkehub/scope_iam_member.py,sha256=-RMoLvs8HA2o0M-vUa1HN7YjSqH4AeJLy2clP8jwuWo,34774
@@ -1003,7 +1002,7 @@ pulumi_gcp/iap/app_engine_version_iam_binding.py,sha256=p78_0slZPHousx6CkYkCieV3
1003
1002
  pulumi_gcp/iap/app_engine_version_iam_member.py,sha256=wuK8Z_oockOJTwezsL8dch4U5vcU-WiAhdKjzhlPC6Y,53793
1004
1003
  pulumi_gcp/iap/app_engine_version_iam_policy.py,sha256=E2H_-Zx_KhTLBBymCAFe_t1ztluL45SBf03kqaWFYmQ,38898
1005
1004
  pulumi_gcp/iap/brand.py,sha256=l98G3PUc8qjlef3IC0MOrebhmFNewx3a8jhLmd5M9bg,19199
1006
- pulumi_gcp/iap/client.py,sha256=526nmSLfGD0Bpt7IFF2mrt8ksmCmjLhgRDgkbUMdW9I,14875
1005
+ pulumi_gcp/iap/client.py,sha256=gHkXTGGb8NdcABgSfDzRwBb59ytYVgk9Ia4dHyYOdtI,15141
1007
1006
  pulumi_gcp/iap/get_app_engine_service_iam_policy.py,sha256=fZ5MSwHWOjleuAsPcUVWo22cQ12uj5WifoOHscCnUug,6673
1008
1007
  pulumi_gcp/iap/get_app_engine_version_iam_policy.py,sha256=d03TtqcXIhsADweSenAapEbnsN5aZZ5PhAOPgc-8kzU,7643
1009
1008
  pulumi_gcp/iap/get_client.py,sha256=5MgjwxiViJYiWIG4PGYcqXm2Qp-U1CDPoCqfb5CCWMo,4121
@@ -1060,9 +1059,9 @@ pulumi_gcp/integrationconnectors/endpoint_attachment.py,sha256=1q5fPV_A9wKh7zdZ1
1060
1059
  pulumi_gcp/integrationconnectors/managed_zone.py,sha256=_eMtqOIy_y63IlujKKIwWoA7hXoltD20WNhbtbK2LGE,31368
1061
1060
  pulumi_gcp/integrationconnectors/outputs.py,sha256=0mNyeE-ozS2WBjoGvl5apTTP_uSFxFi_NJTYs2dvJMk,104541
1062
1061
  pulumi_gcp/kms/__init__.py,sha256=4oRyPFoVbUtsJoWtt17IimIdQBcG4PrQcvX5CHBdLsg,1130
1063
- pulumi_gcp/kms/_inputs.py,sha256=2GASvZi3nzzSQ4dHeeh2LGFGO_TSOOmFpEWv0TUXldw,55177
1062
+ pulumi_gcp/kms/_inputs.py,sha256=JnCV302vv-ADzVstWbLuqf_vpDzRafGRLRS2AQAsS-g,53347
1064
1063
  pulumi_gcp/kms/autokey_config.py,sha256=ixQ7qNFjzoL0q8pS1FO3WlSp--IM17QYMFVJu3guc3c,15498
1065
- pulumi_gcp/kms/crypto_key.py,sha256=QD-le2MW35CUG-rEbcVZBrFqJaZl19mk7Y3VsAI-mTk,55080
1064
+ pulumi_gcp/kms/crypto_key.py,sha256=RjB9AW6e11gMI9lliUdTyjLjWoQo1XoUFHCZwsRlSQM,46798
1066
1065
  pulumi_gcp/kms/crypto_key_iam_binding.py,sha256=sa9uzt2I0poYIAyJ_D4g5xWDZU8gKIcfFoAOr34pNDY,32266
1067
1066
  pulumi_gcp/kms/crypto_key_iam_member.py,sha256=hnwaann010aXTKUgdhoD9RKOdylWTfzdJSS1DV6fWs0,31869
1068
1067
  pulumi_gcp/kms/crypto_key_iam_policy.py,sha256=Jn2ESdyKRoW_W7IBXeJCEgn4J9OZu38VTEA085Zgu_Y,20152
@@ -1072,7 +1071,7 @@ pulumi_gcp/kms/get_crypto_key_iam_policy.py,sha256=xMYG5hwDCUliU5X_XPchAQzQDiP0-
1072
1071
  pulumi_gcp/kms/get_crypto_keys.py,sha256=8b5fszji5kIWA_Q74JgknTc7IOO32nIVNt-UDIwIZzI,6382
1073
1072
  pulumi_gcp/kms/get_key_ring_iam_policy.py,sha256=Ar7bPCN4QEf-b7gb3Ur-5b4XdLKh_T3Dgc1a8zg-1iM,4720
1074
1073
  pulumi_gcp/kms/get_key_rings.py,sha256=X7pabYPsi2b3s0axHuDK1SbpO-ZPYBjGeiaY3y0Dc58,4201
1075
- pulumi_gcp/kms/get_kms_crypto_key.py,sha256=8lIV_taR9MoRJw1pcAX7FZyTkmXAXcIBoKdJr-D6ZJA,11923
1074
+ pulumi_gcp/kms/get_kms_crypto_key.py,sha256=05OzyCBHEgJI3YQbabC3ggMKaMk535JakVTtGoT74V8,11114
1076
1075
  pulumi_gcp/kms/get_kms_crypto_key_version.py,sha256=O4ewOjReQIRIWlTBGf9zaDxcrLep3eE8--S9I17F80k,8644
1077
1076
  pulumi_gcp/kms/get_kms_key_ring.py,sha256=e0T8fkQQ6J7GGryimuL5QspbD020vP7iPOV1HIXTD6s,5828
1078
1077
  pulumi_gcp/kms/get_kms_secret.py,sha256=eCIh1WfFMiG91KQdaQ00Hz2V3kBPjTxKGEAfHi7RPWI,9671
@@ -1084,7 +1083,7 @@ pulumi_gcp/kms/key_ring_iam_binding.py,sha256=wmayyeZDC9az5jtmD9U4vTz8Gllj6nM2ZB
1084
1083
  pulumi_gcp/kms/key_ring_iam_member.py,sha256=Ta19yKRtucs4sRRRcvAoDdO1BNvxFYV5o7C99nHbPJ8,37985
1085
1084
  pulumi_gcp/kms/key_ring_iam_policy.py,sha256=4AuUau__kq1vZ0OTRA2Wu6-Z3hrXJ3D0T1W47-gchUw,25844
1086
1085
  pulumi_gcp/kms/key_ring_import_job.py,sha256=xBY5t5V0YTKAP3ffgVevxP7JTnK4uTnds_KiVxDV87g,26263
1087
- pulumi_gcp/kms/outputs.py,sha256=_paGIDo6lFh3LxwnR52AOXPHa5DQ-fO1AiIX_K3Rqcg,58320
1086
+ pulumi_gcp/kms/outputs.py,sha256=nl0lL91uyRu2EM8dk2x34wjd3IV996y5nNMvTSNoy64,52706
1088
1087
  pulumi_gcp/kms/secret_ciphertext.py,sha256=hqJ8mxaNgvUjK-22kC7wMgaJ0_db7Q1ZA2trTkppB8E,18437
1089
1088
  pulumi_gcp/logging/__init__.py,sha256=geeUtRUgWxqy9-jxzVl03xDU0aFBKjz3WvFArJ8RE4E,1208
1090
1089
  pulumi_gcp/logging/_inputs.py,sha256=Bmgqo97ACk8IKVGVi7bprHQ4-JaI3nWvY7nikE_N4Jc,102104
@@ -1184,7 +1183,7 @@ pulumi_gcp/networkmanagement/connectivity_test.py,sha256=6kiK5V8LY8usnw-zhYAQ5eY
1184
1183
  pulumi_gcp/networkmanagement/outputs.py,sha256=S_p_1NTf8yzlLWHKp49bYAc-stQhqZrfX3KoE8teWZE,9676
1185
1184
  pulumi_gcp/networksecurity/__init__.py,sha256=evanJKFfV7GrWtQyuwa58kdN4irExsLXleExvS6ZViQ,902
1186
1185
  pulumi_gcp/networksecurity/_inputs.py,sha256=ppthMUDoZDjJVy6vC6Qe9VpjSjhToiaKUKb4Ew_F3Zk,60812
1187
- pulumi_gcp/networksecurity/address_group.py,sha256=tL0qaqUidR4992D1ezUcOMRMGF-P9QGUbbxBVZKSh1A,37923
1186
+ pulumi_gcp/networksecurity/address_group.py,sha256=EMxdE54pgdskklZKk4HW3rXUknZRbO9P6d-wqSGJfIE,37933
1188
1187
  pulumi_gcp/networksecurity/address_group_iam_binding.py,sha256=PkR2QyNmibew4Zlplg5WLc_R-CBeDj1p6_g5_HTu6c0,36447
1189
1188
  pulumi_gcp/networksecurity/address_group_iam_member.py,sha256=IxCPxC4jkFl4mq1fYb7sb1CfNqcD4rpQDvPnS8QrAD0,36048
1190
1189
  pulumi_gcp/networksecurity/address_group_iam_policy.py,sha256=UGmOPlBLHkvYwQvLzGgD9MS3KzIur6j6ZswnqbKVmDQ,22641
@@ -1271,7 +1270,7 @@ pulumi_gcp/parallelstore/__init__.py,sha256=v3vMyw1cX_icjI-eRktYMatDKbs_HbdjtMa-
1271
1270
  pulumi_gcp/parallelstore/instance.py,sha256=J2EXJzS58aHJh5-kr0TFmzEINXIKotD_FsxeSE38nbI,53888
1272
1271
  pulumi_gcp/privilegedaccessmanager/__init__.py,sha256=GcsK-XKqvEgYKQrQsD044pO7s3GxLD7Gy6VmCGma1NA,341
1273
1272
  pulumi_gcp/privilegedaccessmanager/_inputs.py,sha256=xRZzrnZx5L7p01TdwaF1W-UsZYvHz7QX1wajvyVAxAU,28457
1274
- pulumi_gcp/privilegedaccessmanager/entitlement.py,sha256=oTC7vG8e-ltCP6ZpNOa8T9BsnaI406_Vl2AI4zUz2LQ,48031
1273
+ pulumi_gcp/privilegedaccessmanager/entitlement.py,sha256=7IDdOA2dAkj23ygI9jRJvKuuKQs_TwOHXX6aw91SGbU,47709
1275
1274
  pulumi_gcp/privilegedaccessmanager/outputs.py,sha256=ggybODca5skRl6ioorBbF4VfBiRQ7cuFb6x2t3RUQc0,21917
1276
1275
  pulumi_gcp/projects/__init__.py,sha256=aOtO430jqofonG851ped1QS5IUhvZ1ZF3rgZOHRQi38,848
1277
1276
  pulumi_gcp/projects/_inputs.py,sha256=exROdx799h94JDArsYHxNN2EkNFUxYntx4431fhiRoo,41714
@@ -1365,8 +1364,8 @@ pulumi_gcp/securesourcemanager/repository.py,sha256=4H5Q-DPG6MlqBk75uG51ISfXcA2l
1365
1364
  pulumi_gcp/securesourcemanager/repository_iam_binding.py,sha256=UTyhCWU0U1uUBmP4GIKFmH4lKqPpbjhQRkDOqOXx5Js,42827
1366
1365
  pulumi_gcp/securesourcemanager/repository_iam_member.py,sha256=9Xb9W2qasKvyXeuetjPgLc4GB5U9uoNP2B60s9xIIR8,42428
1367
1366
  pulumi_gcp/securesourcemanager/repository_iam_policy.py,sha256=3NQPUu9kx6fsT4EP75iAzMa1QLfu5WUTqRbwaT5VL_g,29033
1368
- pulumi_gcp/securitycenter/__init__.py,sha256=17I1QY0ptss1qQJrsz1hTo_rVOhD-WN2XgSFwuliaMk,1204
1369
- pulumi_gcp/securitycenter/_inputs.py,sha256=PDJ-5TgSv27eMyTxVjN-v8-hq0YC_5B2JMsLwfifCmQ,156410
1367
+ pulumi_gcp/securitycenter/__init__.py,sha256=WinDfDkww-eSpH9bT38A2Ts_-AkPbspntFKgN2uJlQI,1161
1368
+ pulumi_gcp/securitycenter/_inputs.py,sha256=ucjZgPZVs7ZUrerEDKavN-goy3jm4NbfBT1n0fVmIiM,152176
1370
1369
  pulumi_gcp/securitycenter/event_threat_detection_custom_module.py,sha256=DH-KVk5g4wRQKL57tx5CUiIeRyduvi810lUvKm3JDVE,23370
1371
1370
  pulumi_gcp/securitycenter/folder_custom_module.py,sha256=qxUHmUxQiGgz4naWnF2wOAAQEXFFuEJJR64TeqO7boI,30938
1372
1371
  pulumi_gcp/securitycenter/get_source_iam_policy.py,sha256=hBWEv_U56nqihk6EaInRoy8WveRNTd6mFMQJqmjtlAg,4875
@@ -1380,9 +1379,8 @@ pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_mo
1380
1379
  pulumi_gcp/securitycenter/mute_config.py,sha256=kTuN95FSaHEjeCgxzxbaGX0Q12ijZ3IFID-NPJX4nd4,23760
1381
1380
  pulumi_gcp/securitycenter/notification_config.py,sha256=5jacux7IYHzYrrsoiZHCrg42MhBHKEjrjFM1pfu7gFI,23433
1382
1381
  pulumi_gcp/securitycenter/organization_custom_module.py,sha256=sUWiVVA83cw7ZfYivqhiBNJPZOoC_P1j6YPdA4S4Ssg,31086
1383
- pulumi_gcp/securitycenter/outputs.py,sha256=6AqUwe0bSx9LfEL_OyhJH8BK4yQajS_hw7ahhDvH-g8,104104
1382
+ pulumi_gcp/securitycenter/outputs.py,sha256=nrIqk0CP5soebOdVKmx_BH85gE6rbwX3tlUHT5d91oQ,101396
1384
1383
  pulumi_gcp/securitycenter/project_custom_module.py,sha256=MSIHlqcSmCLTnBvXI9U_QWDVxZnGkcuAPjMq2GW6BQ0,30079
1385
- pulumi_gcp/securitycenter/project_notification_config.py,sha256=lh8DTlAEdMQq2cs13MAVK7O0fHSKqHvlQZgsb_ugBSk,22940
1386
1384
  pulumi_gcp/securitycenter/source.py,sha256=Caa69fBDjTqYzZ_eFPcUwPsmcxss_VysA5mrBpJ0BXQ,16844
1387
1385
  pulumi_gcp/securitycenter/source_iam_binding.py,sha256=OzFQyOXoD_BR4FyxPzT7OlAjWOVdGszNAO6BK05drdI,15706
1388
1386
  pulumi_gcp/securitycenter/source_iam_member.py,sha256=hU66pHZKJdt6i-AWULThf0JHQHpATg3wzeFzNG3Vj24,15411
@@ -1428,8 +1426,6 @@ pulumi_gcp/servicenetworking/peered_dns_domain.py,sha256=mltXaiOK0toXDbNsgXyoUGk
1428
1426
  pulumi_gcp/servicenetworking/vpc_service_controls.py,sha256=rCVZA3AnZCz73rmXrXU5n6cEELm2wJtLXzEAUoX6kBc,22074
1429
1427
  pulumi_gcp/serviceusage/__init__.py,sha256=tJUSyAUZAu-ueJRSFA6BrexcT5PL9Qdey3gaV9tUzxU,308
1430
1428
  pulumi_gcp/serviceusage/consumer_quota_override.py,sha256=qRfk18iMONctAxEbrmobRIJgYYECBLpck4sf90FipnY,30380
1431
- pulumi_gcp/siteverification/__init__.py,sha256=jkngTB8m9rUUAA4Ll5jm9tiSY_195ufLahxGt9Vvuc8,294
1432
- pulumi_gcp/siteverification/get_token.py,sha256=act31ijmVIL7YUwulBZ6mrAN57kKUb5T167ayFvKi3g,7439
1433
1429
  pulumi_gcp/sourcerepo/__init__.py,sha256=HPRPzjrX2Q1XRJTYcomKFvQxkF-GIBGaWxyWgaKKu9s,523
1434
1430
  pulumi_gcp/sourcerepo/_inputs.py,sha256=xjP2HclSzQ5ekd7YB49wLssUJCGX_Uk50kLx4S7V8f4,7778
1435
1431
  pulumi_gcp/sourcerepo/get_repository.py,sha256=xS3Gq5Bb8ruznNB1pkiae04L4py6vIZMrBnFCpc1TM0,5592
@@ -1611,7 +1607,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=lyD1PT_XiLqOCTMa
1611
1607
  pulumi_gcp/workstations/workstation_iam_binding.py,sha256=v1_3Z7qkX8soy9cEXEQBmDB_eBjFu0_7kXU8MDrWvDQ,37784
1612
1608
  pulumi_gcp/workstations/workstation_iam_member.py,sha256=Pa7-SRLzY5Hwcs3bky3UNMLldVUhaQl75RXMXWCXMuk,37385
1613
1609
  pulumi_gcp/workstations/workstation_iam_policy.py,sha256=xglGMHFGQY-gU2mogi8-yrBUSPW0hpBV25DNHSI2J90,24019
1614
- pulumi_gcp-7.32.0.dist-info/METADATA,sha256=8ZiMngC3uWv_4Pc7qdDkICaOAXUQSzbnWB-FvQ6SQlc,2717
1615
- pulumi_gcp-7.32.0.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
1616
- pulumi_gcp-7.32.0.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
1617
- pulumi_gcp-7.32.0.dist-info/RECORD,,
1610
+ pulumi_gcp-7.32.0a1721151794.dist-info/METADATA,sha256=9EX-epVKhmzSHDY80NIi6pdfSenOlapWp1H_E77d0kg,2728
1611
+ pulumi_gcp-7.32.0a1721151794.dist-info/WHEEL,sha256=Z4pYXqR_rTB7OWNDYFOm1qRk0RX6GFP2o8LgvP453Hk,91
1612
+ pulumi_gcp-7.32.0a1721151794.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
1613
+ pulumi_gcp-7.32.0a1721151794.dist-info/RECORD,,