pulumi-gcp 7.28.0a1718995220__py3-none-any.whl → 7.29.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +8 -0
- pulumi_gcp/_utilities.py +35 -0
- pulumi_gcp/activedirectory/domain.py +14 -14
- pulumi_gcp/activedirectory/domain_trust.py +14 -14
- pulumi_gcp/alloydb/backup.py +8 -8
- pulumi_gcp/alloydb/cluster.py +11 -17
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/alloydb/user.py +8 -8
- pulumi_gcp/apigee/addons_config.py +4 -4
- pulumi_gcp/apigee/endpoint_attachment.py +2 -2
- pulumi_gcp/apigee/env_group.py +2 -2
- pulumi_gcp/apigee/environment.py +2 -2
- pulumi_gcp/apigee/instance.py +8 -8
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +10 -10
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +6 -6
- pulumi_gcp/apigee/sync_authorization.py +4 -4
- pulumi_gcp/apigee/target_server.py +10 -10
- pulumi_gcp/apphub/service.py +20 -20
- pulumi_gcp/apphub/service_project_attachment.py +8 -8
- pulumi_gcp/applicationintegration/auth_config.py +2 -2
- pulumi_gcp/applicationintegration/client.py +6 -18
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/_inputs.py +4 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +244 -0
- pulumi_gcp/artifactregistry/outputs.py +6 -6
- pulumi_gcp/artifactregistry/repository.py +10 -10
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/bigquery/_inputs.py +2 -6
- pulumi_gcp/bigquery/data_transfer_config.py +4 -4
- pulumi_gcp/bigquery/dataset.py +75 -0
- pulumi_gcp/bigquery/get_dataset.py +11 -1
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/bigquery/outputs.py +2 -6
- pulumi_gcp/bigtable/_inputs.py +1 -3
- pulumi_gcp/bigtable/instance.py +3 -9
- pulumi_gcp/bigtable/outputs.py +1 -3
- pulumi_gcp/billing/_inputs.py +22 -0
- pulumi_gcp/billing/budget.py +50 -0
- pulumi_gcp/billing/outputs.py +20 -0
- pulumi_gcp/certificateauthority/authority.py +2 -2
- pulumi_gcp/certificateauthority/certificate.py +4 -4
- pulumi_gcp/certificatemanager/_inputs.py +2 -6
- pulumi_gcp/certificatemanager/certificate.py +4 -4
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +2 -2
- pulumi_gcp/certificatemanager/outputs.py +2 -6
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +6 -6
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/cloudbuild/worker_pool.py +6 -6
- pulumi_gcp/cloudbuildv2/connection.py +2 -2
- pulumi_gcp/cloudbuildv2/repository.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +28 -28
- pulumi_gcp/cloudids/endpoint.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +3 -9
- pulumi_gcp/cloudrun/outputs.py +3 -9
- pulumi_gcp/cloudrunv2/get_job.py +21 -1
- pulumi_gcp/cloudrunv2/job.py +163 -19
- pulumi_gcp/cloudrunv2/service.py +8 -8
- pulumi_gcp/compute/_inputs.py +83 -0
- pulumi_gcp/compute/disk.py +3 -9
- pulumi_gcp/compute/firewall.py +3 -9
- pulumi_gcp/compute/forwarding_rule.py +22 -22
- pulumi_gcp/compute/outputs.py +166 -1
- pulumi_gcp/compute/packet_mirroring.py +2 -2
- pulumi_gcp/compute/project_cloud_armor_tier.py +2 -2
- pulumi_gcp/compute/region_disk.py +3 -9
- pulumi_gcp/compute/region_security_policy_rule.py +2 -2
- pulumi_gcp/compute/route.py +2 -2
- pulumi_gcp/compute/subnetwork.py +2 -6
- pulumi_gcp/compute/target_instance.py +2 -2
- pulumi_gcp/compute/vpn_gateway.py +2 -2
- pulumi_gcp/compute/vpn_tunnel.py +2 -2
- pulumi_gcp/container/_inputs.py +2 -6
- pulumi_gcp/container/outputs.py +2 -6
- pulumi_gcp/databasemigrationservice/connection_profile.py +16 -16
- pulumi_gcp/datacatalog/policy_tag.py +2 -2
- pulumi_gcp/datafusion/instance.py +4 -8
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +2 -2
- pulumi_gcp/dataproc/_inputs.py +100 -0
- pulumi_gcp/dataproc/metastore_service.py +172 -0
- pulumi_gcp/dataproc/outputs.py +192 -1
- pulumi_gcp/dataproc/workflow_template.py +3 -9
- pulumi_gcp/datastore/data_store_index.py +2 -2
- pulumi_gcp/datastream/stream.py +6 -6
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/diagflow/intent.py +4 -4
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/edgecontainer/vpn_connection.py +2 -2
- pulumi_gcp/eventarc/channel.py +2 -2
- pulumi_gcp/eventarc/google_channel_config.py +2 -2
- pulumi_gcp/filestore/instance.py +3 -9
- pulumi_gcp/firebase/app_check_app_attest_config.py +8 -8
- pulumi_gcp/firebase/app_check_debug_token.py +4 -4
- pulumi_gcp/firebase/app_check_device_check_config.py +4 -4
- pulumi_gcp/firebase/app_check_play_integrity_config.py +8 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +4 -4
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +4 -4
- pulumi_gcp/firebase/app_check_service_config.py +6 -6
- pulumi_gcp/firebase/database_instance.py +2 -2
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/document.py +12 -12
- pulumi_gcp/folder/access_approval_settings.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +4 -8
- pulumi_gcp/gkehub/membership.py +3 -9
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +2 -2
- pulumi_gcp/gkehub/outputs.py +4 -8
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/healthcare/fhir_store.py +3 -9
- pulumi_gcp/healthcare/hl7_store.py +3 -9
- pulumi_gcp/integrationconnectors/connection.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +6 -6
- pulumi_gcp/kms/_inputs.py +1 -3
- pulumi_gcp/kms/autokey_config.py +16 -16
- pulumi_gcp/kms/key_handle.py +22 -22
- pulumi_gcp/kms/outputs.py +1 -3
- pulumi_gcp/logging/folder_settings.py +2 -2
- pulumi_gcp/logging/linked_dataset.py +2 -2
- pulumi_gcp/logging/organization_settings.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +2 -2
- pulumi_gcp/looker/instance.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +2 -2
- pulumi_gcp/netapp/volume_snapshot.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/tls_inspection_policy.py +4 -4
- pulumi_gcp/networkservices/gateway.py +6 -6
- pulumi_gcp/organizations/access_approval_settings.py +2 -2
- pulumi_gcp/parallelstore/instance.py +2 -2
- pulumi_gcp/projects/access_approval_settings.py +5 -11
- pulumi_gcp/pubsub/_inputs.py +40 -0
- pulumi_gcp/pubsub/outputs.py +66 -0
- pulumi_gcp/pubsub/schema.py +2 -2
- pulumi_gcp/pubsub/subscription.py +174 -8
- pulumi_gcp/pubsub/topic.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +4 -4
- pulumi_gcp/redis/get_instance.py +11 -1
- pulumi_gcp/redis/instance.py +49 -2
- pulumi_gcp/secretmanager/secret.py +2 -2
- pulumi_gcp/securesourcemanager/instance.py +6 -6
- pulumi_gcp/securitycenter/instance_iam_binding.py +2 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +2 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +2 -2
- pulumi_gcp/servicenetworking/__init__.py +1 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +511 -0
- pulumi_gcp/sql/_inputs.py +1 -3
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/sql/outputs.py +1 -3
- pulumi_gcp/sql/user.py +21 -7
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +2 -2
- pulumi_gcp/storage/notification.py +2 -2
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +4 -4
- pulumi_gcp/tpu/v2_vm.py +4 -4
- pulumi_gcp/vertex/_inputs.py +1 -3
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store.py +3 -9
- pulumi_gcp/vertex/ai_index_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vertex/outputs.py +1 -3
- pulumi_gcp/vmwareengine/external_address.py +2 -2
- pulumi_gcp/vmwareengine/network.py +4 -4
- pulumi_gcp/vpcaccess/connector.py +2 -8
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/RECORD +172 -170
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-7.28.0a1718995220.dist-info → pulumi_gcp-7.29.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -7175,6 +7175,14 @@ _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
|
+
},
|
7178
7186
|
{
|
7179
7187
|
"pkg": "gcp",
|
7180
7188
|
"mod": "serviceusage/consumerQuotaOverride",
|
pulumi_gcp/_utilities.py
CHANGED
@@ -4,6 +4,7 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
import asyncio
|
7
|
+
import functools
|
7
8
|
import importlib.metadata
|
8
9
|
import importlib.util
|
9
10
|
import inspect
|
@@ -11,6 +12,7 @@ import json
|
|
11
12
|
import os
|
12
13
|
import sys
|
13
14
|
import typing
|
15
|
+
import warnings
|
14
16
|
|
15
17
|
import pulumi
|
16
18
|
import pulumi.runtime
|
@@ -19,6 +21,8 @@ from pulumi.runtime.sync_await import _sync_await
|
|
19
21
|
from semver import VersionInfo as SemverVersion
|
20
22
|
from parver import Version as PEP440Version
|
21
23
|
|
24
|
+
C = typing.TypeVar("C", bound=typing.Callable)
|
25
|
+
|
22
26
|
|
23
27
|
def get_env(*args):
|
24
28
|
for v in args:
|
@@ -287,5 +291,36 @@ async def _await_output(o: pulumi.Output[typing.Any]) -> typing.Tuple[object, bo
|
|
287
291
|
await o._resources,
|
288
292
|
)
|
289
293
|
|
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
|
+
|
290
325
|
def get_plugin_download_url():
|
291
326
|
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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of 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
|
-
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
|
+
of https://cloud.google.com/managed-microsoft-ad/reference/rest/v1/projects.locations.global.domains.
|
567
567
|
|
568
568
|
|
569
569
|
- - -
|
pulumi_gcp/alloydb/backup.py
CHANGED
@@ -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
|
pulumi_gcp/alloydb/cluster.py
CHANGED
@@ -323,6 +323,7 @@ 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.""")
|
326
327
|
def network(self) -> Optional[pulumi.Input[str]]:
|
327
328
|
"""
|
328
329
|
(Optional, Deprecated)
|
@@ -331,9 +332,6 @@ class ClusterArgs:
|
|
331
332
|
|
332
333
|
> **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.
|
333
334
|
"""
|
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
|
-
|
337
335
|
return pulumi.get(self, "network")
|
338
336
|
|
339
337
|
@network.setter
|
@@ -868,6 +866,7 @@ class _ClusterState:
|
|
868
866
|
|
869
867
|
@property
|
870
868
|
@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.""")
|
871
870
|
def network(self) -> Optional[pulumi.Input[str]]:
|
872
871
|
"""
|
873
872
|
(Optional, Deprecated)
|
@@ -876,9 +875,6 @@ class _ClusterState:
|
|
876
875
|
|
877
876
|
> **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.
|
878
877
|
"""
|
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
|
-
|
882
878
|
return pulumi.get(self, "network")
|
883
879
|
|
884
880
|
@network.setter
|
@@ -1150,12 +1146,12 @@ class Cluster(pulumi.CustomResource):
|
|
1150
1146
|
machine_config=gcp.alloydb.InstanceMachineConfigArgs(
|
1151
1147
|
cpu_count=2,
|
1152
1148
|
),
|
1153
|
-
opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
|
1149
|
+
opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
|
1154
1150
|
source_backup = gcp.alloydb.Backup("source",
|
1155
1151
|
backup_id="alloydb-backup",
|
1156
1152
|
location="us-central1",
|
1157
1153
|
cluster_name=source.name,
|
1158
|
-
opts=pulumi.ResourceOptions(depends_on=[source_instance]))
|
1154
|
+
opts = pulumi.ResourceOptions(depends_on=[source_instance]))
|
1159
1155
|
restored_from_backup = gcp.alloydb.Cluster("restored_from_backup",
|
1160
1156
|
cluster_id="alloydb-backup-restored",
|
1161
1157
|
location="us-central1",
|
@@ -1203,7 +1199,7 @@ class Cluster(pulumi.CustomResource):
|
|
1203
1199
|
machine_config=gcp.alloydb.InstanceMachineConfigArgs(
|
1204
1200
|
cpu_count=2,
|
1205
1201
|
),
|
1206
|
-
opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
|
1202
|
+
opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
|
1207
1203
|
secondary = gcp.alloydb.Cluster("secondary",
|
1208
1204
|
cluster_id="alloydb-secondary-cluster",
|
1209
1205
|
location="us-east1",
|
@@ -1215,7 +1211,7 @@ class Cluster(pulumi.CustomResource):
|
|
1215
1211
|
secondary_config=gcp.alloydb.ClusterSecondaryConfigArgs(
|
1216
1212
|
primary_cluster_name=primary.name,
|
1217
1213
|
),
|
1218
|
-
opts=pulumi.ResourceOptions(depends_on=[primary_instance]))
|
1214
|
+
opts = pulumi.ResourceOptions(depends_on=[primary_instance]))
|
1219
1215
|
project = gcp.organizations.get_project()
|
1220
1216
|
```
|
1221
1217
|
|
@@ -1416,12 +1412,12 @@ class Cluster(pulumi.CustomResource):
|
|
1416
1412
|
machine_config=gcp.alloydb.InstanceMachineConfigArgs(
|
1417
1413
|
cpu_count=2,
|
1418
1414
|
),
|
1419
|
-
opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
|
1415
|
+
opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
|
1420
1416
|
source_backup = gcp.alloydb.Backup("source",
|
1421
1417
|
backup_id="alloydb-backup",
|
1422
1418
|
location="us-central1",
|
1423
1419
|
cluster_name=source.name,
|
1424
|
-
opts=pulumi.ResourceOptions(depends_on=[source_instance]))
|
1420
|
+
opts = pulumi.ResourceOptions(depends_on=[source_instance]))
|
1425
1421
|
restored_from_backup = gcp.alloydb.Cluster("restored_from_backup",
|
1426
1422
|
cluster_id="alloydb-backup-restored",
|
1427
1423
|
location="us-central1",
|
@@ -1469,7 +1465,7 @@ class Cluster(pulumi.CustomResource):
|
|
1469
1465
|
machine_config=gcp.alloydb.InstanceMachineConfigArgs(
|
1470
1466
|
cpu_count=2,
|
1471
1467
|
),
|
1472
|
-
opts=pulumi.ResourceOptions(depends_on=[vpc_connection]))
|
1468
|
+
opts = pulumi.ResourceOptions(depends_on=[vpc_connection]))
|
1473
1469
|
secondary = gcp.alloydb.Cluster("secondary",
|
1474
1470
|
cluster_id="alloydb-secondary-cluster",
|
1475
1471
|
location="us-east1",
|
@@ -1481,7 +1477,7 @@ class Cluster(pulumi.CustomResource):
|
|
1481
1477
|
secondary_config=gcp.alloydb.ClusterSecondaryConfigArgs(
|
1482
1478
|
primary_cluster_name=primary.name,
|
1483
1479
|
),
|
1484
|
-
opts=pulumi.ResourceOptions(depends_on=[primary_instance]))
|
1480
|
+
opts = pulumi.ResourceOptions(depends_on=[primary_instance]))
|
1485
1481
|
project = gcp.organizations.get_project()
|
1486
1482
|
```
|
1487
1483
|
|
@@ -1945,6 +1941,7 @@ class Cluster(pulumi.CustomResource):
|
|
1945
1941
|
|
1946
1942
|
@property
|
1947
1943
|
@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.""")
|
1948
1945
|
def network(self) -> pulumi.Output[str]:
|
1949
1946
|
"""
|
1950
1947
|
(Optional, Deprecated)
|
@@ -1953,9 +1950,6 @@ class Cluster(pulumi.CustomResource):
|
|
1953
1950
|
|
1954
1951
|
> **Warning:** `network` is deprecated and will be removed in a future major release. Instead, use `network_config` to define the network configuration.
|
1955
1952
|
"""
|
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
|
-
|
1959
1953
|
return pulumi.get(self, "network")
|
1960
1954
|
|
1961
1955
|
@property
|
pulumi_gcp/alloydb/instance.py
CHANGED
@@ -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
|
|
pulumi_gcp/alloydb/user.py
CHANGED
@@ -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",
|
pulumi_gcp/apigee/env_group.py
CHANGED
@@ -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"],
|
pulumi_gcp/apigee/environment.py
CHANGED
@@ -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",
|