pulumi-gcp 8.41.0a1755891135__py3-none-any.whl → 8.41.1__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/bigquery/data_transfer_config.py +0 -2
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/secret_version.py +48 -1
- {pulumi_gcp-8.41.0a1755891135.dist-info → pulumi_gcp-8.41.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755891135.dist-info → pulumi_gcp-8.41.1.dist-info}/RECORD +9 -9
- {pulumi_gcp-8.41.0a1755891135.dist-info → pulumi_gcp-8.41.1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755891135.dist-info → pulumi_gcp-8.41.1.dist-info}/top_level.txt +0 -0
@@ -795,7 +795,6 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
795
795
|
* `secret_access_key_wo` -
|
796
796
|
(Optional)
|
797
797
|
The Secret Access Key of the AWS account transferring data from.
|
798
|
-
Note: This property is write-only and will not be read from the API. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
799
798
|
**Note**: This property is write-only and will not be read from the API.
|
800
799
|
|
801
800
|
## Import
|
@@ -994,7 +993,6 @@ class DataTransferConfig(pulumi.CustomResource):
|
|
994
993
|
* `secret_access_key_wo` -
|
995
994
|
(Optional)
|
996
995
|
The Secret Access Key of the AWS account transferring data from.
|
997
|
-
Note: This property is write-only and will not be read from the API. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
998
996
|
**Note**: This property is write-only and will not be read from the API.
|
999
997
|
|
1000
998
|
## Import
|
pulumi_gcp/monitoring/_inputs.py
CHANGED
@@ -6230,7 +6230,7 @@ if not MYPY:
|
|
6230
6230
|
"""
|
6231
6231
|
password_wo_version: NotRequired[pulumi.Input[_builtins.str]]
|
6232
6232
|
"""
|
6233
|
-
|
6233
|
+
The password write-only version.
|
6234
6234
|
"""
|
6235
6235
|
elif False:
|
6236
6236
|
UptimeCheckConfigHttpCheckAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -6244,7 +6244,7 @@ class UptimeCheckConfigHttpCheckAuthInfoArgs:
|
|
6244
6244
|
"""
|
6245
6245
|
:param pulumi.Input[_builtins.str] username: The username to authenticate.
|
6246
6246
|
:param pulumi.Input[_builtins.str] password: The password to authenticate.
|
6247
|
-
:param pulumi.Input[_builtins.str] password_wo_version:
|
6247
|
+
:param pulumi.Input[_builtins.str] password_wo_version: The password write-only version.
|
6248
6248
|
"""
|
6249
6249
|
pulumi.set(__self__, "username", username)
|
6250
6250
|
if password is not None:
|
@@ -6280,7 +6280,7 @@ class UptimeCheckConfigHttpCheckAuthInfoArgs:
|
|
6280
6280
|
@pulumi.getter(name="passwordWoVersion")
|
6281
6281
|
def password_wo_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
6282
6282
|
"""
|
6283
|
-
|
6283
|
+
The password write-only version.
|
6284
6284
|
"""
|
6285
6285
|
return pulumi.get(self, "password_wo_version")
|
6286
6286
|
|
pulumi_gcp/monitoring/outputs.py
CHANGED
@@ -4605,7 +4605,7 @@ class UptimeCheckConfigHttpCheckAuthInfo(dict):
|
|
4605
4605
|
"""
|
4606
4606
|
:param _builtins.str username: The username to authenticate.
|
4607
4607
|
:param _builtins.str password: The password to authenticate.
|
4608
|
-
:param _builtins.str password_wo_version:
|
4608
|
+
:param _builtins.str password_wo_version: The password write-only version.
|
4609
4609
|
"""
|
4610
4610
|
pulumi.set(__self__, "username", username)
|
4611
4611
|
if password is not None:
|
@@ -4633,7 +4633,7 @@ class UptimeCheckConfigHttpCheckAuthInfo(dict):
|
|
4633
4633
|
@pulumi.getter(name="passwordWoVersion")
|
4634
4634
|
def password_wo_version(self) -> Optional[_builtins.str]:
|
4635
4635
|
"""
|
4636
|
-
|
4636
|
+
The password write-only version.
|
4637
4637
|
"""
|
4638
4638
|
return pulumi.get(self, "password_wo_version")
|
4639
4639
|
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -23,7 +23,8 @@ class SecretVersionArgs:
|
|
23
23
|
deletion_policy: Optional[pulumi.Input[_builtins.str]] = None,
|
24
24
|
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
25
25
|
is_secret_data_base64: Optional[pulumi.Input[_builtins.bool]] = None,
|
26
|
-
secret_data: Optional[pulumi.Input[_builtins.str]] = None
|
26
|
+
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
27
|
+
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None):
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a SecretVersion resource.
|
29
30
|
:param pulumi.Input[_builtins.str] secret: Secret Manager secret resource
|
@@ -37,6 +38,7 @@ class SecretVersionArgs:
|
|
37
38
|
:param pulumi.Input[_builtins.bool] is_secret_data_base64: If set to 'true', the secret data is expected to be base64-encoded string and would be sent as is.
|
38
39
|
:param pulumi.Input[_builtins.str] secret_data: The secret data. Must be no larger than 64KiB.
|
39
40
|
**Note**: This property is sensitive and will not be displayed in the plan.
|
41
|
+
:param pulumi.Input[_builtins.int] secret_data_wo_version: Triggers update of secret data write-only. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
40
42
|
"""
|
41
43
|
pulumi.set(__self__, "secret", secret)
|
42
44
|
if deletion_policy is not None:
|
@@ -47,6 +49,8 @@ class SecretVersionArgs:
|
|
47
49
|
pulumi.set(__self__, "is_secret_data_base64", is_secret_data_base64)
|
48
50
|
if secret_data is not None:
|
49
51
|
pulumi.set(__self__, "secret_data", secret_data)
|
52
|
+
if secret_data_wo_version is not None:
|
53
|
+
pulumi.set(__self__, "secret_data_wo_version", secret_data_wo_version)
|
50
54
|
|
51
55
|
@_builtins.property
|
52
56
|
@pulumi.getter
|
@@ -114,6 +118,18 @@ class SecretVersionArgs:
|
|
114
118
|
def secret_data(self, value: Optional[pulumi.Input[_builtins.str]]):
|
115
119
|
pulumi.set(self, "secret_data", value)
|
116
120
|
|
121
|
+
@_builtins.property
|
122
|
+
@pulumi.getter(name="secretDataWoVersion")
|
123
|
+
def secret_data_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
124
|
+
"""
|
125
|
+
Triggers update of secret data write-only. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
126
|
+
"""
|
127
|
+
return pulumi.get(self, "secret_data_wo_version")
|
128
|
+
|
129
|
+
@secret_data_wo_version.setter
|
130
|
+
def secret_data_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
131
|
+
pulumi.set(self, "secret_data_wo_version", value)
|
132
|
+
|
117
133
|
|
118
134
|
@pulumi.input_type
|
119
135
|
class _SecretVersionState:
|
@@ -126,6 +142,7 @@ class _SecretVersionState:
|
|
126
142
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
127
143
|
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
128
144
|
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
145
|
+
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
129
146
|
version: Optional[pulumi.Input[_builtins.str]] = None):
|
130
147
|
"""
|
131
148
|
Input properties used for looking up and filtering SecretVersion resources.
|
@@ -144,6 +161,7 @@ class _SecretVersionState:
|
|
144
161
|
:param pulumi.Input[_builtins.str] secret: Secret Manager secret resource
|
145
162
|
:param pulumi.Input[_builtins.str] secret_data: The secret data. Must be no larger than 64KiB.
|
146
163
|
**Note**: This property is sensitive and will not be displayed in the plan.
|
164
|
+
:param pulumi.Input[_builtins.int] secret_data_wo_version: Triggers update of secret data write-only. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
147
165
|
:param pulumi.Input[_builtins.str] version: The version of the Secret.
|
148
166
|
"""
|
149
167
|
if create_time is not None:
|
@@ -162,6 +180,8 @@ class _SecretVersionState:
|
|
162
180
|
pulumi.set(__self__, "secret", secret)
|
163
181
|
if secret_data is not None:
|
164
182
|
pulumi.set(__self__, "secret_data", secret_data)
|
183
|
+
if secret_data_wo_version is not None:
|
184
|
+
pulumi.set(__self__, "secret_data_wo_version", secret_data_wo_version)
|
165
185
|
if version is not None:
|
166
186
|
pulumi.set(__self__, "version", version)
|
167
187
|
|
@@ -268,6 +288,18 @@ class _SecretVersionState:
|
|
268
288
|
def secret_data(self, value: Optional[pulumi.Input[_builtins.str]]):
|
269
289
|
pulumi.set(self, "secret_data", value)
|
270
290
|
|
291
|
+
@_builtins.property
|
292
|
+
@pulumi.getter(name="secretDataWoVersion")
|
293
|
+
def secret_data_wo_version(self) -> Optional[pulumi.Input[_builtins.int]]:
|
294
|
+
"""
|
295
|
+
Triggers update of secret data write-only. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
296
|
+
"""
|
297
|
+
return pulumi.get(self, "secret_data_wo_version")
|
298
|
+
|
299
|
+
@secret_data_wo_version.setter
|
300
|
+
def secret_data_wo_version(self, value: Optional[pulumi.Input[_builtins.int]]):
|
301
|
+
pulumi.set(self, "secret_data_wo_version", value)
|
302
|
+
|
271
303
|
@_builtins.property
|
272
304
|
@pulumi.getter
|
273
305
|
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -292,6 +324,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
292
324
|
is_secret_data_base64: Optional[pulumi.Input[_builtins.bool]] = None,
|
293
325
|
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
294
326
|
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
327
|
+
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
295
328
|
__props__=None):
|
296
329
|
"""
|
297
330
|
A secret version resource.
|
@@ -411,6 +444,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
411
444
|
:param pulumi.Input[_builtins.str] secret: Secret Manager secret resource
|
412
445
|
:param pulumi.Input[_builtins.str] secret_data: The secret data. Must be no larger than 64KiB.
|
413
446
|
**Note**: This property is sensitive and will not be displayed in the plan.
|
447
|
+
:param pulumi.Input[_builtins.int] secret_data_wo_version: Triggers update of secret data write-only. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
414
448
|
"""
|
415
449
|
...
|
416
450
|
@overload
|
@@ -543,6 +577,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
543
577
|
is_secret_data_base64: Optional[pulumi.Input[_builtins.bool]] = None,
|
544
578
|
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
545
579
|
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
580
|
+
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
546
581
|
__props__=None):
|
547
582
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
548
583
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -559,6 +594,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
559
594
|
raise TypeError("Missing required property 'secret'")
|
560
595
|
__props__.__dict__["secret"] = secret
|
561
596
|
__props__.__dict__["secret_data"] = None if secret_data is None else pulumi.Output.secret(secret_data)
|
597
|
+
__props__.__dict__["secret_data_wo_version"] = secret_data_wo_version
|
562
598
|
__props__.__dict__["create_time"] = None
|
563
599
|
__props__.__dict__["destroy_time"] = None
|
564
600
|
__props__.__dict__["name"] = None
|
@@ -583,6 +619,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
583
619
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
584
620
|
secret: Optional[pulumi.Input[_builtins.str]] = None,
|
585
621
|
secret_data: Optional[pulumi.Input[_builtins.str]] = None,
|
622
|
+
secret_data_wo_version: Optional[pulumi.Input[_builtins.int]] = None,
|
586
623
|
version: Optional[pulumi.Input[_builtins.str]] = None) -> 'SecretVersion':
|
587
624
|
"""
|
588
625
|
Get an existing SecretVersion resource's state with the given name, id, and optional extra
|
@@ -606,6 +643,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
606
643
|
:param pulumi.Input[_builtins.str] secret: Secret Manager secret resource
|
607
644
|
:param pulumi.Input[_builtins.str] secret_data: The secret data. Must be no larger than 64KiB.
|
608
645
|
**Note**: This property is sensitive and will not be displayed in the plan.
|
646
|
+
:param pulumi.Input[_builtins.int] secret_data_wo_version: Triggers update of secret data write-only. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
609
647
|
:param pulumi.Input[_builtins.str] version: The version of the Secret.
|
610
648
|
"""
|
611
649
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -620,6 +658,7 @@ class SecretVersion(pulumi.CustomResource):
|
|
620
658
|
__props__.__dict__["name"] = name
|
621
659
|
__props__.__dict__["secret"] = secret
|
622
660
|
__props__.__dict__["secret_data"] = secret_data
|
661
|
+
__props__.__dict__["secret_data_wo_version"] = secret_data_wo_version
|
623
662
|
__props__.__dict__["version"] = version
|
624
663
|
return SecretVersion(resource_name, opts=opts, __props__=__props__)
|
625
664
|
|
@@ -694,6 +733,14 @@ class SecretVersion(pulumi.CustomResource):
|
|
694
733
|
"""
|
695
734
|
return pulumi.get(self, "secret_data")
|
696
735
|
|
736
|
+
@_builtins.property
|
737
|
+
@pulumi.getter(name="secretDataWoVersion")
|
738
|
+
def secret_data_wo_version(self) -> pulumi.Output[Optional[_builtins.int]]:
|
739
|
+
"""
|
740
|
+
Triggers update of secret data write-only. For more info see [updating write-only attributes](https://www.terraform.io/docs/providers/google/guides/using_write_only_attributes.html#updating-write-only-attributes)
|
741
|
+
"""
|
742
|
+
return pulumi.get(self, "secret_data_wo_version")
|
743
|
+
|
697
744
|
@_builtins.property
|
698
745
|
@pulumi.getter
|
699
746
|
def version(self) -> pulumi.Output[_builtins.str]:
|
@@ -2,7 +2,7 @@ pulumi_gcp/__init__.py,sha256=DJAwPW-AFCCaA6g6kocgwnk9NX46ndkYQddP0FIbxrU,251718
|
|
2
2
|
pulumi_gcp/_inputs.py,sha256=9NE1j2Jtucd4Z7z_r1il6wrHGF17X2oNokzIEQIOYZE,3787
|
3
3
|
pulumi_gcp/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
4
4
|
pulumi_gcp/provider.py,sha256=aaLI59paVHq0NG3SmRSlcizKtSrpg6l25S-JEO5e-YQ,231655
|
5
|
-
pulumi_gcp/pulumi-plugin.json,sha256=
|
5
|
+
pulumi_gcp/pulumi-plugin.json,sha256=hz4DV6tf6vRIfUMq0xSfdI249pggp5yf8HkDZuEGFWQ,63
|
6
6
|
pulumi_gcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
pulumi_gcp/accessapproval/__init__.py,sha256=7WCKQDjkMsqVD0VCrMLh7-CQN7MTmnk2UROrYzvs0F4,413
|
8
8
|
pulumi_gcp/accessapproval/get_folder_service_account.py,sha256=34v0e2PxL6mgp2WnY01WVPWbvxtzwRkqtl9mzoRkOLo,6441
|
@@ -214,7 +214,7 @@ pulumi_gcp/bigquery/connection.py,sha256=w9BlEuoNF_rxoRTMoRHFRi9ISyt1XYHfP6IpZ21
|
|
214
214
|
pulumi_gcp/bigquery/connection_iam_binding.py,sha256=DMqbxvxVhQyZHkjuZx7Wv9cvDZDBHVvWFk1FuHKQ1RI,48662
|
215
215
|
pulumi_gcp/bigquery/connection_iam_member.py,sha256=hM11b1tvfBYsH_dY9zYSYViuhBE1SoUBjoCbCWbhfwA,48261
|
216
216
|
pulumi_gcp/bigquery/connection_iam_policy.py,sha256=jfqZlzf_CcOFLx7zF7p5Voen2FmUhaLSghwZOmRc4Ig,34743
|
217
|
-
pulumi_gcp/bigquery/data_transfer_config.py,sha256=
|
217
|
+
pulumi_gcp/bigquery/data_transfer_config.py,sha256=EDJGl70PU1g7QwqeeQjbtctAFQnCpr_RVHIHlt-Suxc,74059
|
218
218
|
pulumi_gcp/bigquery/dataset.py,sha256=vV28lHBa5PUj3KiQ31PHjfNAedrxXT908JuYPgA8wJk,107238
|
219
219
|
pulumi_gcp/bigquery/dataset_access.py,sha256=2mckkedZbbTzEDWpF5IOctXT0aa6WAI_ECRZrZqF1o8,53833
|
220
220
|
pulumi_gcp/bigquery/dataset_iam_binding.py,sha256=QDaBv72SwvZ-ArWGtvdJWVt9QnwRy9iQXZwQJto1G5Q,38039
|
@@ -1403,7 +1403,7 @@ pulumi_gcp/modelarmor/floorsetting.py,sha256=6Evksw8sq4AkPEF6tXBAfdkQgWgkgZ9nPwK
|
|
1403
1403
|
pulumi_gcp/modelarmor/outputs.py,sha256=IvD842_7TPfRQWNhOW7shGvxWgNlJqb3I_aRPn_8TKU,54895
|
1404
1404
|
pulumi_gcp/modelarmor/template.py,sha256=0ytRPlwHFcMwKxQJfg7qk1n3GGQ63LRdODfgA0FV0JI,31391
|
1405
1405
|
pulumi_gcp/monitoring/__init__.py,sha256=XDyuSWfDsv656qslcaICiWaE3wTxED55i7WW8puzm0U,887
|
1406
|
-
pulumi_gcp/monitoring/_inputs.py,sha256=
|
1406
|
+
pulumi_gcp/monitoring/_inputs.py,sha256=Hm9oT6JluyIlc-7DmmM8RjXJMd4ZhNcrxcaby7OFYMM,316925
|
1407
1407
|
pulumi_gcp/monitoring/alert_policy.py,sha256=U_5cykXrJ5iovIMXHNQIh9G4TxyOL9MdR5oxXMQzmTM,57982
|
1408
1408
|
pulumi_gcp/monitoring/custom_service.py,sha256=TUuk_ZhciyAWIFKa15pTcJKVXAvqK-1iwWkAgC4wxno,24594
|
1409
1409
|
pulumi_gcp/monitoring/dashboard.py,sha256=l135fpd-BnEQt2Hq05p748xd_y8q-ywW1iT4XkKiJho,16369
|
@@ -1419,7 +1419,7 @@ pulumi_gcp/monitoring/group.py,sha256=I4vs4iiicm3ocKpsA6wL4TeYa-6VR_amwqXZfuma2R
|
|
1419
1419
|
pulumi_gcp/monitoring/metric_descriptor.py,sha256=qC7VdHtU5V7XB1611Pxdaw1ELJ9471eKRq0YHGiYArg,55581
|
1420
1420
|
pulumi_gcp/monitoring/monitored_project.py,sha256=ngQarZHsrZNkbt8bqw5adRT_iUenvn9b9Y5lIolIYx0,15017
|
1421
1421
|
pulumi_gcp/monitoring/notification_channel.py,sha256=hL0LJBoS99lOUWcSjQAURClyqwfOWaHWfLVRZY8xB-c,55770
|
1422
|
-
pulumi_gcp/monitoring/outputs.py,sha256=
|
1422
|
+
pulumi_gcp/monitoring/outputs.py,sha256=_0ipl7YOQPIBSoBkjb3N0dSUSiKUBvZL8KiS9kDVP0M,233785
|
1423
1423
|
pulumi_gcp/monitoring/slo.py,sha256=R7t_TpfgOVlWF2UzclAP4JUvz6QlX_TCzmIsk82KWaI,59712
|
1424
1424
|
pulumi_gcp/monitoring/uptime_check_config.py,sha256=HVXrv9hHiNLCotQonZ7V4EMK_VYoTywu4bypTwTpzYE,69812
|
1425
1425
|
pulumi_gcp/netapp/__init__.py,sha256=9pR1FWM3GBsgq2Hrp-7njeJIHo5Vq_j8PgvSES_nzlw,609
|
@@ -1685,7 +1685,7 @@ pulumi_gcp/secretmanager/secret.py,sha256=ZuYwmPJksIFdAXnd_USezXQMQKBd6buBBRCUdd
|
|
1685
1685
|
pulumi_gcp/secretmanager/secret_iam_binding.py,sha256=O_NWQBCaNL_5NICloFy5bVNTru1s0MyUp3aEfKs4POI,50900
|
1686
1686
|
pulumi_gcp/secretmanager/secret_iam_member.py,sha256=54IreIuUJeIsC6J7cIRgvm8Rba7WveFGQtNZF6gx6yw,50493
|
1687
1687
|
pulumi_gcp/secretmanager/secret_iam_policy.py,sha256=QQzApVBJjqRLXXvxeJ3iS2OwY7J_Qin_trZjQkWvtyQ,35588
|
1688
|
-
pulumi_gcp/secretmanager/secret_version.py,sha256=
|
1688
|
+
pulumi_gcp/secretmanager/secret_version.py,sha256=bpqRgpaDC22pO6o3zji7G1x4PBoYsgOTYFAyVZbmpl8,33610
|
1689
1689
|
pulumi_gcp/securesourcemanager/__init__.py,sha256=e9Ifj8opRTG_c9EgT6snVoZAF1tgdNFkh5mrhWNnoe4,700
|
1690
1690
|
pulumi_gcp/securesourcemanager/_inputs.py,sha256=8OkRxMJ8MnufZtFQzGRn2LSKOrOFQfuSRNAgOed8PU0,23729
|
1691
1691
|
pulumi_gcp/securesourcemanager/branch_rule.py,sha256=kdczqQFwSlvditITsLrnu4wvwsc-7ESZMPqH0OZPioY,44883
|
@@ -2004,7 +2004,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=KZF1SvJrlPufK1E1
|
|
2004
2004
|
pulumi_gcp/workstations/workstation_iam_binding.py,sha256=6WnDEQPVeVIw2UcbAk6AcxK2PxVnRN_JAPvS6wEojfY,42154
|
2005
2005
|
pulumi_gcp/workstations/workstation_iam_member.py,sha256=ADIL35zpxdEcFPsaeWCYIXD4qUxIbGxECCvCIuHNoC8,41753
|
2006
2006
|
pulumi_gcp/workstations/workstation_iam_policy.py,sha256=CjxcmjgFidLabPH_Z-LFww3TypKFadjfNdxnOK_7Erg,28187
|
2007
|
-
pulumi_gcp-8.41.
|
2008
|
-
pulumi_gcp-8.41.
|
2009
|
-
pulumi_gcp-8.41.
|
2010
|
-
pulumi_gcp-8.41.
|
2007
|
+
pulumi_gcp-8.41.1.dist-info/METADATA,sha256=DhSle2IoUbUgg_CySACo1qhv0ApB4Wu9qVTe-lR7nGI,2730
|
2008
|
+
pulumi_gcp-8.41.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
2009
|
+
pulumi_gcp-8.41.1.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
|
2010
|
+
pulumi_gcp-8.41.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|