pulumi-gcp 7.21.0a1714002516__py3-none-any.whl → 7.21.0a1714149635__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/provider.py +3 -1
- {pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/RECORD +5 -5
- {pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt +0 -0
pulumi_gcp/provider.py
CHANGED
@@ -2431,7 +2431,7 @@ class Provider(pulumi.ProviderResource):
|
|
2431
2431
|
|
2432
2432
|
__props__.__dict__["access_approval_custom_endpoint"] = access_approval_custom_endpoint
|
2433
2433
|
__props__.__dict__["access_context_manager_custom_endpoint"] = access_context_manager_custom_endpoint
|
2434
|
-
__props__.__dict__["access_token"] = access_token
|
2434
|
+
__props__.__dict__["access_token"] = None if access_token is None else pulumi.Output.secret(access_token)
|
2435
2435
|
__props__.__dict__["active_directory_custom_endpoint"] = active_directory_custom_endpoint
|
2436
2436
|
__props__.__dict__["add_terraform_attribution_label"] = pulumi.Output.from_input(add_terraform_attribution_label).apply(pulumi.runtime.to_json) if add_terraform_attribution_label is not None else None
|
2437
2437
|
__props__.__dict__["alloydb_custom_endpoint"] = alloydb_custom_endpoint
|
@@ -2603,6 +2603,8 @@ class Provider(pulumi.ProviderResource):
|
|
2603
2603
|
if zone is None:
|
2604
2604
|
zone = _utilities.get_env('GOOGLE_ZONE', 'GCLOUD_ZONE', 'CLOUDSDK_COMPUTE_ZONE')
|
2605
2605
|
__props__.__dict__["zone"] = zone
|
2606
|
+
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["accessToken"])
|
2607
|
+
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
2606
2608
|
super(Provider, __self__).__init__(
|
2607
2609
|
'gcp',
|
2608
2610
|
resource_name,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
pulumi_gcp/__init__.py,sha256=tdBM5zSwSY-LgIjKESqiEz9IrDGkYwUwBwgG5epvKgA,186056
|
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=
|
4
|
+
pulumi_gcp/provider.py,sha256=6I6FMsy5YZ9Z6BNnHm4hxN8wZJX6yz4HMrEuySrfeDg,185574
|
5
5
|
pulumi_gcp/pulumi-plugin.json,sha256=hqqvCNOjkQUnsCresqHpje3VJwwA09jwaivXfqGtCDg,40
|
6
6
|
pulumi_gcp/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
pulumi_gcp/accessapproval/__init__.py,sha256=VpbPp-2Rb1295tFUB_3aO6TvbS1UhYt3ycgAzrNVqOU,402
|
@@ -1535,7 +1535,7 @@ pulumi_gcp/workstations/workstation_config_iam_policy.py,sha256=KnqAQNX01bqynD7N
|
|
1535
1535
|
pulumi_gcp/workstations/workstation_iam_binding.py,sha256=ovQjU8TBCo9xjSArziSIyzV_HyIf0Ke4IaDLd4CnV2Q,35844
|
1536
1536
|
pulumi_gcp/workstations/workstation_iam_member.py,sha256=3zBaMJQnUB4QQygrFBk8HsuKtvQIwOPManWiphBVRCQ,35448
|
1537
1537
|
pulumi_gcp/workstations/workstation_iam_policy.py,sha256=u5aW7Jd-oDY0SKcuAHn_O-sN7NIRvwS9Jz6slzHWlXo,22172
|
1538
|
-
pulumi_gcp-7.21.
|
1539
|
-
pulumi_gcp-7.21.
|
1540
|
-
pulumi_gcp-7.21.
|
1541
|
-
pulumi_gcp-7.21.
|
1538
|
+
pulumi_gcp-7.21.0a1714149635.dist-info/METADATA,sha256=tYKlGkpkU4k7EB5yWq1ZdBdJLj0gftHIAEa78coWNvI,2662
|
1539
|
+
pulumi_gcp-7.21.0a1714149635.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
1540
|
+
pulumi_gcp-7.21.0a1714149635.dist-info/top_level.txt,sha256=acmDGVRVMJWpVhhj-l-aHbZ7mrvmzjmUeqRyCN8nnjM,11
|
1541
|
+
pulumi_gcp-7.21.0a1714149635.dist-info/RECORD,,
|
File without changes
|
{pulumi_gcp-7.21.0a1714002516.dist-info → pulumi_gcp-7.21.0a1714149635.dist-info}/top_level.txt
RENAMED
File without changes
|