pulumi-gcp 7.29.0__py3-none-any.whl → 7.29.0a1719247035__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 (172) hide show
  1. pulumi_gcp/__init__.py +0 -8
  2. pulumi_gcp/_utilities.py +0 -35
  3. pulumi_gcp/activedirectory/domain.py +14 -14
  4. pulumi_gcp/activedirectory/domain_trust.py +14 -14
  5. pulumi_gcp/alloydb/backup.py +8 -8
  6. pulumi_gcp/alloydb/cluster.py +17 -11
  7. pulumi_gcp/alloydb/instance.py +8 -8
  8. pulumi_gcp/alloydb/user.py +8 -8
  9. pulumi_gcp/apigee/addons_config.py +4 -4
  10. pulumi_gcp/apigee/endpoint_attachment.py +2 -2
  11. pulumi_gcp/apigee/env_group.py +2 -2
  12. pulumi_gcp/apigee/environment.py +2 -2
  13. pulumi_gcp/apigee/instance.py +8 -8
  14. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +10 -10
  15. pulumi_gcp/apigee/nat_address.py +2 -2
  16. pulumi_gcp/apigee/organization.py +6 -6
  17. pulumi_gcp/apigee/sync_authorization.py +4 -4
  18. pulumi_gcp/apigee/target_server.py +10 -10
  19. pulumi_gcp/apphub/service.py +20 -20
  20. pulumi_gcp/apphub/service_project_attachment.py +8 -8
  21. pulumi_gcp/applicationintegration/auth_config.py +2 -2
  22. pulumi_gcp/applicationintegration/client.py +18 -6
  23. pulumi_gcp/artifactregistry/__init__.py +0 -1
  24. pulumi_gcp/artifactregistry/_inputs.py +4 -4
  25. pulumi_gcp/artifactregistry/outputs.py +6 -6
  26. pulumi_gcp/artifactregistry/repository.py +10 -10
  27. pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
  28. pulumi_gcp/bigquery/_inputs.py +6 -2
  29. pulumi_gcp/bigquery/data_transfer_config.py +4 -4
  30. pulumi_gcp/bigquery/dataset.py +0 -75
  31. pulumi_gcp/bigquery/get_dataset.py +1 -11
  32. pulumi_gcp/bigquery/job.py +6 -6
  33. pulumi_gcp/bigquery/outputs.py +6 -2
  34. pulumi_gcp/bigtable/_inputs.py +3 -1
  35. pulumi_gcp/bigtable/instance.py +9 -3
  36. pulumi_gcp/bigtable/outputs.py +3 -1
  37. pulumi_gcp/billing/_inputs.py +0 -22
  38. pulumi_gcp/billing/budget.py +0 -50
  39. pulumi_gcp/billing/outputs.py +0 -20
  40. pulumi_gcp/certificateauthority/authority.py +2 -2
  41. pulumi_gcp/certificateauthority/certificate.py +4 -4
  42. pulumi_gcp/certificatemanager/_inputs.py +6 -2
  43. pulumi_gcp/certificatemanager/certificate.py +4 -4
  44. pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
  45. pulumi_gcp/certificatemanager/outputs.py +6 -2
  46. pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
  47. pulumi_gcp/cloudbuild/trigger.py +2 -2
  48. pulumi_gcp/cloudbuild/worker_pool.py +6 -6
  49. pulumi_gcp/cloudbuildv2/connection.py +2 -2
  50. pulumi_gcp/cloudbuildv2/repository.py +2 -2
  51. pulumi_gcp/cloudfunctionsv2/function.py +28 -28
  52. pulumi_gcp/cloudids/endpoint.py +2 -2
  53. pulumi_gcp/cloudrun/_inputs.py +9 -3
  54. pulumi_gcp/cloudrun/outputs.py +9 -3
  55. pulumi_gcp/cloudrunv2/get_job.py +1 -21
  56. pulumi_gcp/cloudrunv2/job.py +19 -163
  57. pulumi_gcp/cloudrunv2/service.py +8 -8
  58. pulumi_gcp/compute/_inputs.py +0 -83
  59. pulumi_gcp/compute/disk.py +9 -3
  60. pulumi_gcp/compute/firewall.py +9 -3
  61. pulumi_gcp/compute/forwarding_rule.py +22 -22
  62. pulumi_gcp/compute/outputs.py +1 -166
  63. pulumi_gcp/compute/packet_mirroring.py +2 -2
  64. pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
  65. pulumi_gcp/compute/region_disk.py +9 -3
  66. pulumi_gcp/compute/region_security_policy_rule.py +2 -2
  67. pulumi_gcp/compute/route.py +2 -2
  68. pulumi_gcp/compute/subnetwork.py +6 -2
  69. pulumi_gcp/compute/target_instance.py +2 -2
  70. pulumi_gcp/compute/vpn_gateway.py +2 -2
  71. pulumi_gcp/compute/vpn_tunnel.py +2 -2
  72. pulumi_gcp/container/_inputs.py +6 -2
  73. pulumi_gcp/container/outputs.py +6 -2
  74. pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
  75. pulumi_gcp/datacatalog/policy_tag.py +2 -2
  76. pulumi_gcp/datafusion/instance.py +8 -4
  77. pulumi_gcp/dataplex/asset.py +2 -2
  78. pulumi_gcp/dataplex/datascan.py +2 -2
  79. pulumi_gcp/dataproc/_inputs.py +0 -100
  80. pulumi_gcp/dataproc/metastore_service.py +0 -172
  81. pulumi_gcp/dataproc/outputs.py +1 -192
  82. pulumi_gcp/dataproc/workflow_template.py +9 -3
  83. pulumi_gcp/datastore/data_store_index.py +2 -2
  84. pulumi_gcp/datastream/stream.py +6 -6
  85. pulumi_gcp/diagflow/entity_type.py +2 -2
  86. pulumi_gcp/diagflow/fulfillment.py +2 -2
  87. pulumi_gcp/diagflow/intent.py +4 -4
  88. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  89. pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
  90. pulumi_gcp/eventarc/channel.py +2 -2
  91. pulumi_gcp/eventarc/google_channel_config.py +2 -2
  92. pulumi_gcp/filestore/instance.py +9 -3
  93. pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
  94. pulumi_gcp/firebase/app_check_debug_token.py +4 -4
  95. pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
  96. pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
  97. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
  98. pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
  99. pulumi_gcp/firebase/app_check_service_config.py +6 -6
  100. pulumi_gcp/firebase/database_instance.py +2 -2
  101. pulumi_gcp/firestore/database.py +4 -4
  102. pulumi_gcp/firestore/document.py +12 -12
  103. pulumi_gcp/folder/access_approval_settings.py +2 -2
  104. pulumi_gcp/gkehub/_inputs.py +8 -4
  105. pulumi_gcp/gkehub/membership.py +9 -3
  106. pulumi_gcp/gkehub/membership_binding.py +4 -4
  107. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  108. pulumi_gcp/gkehub/namespace.py +2 -2
  109. pulumi_gcp/gkehub/outputs.py +8 -4
  110. pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
  111. pulumi_gcp/healthcare/fhir_store.py +9 -3
  112. pulumi_gcp/healthcare/hl7_store.py +9 -3
  113. pulumi_gcp/integrationconnectors/connection.py +2 -2
  114. pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
  115. pulumi_gcp/kms/_inputs.py +3 -1
  116. pulumi_gcp/kms/autokey_config.py +16 -16
  117. pulumi_gcp/kms/key_handle.py +22 -22
  118. pulumi_gcp/kms/outputs.py +3 -1
  119. pulumi_gcp/logging/folder_settings.py +2 -2
  120. pulumi_gcp/logging/linked_dataset.py +2 -2
  121. pulumi_gcp/logging/organization_settings.py +2 -2
  122. pulumi_gcp/logging/project_bucket_config.py +2 -2
  123. pulumi_gcp/looker/instance.py +2 -2
  124. pulumi_gcp/netapp/volume_replication.py +2 -2
  125. pulumi_gcp/netapp/volume_snapshot.py +2 -2
  126. pulumi_gcp/networkconnectivity/internal_range.py +2 -2
  127. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  128. pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
  129. pulumi_gcp/networkservices/gateway.py +6 -6
  130. pulumi_gcp/organizations/access_approval_settings.py +2 -2
  131. pulumi_gcp/parallelstore/instance.py +2 -2
  132. pulumi_gcp/projects/access_approval_settings.py +11 -5
  133. pulumi_gcp/pubsub/_inputs.py +0 -40
  134. pulumi_gcp/pubsub/outputs.py +0 -66
  135. pulumi_gcp/pubsub/schema.py +2 -2
  136. pulumi_gcp/pubsub/subscription.py +8 -174
  137. pulumi_gcp/pubsub/topic.py +2 -2
  138. pulumi_gcp/pulumi-plugin.json +1 -1
  139. pulumi_gcp/redis/cluster.py +4 -4
  140. pulumi_gcp/redis/get_instance.py +1 -11
  141. pulumi_gcp/redis/instance.py +2 -49
  142. pulumi_gcp/secretmanager/secret.py +2 -2
  143. pulumi_gcp/securesourcemanager/instance.py +6 -6
  144. pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
  145. pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
  146. pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
  147. pulumi_gcp/servicenetworking/__init__.py +0 -1
  148. pulumi_gcp/sql/_inputs.py +3 -1
  149. pulumi_gcp/sql/database_instance.py +2 -2
  150. pulumi_gcp/sql/outputs.py +3 -1
  151. pulumi_gcp/sql/user.py +7 -21
  152. pulumi_gcp/storage/get_project_service_account.py +2 -2
  153. pulumi_gcp/storage/insights_report_config.py +2 -2
  154. pulumi_gcp/storage/notification.py +2 -2
  155. pulumi_gcp/storage/transfer_agent_pool.py +2 -2
  156. pulumi_gcp/storage/transfer_job.py +4 -4
  157. pulumi_gcp/tpu/v2_vm.py +4 -4
  158. pulumi_gcp/vertex/_inputs.py +3 -1
  159. pulumi_gcp/vertex/ai_endpoint.py +2 -2
  160. pulumi_gcp/vertex/ai_feature_online_store.py +9 -3
  161. pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
  162. pulumi_gcp/vertex/ai_tensorboard.py +2 -2
  163. pulumi_gcp/vertex/outputs.py +3 -1
  164. pulumi_gcp/vmwareengine/external_address.py +2 -2
  165. pulumi_gcp/vmwareengine/network.py +4 -4
  166. pulumi_gcp/vpcaccess/connector.py +8 -2
  167. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719247035.dist-info}/METADATA +1 -1
  168. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719247035.dist-info}/RECORD +170 -172
  169. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719247035.dist-info}/WHEEL +1 -1
  170. pulumi_gcp/artifactregistry/get_docker_image.py +0 -244
  171. pulumi_gcp/servicenetworking/vpc_service_controls.py +0 -511
  172. {pulumi_gcp-7.29.0.dist-info → pulumi_gcp-7.29.0a1719247035.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -7175,14 +7175,6 @@ _utilities.register(
7175
7175
  "gcp:servicenetworking/peeredDnsDomain:PeeredDnsDomain": "PeeredDnsDomain"
7176
7176
  }
7177
7177
  },
7178
- {
7179
- "pkg": "gcp",
7180
- "mod": "servicenetworking/vpcServiceControls",
7181
- "fqn": "pulumi_gcp.servicenetworking",
7182
- "classes": {
7183
- "gcp:servicenetworking/vpcServiceControls:VpcServiceControls": "VpcServiceControls"
7184
- }
7185
- },
7186
7178
  {
7187
7179
  "pkg": "gcp",
7188
7180
  "mod": "serviceusage/consumerQuotaOverride",
pulumi_gcp/_utilities.py CHANGED
@@ -4,7 +4,6 @@
4
4
 
5
5
 
6
6
  import asyncio
7
- import functools
8
7
  import importlib.metadata
9
8
  import importlib.util
10
9
  import inspect
@@ -12,7 +11,6 @@ import json
12
11
  import os
13
12
  import sys
14
13
  import typing
15
- import warnings
16
14
 
17
15
  import pulumi
18
16
  import pulumi.runtime
@@ -21,8 +19,6 @@ from pulumi.runtime.sync_await import _sync_await
21
19
  from semver import VersionInfo as SemverVersion
22
20
  from parver import Version as PEP440Version
23
21
 
24
- C = typing.TypeVar("C", bound=typing.Callable)
25
-
26
22
 
27
23
  def get_env(*args):
28
24
  for v in args:
@@ -291,36 +287,5 @@ async def _await_output(o: pulumi.Output[typing.Any]) -> typing.Tuple[object, bo
291
287
  await o._resources,
292
288
  )
293
289
 
294
-
295
- # This is included to provide an upgrade path for users who are using a version
296
- # of the Pulumi SDK (<3.121.0) that does not include the `deprecated` decorator.
297
- def deprecated(message: str) -> typing.Callable[[C], C]:
298
- """
299
- Decorator to indicate a function is deprecated.
300
-
301
- As well as inserting appropriate statements to indicate that the function is
302
- deprecated, this decorator also tags the function with a special attribute
303
- so that Pulumi code can detect that it is deprecated and react appropriately
304
- in certain situations.
305
-
306
- message is the deprecation message that should be printed if the function is called.
307
- """
308
-
309
- def decorator(fn: C) -> C:
310
- if not callable(fn):
311
- raise TypeError("Expected fn to be callable")
312
-
313
- @functools.wraps(fn)
314
- def deprecated_fn(*args, **kwargs):
315
- warnings.warn(message)
316
- pulumi.warn(f"{fn.__name__} is deprecated: {message}")
317
-
318
- return fn(*args, **kwargs)
319
-
320
- deprecated_fn.__dict__["_pulumi_deprecated_callable"] = fn
321
- return typing.cast(C, deprecated_fn)
322
-
323
- return decorator
324
-
325
290
  def get_plugin_download_url():
326
291
  return None
@@ -23,8 +23,8 @@ class DomainArgs:
23
23
  project: Optional[pulumi.Input[str]] = None):
24
24
  """
25
25
  The set of arguments for constructing a Domain resource.
26
- :param pulumi.Input[str] domain_name: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
27
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
26
+ :param pulumi.Input[str] domain_name: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
27
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
28
28
 
29
29
 
30
30
  - - -
@@ -58,8 +58,8 @@ class DomainArgs:
58
58
  @pulumi.getter(name="domainName")
59
59
  def domain_name(self) -> pulumi.Input[str]:
60
60
  """
61
- The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
62
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
61
+ The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
62
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
63
63
 
64
64
 
65
65
  - - -
@@ -170,8 +170,8 @@ class _DomainState:
170
170
  If not specified, setupadmin will be used.
171
171
  :param pulumi.Input[Sequence[pulumi.Input[str]]] authorized_networks: The full names of the Google Compute Engine networks the domain instance is connected to. The domain is only available on networks listed in authorizedNetworks.
172
172
  If CIDR subnets overlap between networks, domain creation will fail.
173
- :param pulumi.Input[str] domain_name: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
174
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
173
+ :param pulumi.Input[str] domain_name: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
174
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
175
175
 
176
176
 
177
177
  - - -
@@ -244,8 +244,8 @@ class _DomainState:
244
244
  @pulumi.getter(name="domainName")
245
245
  def domain_name(self) -> Optional[pulumi.Input[str]]:
246
246
  """
247
- The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
248
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
247
+ The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
248
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
249
249
 
250
250
 
251
251
  - - -
@@ -414,8 +414,8 @@ class Domain(pulumi.CustomResource):
414
414
  If not specified, setupadmin will be used.
415
415
  :param pulumi.Input[Sequence[pulumi.Input[str]]] authorized_networks: The full names of the Google Compute Engine networks the domain instance is connected to. The domain is only available on networks listed in authorizedNetworks.
416
416
  If CIDR subnets overlap between networks, domain creation will fail.
417
- :param pulumi.Input[str] domain_name: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
418
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
417
+ :param pulumi.Input[str] domain_name: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
418
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
419
419
 
420
420
 
421
421
  - - -
@@ -552,8 +552,8 @@ class Domain(pulumi.CustomResource):
552
552
  If not specified, setupadmin will be used.
553
553
  :param pulumi.Input[Sequence[pulumi.Input[str]]] authorized_networks: The full names of the Google Compute Engine networks the domain instance is connected to. The domain is only available on networks listed in authorizedNetworks.
554
554
  If CIDR subnets overlap between networks, domain creation will fail.
555
- :param pulumi.Input[str] domain_name: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
556
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
555
+ :param pulumi.Input[str] domain_name: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
556
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
557
557
 
558
558
 
559
559
  - - -
@@ -612,8 +612,8 @@ class Domain(pulumi.CustomResource):
612
612
  @pulumi.getter(name="domainName")
613
613
  def domain_name(self) -> pulumi.Output[str]:
614
614
  """
615
- The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
616
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
615
+ The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
616
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
617
617
 
618
618
 
619
619
  - - -
@@ -24,8 +24,8 @@ class DomainTrustArgs:
24
24
  selective_authentication: Optional[pulumi.Input[bool]] = None):
25
25
  """
26
26
  The set of arguments for constructing a DomainTrust resource.
27
- :param pulumi.Input[str] domain: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
28
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
27
+ :param pulumi.Input[str] domain: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
28
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
29
29
 
30
30
 
31
31
  - - -
@@ -56,8 +56,8 @@ class DomainTrustArgs:
56
56
  @pulumi.getter
57
57
  def domain(self) -> pulumi.Input[str]:
58
58
  """
59
- The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
60
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
59
+ The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
60
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
61
61
 
62
62
 
63
63
  - - -
@@ -170,8 +170,8 @@ class _DomainTrustState:
170
170
  trust_type: Optional[pulumi.Input[str]] = None):
171
171
  """
172
172
  Input properties used for looking up and filtering DomainTrust resources.
173
- :param pulumi.Input[str] domain: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
174
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
173
+ :param pulumi.Input[str] domain: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
174
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
175
175
 
176
176
 
177
177
  - - -
@@ -208,8 +208,8 @@ class _DomainTrustState:
208
208
  @pulumi.getter
209
209
  def domain(self) -> Optional[pulumi.Input[str]]:
210
210
  """
211
- The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
212
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
211
+ The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
212
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
213
213
 
214
214
 
215
215
  - - -
@@ -375,8 +375,8 @@ class DomainTrust(pulumi.CustomResource):
375
375
 
376
376
  :param str resource_name: The name of the resource.
377
377
  :param pulumi.ResourceOptions opts: Options for the resource.
378
- :param pulumi.Input[str] domain: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
379
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
378
+ :param pulumi.Input[str] domain: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
379
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
380
380
 
381
381
 
382
382
  - - -
@@ -527,8 +527,8 @@ class DomainTrust(pulumi.CustomResource):
527
527
  :param str resource_name: The unique name of the resulting resource.
528
528
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
529
529
  :param pulumi.ResourceOptions opts: Options for the resource.
530
- :param pulumi.Input[str] domain: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
531
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
530
+ :param pulumi.Input[str] domain: The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
531
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
532
532
 
533
533
 
534
534
  - - -
@@ -562,8 +562,8 @@ class DomainTrust(pulumi.CustomResource):
562
562
  @pulumi.getter
563
563
  def domain(self) -> pulumi.Output[str]:
564
564
  """
565
- The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions
566
- of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
565
+ The fully qualified domain name. e.g. mydomain.myorganization.com, with the restrictions,
566
+ https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
567
567
 
568
568
 
569
569
  - - -
@@ -722,12 +722,12 @@ class Backup(pulumi.CustomResource):
722
722
  cluster=default_cluster.name,
723
723
  instance_id="alloydb-instance",
724
724
  instance_type="PRIMARY",
725
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
725
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
726
726
  default = gcp.alloydb.Backup("default",
727
727
  location="us-central1",
728
728
  backup_id="alloydb-backup",
729
729
  cluster_name=default_cluster.name,
730
- opts = pulumi.ResourceOptions(depends_on=[default_instance]))
730
+ opts=pulumi.ResourceOptions(depends_on=[default_instance]))
731
731
  ```
732
732
  ### Alloydb Backup Full
733
733
 
@@ -756,7 +756,7 @@ class Backup(pulumi.CustomResource):
756
756
  cluster=default_cluster.name,
757
757
  instance_id="alloydb-instance",
758
758
  instance_type="PRIMARY",
759
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
759
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
760
760
  default = gcp.alloydb.Backup("default",
761
761
  location="us-central1",
762
762
  backup_id="alloydb-backup",
@@ -766,7 +766,7 @@ class Backup(pulumi.CustomResource):
766
766
  labels={
767
767
  "label": "key",
768
768
  },
769
- opts = pulumi.ResourceOptions(depends_on=[default_instance]))
769
+ opts=pulumi.ResourceOptions(depends_on=[default_instance]))
770
770
  ```
771
771
 
772
772
  ## Import
@@ -863,12 +863,12 @@ class Backup(pulumi.CustomResource):
863
863
  cluster=default_cluster.name,
864
864
  instance_id="alloydb-instance",
865
865
  instance_type="PRIMARY",
866
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
866
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
867
867
  default = gcp.alloydb.Backup("default",
868
868
  location="us-central1",
869
869
  backup_id="alloydb-backup",
870
870
  cluster_name=default_cluster.name,
871
- opts = pulumi.ResourceOptions(depends_on=[default_instance]))
871
+ opts=pulumi.ResourceOptions(depends_on=[default_instance]))
872
872
  ```
873
873
  ### Alloydb Backup Full
874
874
 
@@ -897,7 +897,7 @@ class Backup(pulumi.CustomResource):
897
897
  cluster=default_cluster.name,
898
898
  instance_id="alloydb-instance",
899
899
  instance_type="PRIMARY",
900
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
900
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
901
901
  default = gcp.alloydb.Backup("default",
902
902
  location="us-central1",
903
903
  backup_id="alloydb-backup",
@@ -907,7 +907,7 @@ class Backup(pulumi.CustomResource):
907
907
  labels={
908
908
  "label": "key",
909
909
  },
910
- opts = pulumi.ResourceOptions(depends_on=[default_instance]))
910
+ opts=pulumi.ResourceOptions(depends_on=[default_instance]))
911
911
  ```
912
912
 
913
913
  ## Import
@@ -323,7 +323,6 @@ class ClusterArgs:
323
323
 
324
324
  @property
325
325
  @pulumi.getter
326
- @_utilities.deprecated("""`network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""")
327
326
  def network(self) -> Optional[pulumi.Input[str]]:
328
327
  """
329
328
  (Optional, Deprecated)
@@ -332,6 +331,9 @@ class ClusterArgs:
332
331
 
333
332
  > **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.
334
333
  """
334
+ warnings.warn("""`network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""", DeprecationWarning)
335
+ pulumi.log.warn("""network is deprecated: `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""")
336
+
335
337
  return pulumi.get(self, "network")
336
338
 
337
339
  @network.setter
@@ -866,7 +868,6 @@ class _ClusterState:
866
868
 
867
869
  @property
868
870
  @pulumi.getter
869
- @_utilities.deprecated("""`network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""")
870
871
  def network(self) -> Optional[pulumi.Input[str]]:
871
872
  """
872
873
  (Optional, Deprecated)
@@ -875,6 +876,9 @@ class _ClusterState:
875
876
 
876
877
  > **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.
877
878
  """
879
+ warnings.warn("""`network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""", DeprecationWarning)
880
+ pulumi.log.warn("""network is deprecated: `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""")
881
+
878
882
  return pulumi.get(self, "network")
879
883
 
880
884
  @network.setter
@@ -1146,12 +1150,12 @@ class Cluster(pulumi.CustomResource):
1146
1150
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
1147
1151
  cpu_count=2,
1148
1152
  ),
1149
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
1153
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
1150
1154
  source_backup = gcp.alloydb.Backup("source",
1151
1155
  backup_id="alloydb-backup",
1152
1156
  location="us-central1",
1153
1157
  cluster_name=source.name,
1154
- opts = pulumi.ResourceOptions(depends_on=[source_instance]))
1158
+ opts=pulumi.ResourceOptions(depends_on=[source_instance]))
1155
1159
  restored_from_backup = gcp.alloydb.Cluster("restored_from_backup",
1156
1160
  cluster_id="alloydb-backup-restored",
1157
1161
  location="us-central1",
@@ -1199,7 +1203,7 @@ class Cluster(pulumi.CustomResource):
1199
1203
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
1200
1204
  cpu_count=2,
1201
1205
  ),
1202
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
1206
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
1203
1207
  secondary = gcp.alloydb.Cluster("secondary",
1204
1208
  cluster_id="alloydb-secondary-cluster",
1205
1209
  location="us-east1",
@@ -1211,7 +1215,7 @@ class Cluster(pulumi.CustomResource):
1211
1215
  secondary_config=gcp.alloydb.ClusterSecondaryConfigArgs(
1212
1216
  primary_cluster_name=primary.name,
1213
1217
  ),
1214
- opts = pulumi.ResourceOptions(depends_on=[primary_instance]))
1218
+ opts=pulumi.ResourceOptions(depends_on=[primary_instance]))
1215
1219
  project = gcp.organizations.get_project()
1216
1220
  ```
1217
1221
 
@@ -1412,12 +1416,12 @@ class Cluster(pulumi.CustomResource):
1412
1416
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
1413
1417
  cpu_count=2,
1414
1418
  ),
1415
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
1419
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
1416
1420
  source_backup = gcp.alloydb.Backup("source",
1417
1421
  backup_id="alloydb-backup",
1418
1422
  location="us-central1",
1419
1423
  cluster_name=source.name,
1420
- opts = pulumi.ResourceOptions(depends_on=[source_instance]))
1424
+ opts=pulumi.ResourceOptions(depends_on=[source_instance]))
1421
1425
  restored_from_backup = gcp.alloydb.Cluster("restored_from_backup",
1422
1426
  cluster_id="alloydb-backup-restored",
1423
1427
  location="us-central1",
@@ -1465,7 +1469,7 @@ class Cluster(pulumi.CustomResource):
1465
1469
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
1466
1470
  cpu_count=2,
1467
1471
  ),
1468
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
1472
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
1469
1473
  secondary = gcp.alloydb.Cluster("secondary",
1470
1474
  cluster_id="alloydb-secondary-cluster",
1471
1475
  location="us-east1",
@@ -1477,7 +1481,7 @@ class Cluster(pulumi.CustomResource):
1477
1481
  secondary_config=gcp.alloydb.ClusterSecondaryConfigArgs(
1478
1482
  primary_cluster_name=primary.name,
1479
1483
  ),
1480
- opts = pulumi.ResourceOptions(depends_on=[primary_instance]))
1484
+ opts=pulumi.ResourceOptions(depends_on=[primary_instance]))
1481
1485
  project = gcp.organizations.get_project()
1482
1486
  ```
1483
1487
 
@@ -1941,7 +1945,6 @@ class Cluster(pulumi.CustomResource):
1941
1945
 
1942
1946
  @property
1943
1947
  @pulumi.getter
1944
- @_utilities.deprecated("""`network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""")
1945
1948
  def network(self) -> pulumi.Output[str]:
1946
1949
  """
1947
1950
  (Optional, Deprecated)
@@ -1950,6 +1953,9 @@ class Cluster(pulumi.CustomResource):
1950
1953
 
1951
1954
  > **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.
1952
1955
  """
1956
+ warnings.warn("""`network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""", DeprecationWarning)
1957
+ pulumi.log.warn("""network is deprecated: `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.""")
1958
+
1953
1959
  return pulumi.get(self, "network")
1954
1960
 
1955
1961
  @property
@@ -813,7 +813,7 @@ class Instance(pulumi.CustomResource):
813
813
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
814
814
  cpu_count=2,
815
815
  ),
816
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
816
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
817
817
  project = gcp.organizations.get_project()
818
818
  ```
819
819
  ### Alloydb Secondary Instance Basic
@@ -844,7 +844,7 @@ class Instance(pulumi.CustomResource):
844
844
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
845
845
  cpu_count=2,
846
846
  ),
847
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
847
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
848
848
  secondary = gcp.alloydb.Cluster("secondary",
849
849
  cluster_id="alloydb-secondary-cluster",
850
850
  location="us-east1",
@@ -857,7 +857,7 @@ class Instance(pulumi.CustomResource):
857
857
  primary_cluster_name=primary.name,
858
858
  ),
859
859
  deletion_policy="FORCE",
860
- opts = pulumi.ResourceOptions(depends_on=[primary_instance]))
860
+ opts=pulumi.ResourceOptions(depends_on=[primary_instance]))
861
861
  secondary_instance = gcp.alloydb.Instance("secondary",
862
862
  cluster=secondary.name,
863
863
  instance_id="alloydb-secondary-instance",
@@ -865,7 +865,7 @@ class Instance(pulumi.CustomResource):
865
865
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
866
866
  cpu_count=2,
867
867
  ),
868
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
868
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
869
869
  project = gcp.organizations.get_project()
870
870
  ```
871
871
 
@@ -972,7 +972,7 @@ class Instance(pulumi.CustomResource):
972
972
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
973
973
  cpu_count=2,
974
974
  ),
975
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
975
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
976
976
  project = gcp.organizations.get_project()
977
977
  ```
978
978
  ### Alloydb Secondary Instance Basic
@@ -1003,7 +1003,7 @@ class Instance(pulumi.CustomResource):
1003
1003
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
1004
1004
  cpu_count=2,
1005
1005
  ),
1006
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
1006
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
1007
1007
  secondary = gcp.alloydb.Cluster("secondary",
1008
1008
  cluster_id="alloydb-secondary-cluster",
1009
1009
  location="us-east1",
@@ -1016,7 +1016,7 @@ class Instance(pulumi.CustomResource):
1016
1016
  primary_cluster_name=primary.name,
1017
1017
  ),
1018
1018
  deletion_policy="FORCE",
1019
- opts = pulumi.ResourceOptions(depends_on=[primary_instance]))
1019
+ opts=pulumi.ResourceOptions(depends_on=[primary_instance]))
1020
1020
  secondary_instance = gcp.alloydb.Instance("secondary",
1021
1021
  cluster=secondary.name,
1022
1022
  instance_id="alloydb-secondary-instance",
@@ -1024,7 +1024,7 @@ class Instance(pulumi.CustomResource):
1024
1024
  machine_config=gcp.alloydb.InstanceMachineConfigArgs(
1025
1025
  cpu_count=2,
1026
1026
  ),
1027
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
1027
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
1028
1028
  project = gcp.organizations.get_project()
1029
1029
  ```
1030
1030
 
@@ -270,7 +270,7 @@ class User(pulumi.CustomResource):
270
270
  cluster=default_cluster.name,
271
271
  instance_id="alloydb-instance",
272
272
  instance_type="PRIMARY",
273
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
273
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
274
274
  project = gcp.organizations.get_project()
275
275
  user1 = gcp.alloydb.User("user1",
276
276
  cluster=default_cluster.name,
@@ -278,7 +278,7 @@ class User(pulumi.CustomResource):
278
278
  user_type="ALLOYDB_BUILT_IN",
279
279
  password="user_secret",
280
280
  database_roles=["alloydbsuperuser"],
281
- opts = pulumi.ResourceOptions(depends_on=[default]))
281
+ opts=pulumi.ResourceOptions(depends_on=[default]))
282
282
  ```
283
283
  ### Alloydb User Iam
284
284
 
@@ -308,14 +308,14 @@ class User(pulumi.CustomResource):
308
308
  cluster=default_cluster.name,
309
309
  instance_id="alloydb-instance",
310
310
  instance_type="PRIMARY",
311
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
311
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
312
312
  project = gcp.organizations.get_project()
313
313
  user2 = gcp.alloydb.User("user2",
314
314
  cluster=default_cluster.name,
315
315
  user_id="user2@foo.com",
316
316
  user_type="ALLOYDB_IAM_USER",
317
317
  database_roles=["alloydbiamuser"],
318
- opts = pulumi.ResourceOptions(depends_on=[default]))
318
+ opts=pulumi.ResourceOptions(depends_on=[default]))
319
319
  ```
320
320
 
321
321
  ## Import
@@ -400,7 +400,7 @@ class User(pulumi.CustomResource):
400
400
  cluster=default_cluster.name,
401
401
  instance_id="alloydb-instance",
402
402
  instance_type="PRIMARY",
403
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
403
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
404
404
  project = gcp.organizations.get_project()
405
405
  user1 = gcp.alloydb.User("user1",
406
406
  cluster=default_cluster.name,
@@ -408,7 +408,7 @@ class User(pulumi.CustomResource):
408
408
  user_type="ALLOYDB_BUILT_IN",
409
409
  password="user_secret",
410
410
  database_roles=["alloydbsuperuser"],
411
- opts = pulumi.ResourceOptions(depends_on=[default]))
411
+ opts=pulumi.ResourceOptions(depends_on=[default]))
412
412
  ```
413
413
  ### Alloydb User Iam
414
414
 
@@ -438,14 +438,14 @@ class User(pulumi.CustomResource):
438
438
  cluster=default_cluster.name,
439
439
  instance_id="alloydb-instance",
440
440
  instance_type="PRIMARY",
441
- opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
441
+ opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
442
442
  project = gcp.organizations.get_project()
443
443
  user2 = gcp.alloydb.User("user2",
444
444
  cluster=default_cluster.name,
445
445
  user_id="user2@foo.com",
446
446
  user_type="ALLOYDB_IAM_USER",
447
447
  database_roles=["alloydbiamuser"],
448
- opts = pulumi.ResourceOptions(depends_on=[default]))
448
+ opts=pulumi.ResourceOptions(depends_on=[default]))
449
449
  ```
450
450
 
451
451
  ## Import
@@ -163,7 +163,7 @@ class AddonsConfig(pulumi.CustomResource):
163
163
  apigee_network = gcp.compute.Network("apigee_network",
164
164
  name="apigee-network",
165
165
  project=current.project,
166
- opts = pulumi.ResourceOptions(depends_on=[compute]))
166
+ opts=pulumi.ResourceOptions(depends_on=[compute]))
167
167
  apigee_range = gcp.compute.GlobalAddress("apigee_range",
168
168
  name="apigee-range",
169
169
  purpose="VPC_PEERING",
@@ -180,7 +180,7 @@ class AddonsConfig(pulumi.CustomResource):
180
180
  project_id=current.project,
181
181
  authorized_network=apigee_network.id,
182
182
  billing_type="EVALUATION",
183
- opts = pulumi.ResourceOptions(depends_on=[
183
+ opts=pulumi.ResourceOptions(depends_on=[
184
184
  apigee_vpc_connection,
185
185
  apigee,
186
186
  ]))
@@ -285,7 +285,7 @@ class AddonsConfig(pulumi.CustomResource):
285
285
  apigee_network = gcp.compute.Network("apigee_network",
286
286
  name="apigee-network",
287
287
  project=current.project,
288
- opts = pulumi.ResourceOptions(depends_on=[compute]))
288
+ opts=pulumi.ResourceOptions(depends_on=[compute]))
289
289
  apigee_range = gcp.compute.GlobalAddress("apigee_range",
290
290
  name="apigee-range",
291
291
  purpose="VPC_PEERING",
@@ -302,7 +302,7 @@ class AddonsConfig(pulumi.CustomResource):
302
302
  project_id=current.project,
303
303
  authorized_network=apigee_network.id,
304
304
  billing_type="EVALUATION",
305
- opts = pulumi.ResourceOptions(depends_on=[
305
+ opts=pulumi.ResourceOptions(depends_on=[
306
306
  apigee_vpc_connection,
307
307
  apigee,
308
308
  ]))
@@ -260,7 +260,7 @@ class EndpointAttachment(pulumi.CustomResource):
260
260
  analytics_region="us-central1",
261
261
  project_id=current.project,
262
262
  authorized_network=apigee_network.id,
263
- opts = pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
263
+ opts=pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
264
264
  apigee_endpoint_attachment = gcp.apigee.EndpointAttachment("apigee_endpoint_attachment",
265
265
  org_id=apigee_org.id,
266
266
  endpoint_attachment_id="test1",
@@ -336,7 +336,7 @@ class EndpointAttachment(pulumi.CustomResource):
336
336
  analytics_region="us-central1",
337
337
  project_id=current.project,
338
338
  authorized_network=apigee_network.id,
339
- opts = pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
339
+ opts=pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
340
340
  apigee_endpoint_attachment = gcp.apigee.EndpointAttachment("apigee_endpoint_attachment",
341
341
  org_id=apigee_org.id,
342
342
  endpoint_attachment_id="test1",
@@ -180,7 +180,7 @@ class EnvGroup(pulumi.CustomResource):
180
180
  analytics_region="us-central1",
181
181
  project_id=current.project,
182
182
  authorized_network=apigee_network.id,
183
- opts = pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
183
+ opts=pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
184
184
  env_grp = gcp.apigee.EnvGroup("env_grp",
185
185
  name="my-envgroup",
186
186
  hostnames=["abc.foo.com"],
@@ -254,7 +254,7 @@ class EnvGroup(pulumi.CustomResource):
254
254
  analytics_region="us-central1",
255
255
  project_id=current.project,
256
256
  authorized_network=apigee_network.id,
257
- opts = pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
257
+ opts=pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
258
258
  env_grp = gcp.apigee.EnvGroup("env_grp",
259
259
  name="my-envgroup",
260
260
  hostnames=["abc.foo.com"],
@@ -436,7 +436,7 @@ class Environment(pulumi.CustomResource):
436
436
  analytics_region="us-central1",
437
437
  project_id=current.project,
438
438
  authorized_network=apigee_network.id,
439
- opts = pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
439
+ opts=pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
440
440
  env = gcp.apigee.Environment("env",
441
441
  name="my-environment",
442
442
  description="Apigee Environment",
@@ -531,7 +531,7 @@ class Environment(pulumi.CustomResource):
531
531
  analytics_region="us-central1",
532
532
  project_id=current.project,
533
533
  authorized_network=apigee_network.id,
534
- opts = pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
534
+ opts=pulumi.ResourceOptions(depends_on=[apigee_vpc_connection]))
535
535
  env = gcp.apigee.Environment("env",
536
536
  name="my-environment",
537
537
  description="Apigee Environment",