pulumi-gcp 7.39.0a1726207510__py3-none-any.whl → 8.0.0a1__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 +32 -19
- pulumi_gcp/accesscontextmanager/access_policy.py +4 -2
- pulumi_gcp/activedirectory/domain.py +38 -2
- pulumi_gcp/activedirectory/domain_trust.py +0 -30
- pulumi_gcp/activedirectory/peering.py +0 -72
- pulumi_gcp/alloydb/cluster.py +12 -200
- pulumi_gcp/alloydb/instance.py +13 -5
- pulumi_gcp/alloydb/user.py +14 -6
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +4 -2
- pulumi_gcp/apigee/sync_authorization.py +4 -2
- pulumi_gcp/apigee/target_server.py +4 -2
- pulumi_gcp/appengine/firewall_rule.py +4 -2
- pulumi_gcp/appengine/flexible_app_version.py +4 -2
- pulumi_gcp/apphub/service.py +8 -4
- pulumi_gcp/apphub/service_project_attachment.py +8 -4
- pulumi_gcp/applicationintegration/client.py +0 -154
- pulumi_gcp/bigquery/_inputs.py +0 -70
- pulumi_gcp/bigquery/iam_binding.py +0 -260
- pulumi_gcp/bigquery/iam_member.py +0 -260
- pulumi_gcp/bigquery/iam_policy.py +0 -240
- pulumi_gcp/bigquery/outputs.py +0 -44
- pulumi_gcp/bigquery/reservation.py +0 -84
- pulumi_gcp/bigquery/table.py +0 -98
- pulumi_gcp/billing/project_info.py +4 -2
- pulumi_gcp/certificateauthority/get_authority.py +0 -20
- pulumi_gcp/certificatemanager/get_certificate_map.py +0 -14
- pulumi_gcp/cloudasset/folder_feed.py +4 -2
- pulumi_gcp/cloudidentity/get_group_lookup.py +0 -18
- pulumi_gcp/cloudidentity/get_group_memberships.py +0 -14
- pulumi_gcp/cloudidentity/get_groups.py +0 -14
- pulumi_gcp/cloudrunv2/_inputs.py +25 -25
- pulumi_gcp/cloudrunv2/get_job.py +11 -1
- pulumi_gcp/cloudrunv2/get_service.py +11 -1
- pulumi_gcp/cloudrunv2/job.py +50 -0
- pulumi_gcp/cloudrunv2/outputs.py +26 -26
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/compute/_inputs.py +117 -54
- pulumi_gcp/compute/backend_service.py +52 -0
- pulumi_gcp/compute/disk_async_replication.py +0 -48
- pulumi_gcp/compute/firewall_policy_rule.py +4 -2
- pulumi_gcp/compute/forwarding_rule.py +42 -0
- pulumi_gcp/compute/get_backend_bucket.py +0 -14
- pulumi_gcp/compute/get_backend_service.py +0 -20
- pulumi_gcp/compute/get_certificate.py +0 -20
- pulumi_gcp/compute/get_forwarding_rule.py +11 -15
- pulumi_gcp/compute/get_forwarding_rules.py +0 -16
- pulumi_gcp/compute/get_global_forwarding_rule.py +0 -14
- pulumi_gcp/compute/get_hc_vpn_gateway.py +0 -14
- pulumi_gcp/compute/get_health_check.py +0 -14
- pulumi_gcp/compute/get_lbip_ranges.py +0 -32
- pulumi_gcp/compute/get_netblock_ip_ranges.py +0 -52
- pulumi_gcp/compute/get_network.py +0 -14
- pulumi_gcp/compute/get_networks.py +0 -14
- pulumi_gcp/compute/get_region_ssl_certificate.py +0 -20
- pulumi_gcp/compute/get_ssl_policy.py +0 -14
- pulumi_gcp/compute/get_vpn_gateway.py +0 -14
- pulumi_gcp/compute/global_address.py +8 -4
- pulumi_gcp/compute/global_forwarding_rule.py +7 -0
- pulumi_gcp/compute/instance_template.py +56 -63
- pulumi_gcp/compute/managed_ssl_certificate.py +1 -20
- pulumi_gcp/compute/manged_ssl_certificate.py +1 -20
- pulumi_gcp/compute/network_attachment.py +8 -4
- pulumi_gcp/compute/node_group.py +4 -2
- pulumi_gcp/compute/organization_security_policy_association.py +4 -2
- pulumi_gcp/compute/outputs.py +101 -42
- pulumi_gcp/compute/project_cloud_armor_tier.py +4 -2
- pulumi_gcp/compute/region_backend_service.py +36 -7
- pulumi_gcp/compute/region_instance_template.py +56 -7
- pulumi_gcp/compute/region_ssl_certificate.py +49 -7
- pulumi_gcp/compute/ssl_certificate.py +49 -7
- pulumi_gcp/compute/subnetwork.py +193 -23
- pulumi_gcp/config/__init__.pyi +3 -5
- pulumi_gcp/config/vars.py +6 -10
- pulumi_gcp/container/_inputs.py +19 -41
- pulumi_gcp/container/cluster.py +79 -0
- pulumi_gcp/container/get_cluster.py +21 -25
- pulumi_gcp/container/get_engine_versions.py +8 -2
- pulumi_gcp/container/outputs.py +17 -40
- pulumi_gcp/dataproc/get_metastore_service.py +0 -16
- pulumi_gcp/diagflow/intent.py +4 -2
- pulumi_gcp/dns/get_record_set.py +0 -20
- pulumi_gcp/edgenetwork/network.py +83 -0
- pulumi_gcp/edgenetwork/subnet.py +83 -0
- pulumi_gcp/filestore/get_instance.py +0 -20
- pulumi_gcp/firebase/database_instance.py +2 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +4 -2
- pulumi_gcp/firebase/hosting_version.py +4 -2
- pulumi_gcp/firebase/project.py +2 -0
- pulumi_gcp/firestore/document.py +8 -4
- pulumi_gcp/folder/access_approval_settings.py +12 -6
- pulumi_gcp/gkeonprem/_inputs.py +11 -11
- pulumi_gcp/gkeonprem/outputs.py +9 -9
- pulumi_gcp/gkeonprem/v_mware_cluster.py +31 -31
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +186 -0
- pulumi_gcp/iam/access_boundary_policy.py +4 -2
- pulumi_gcp/iam/deny_policy.py +4 -2
- pulumi_gcp/iam/get_workload_identity_pool.py +0 -14
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +0 -16
- pulumi_gcp/iap/brand.py +4 -2
- pulumi_gcp/iap/client.py +4 -2
- pulumi_gcp/iap/get_client.py +0 -18
- pulumi_gcp/identityplatform/__init__.py +0 -1
- pulumi_gcp/identityplatform/_inputs.py +0 -396
- pulumi_gcp/identityplatform/config.py +2 -0
- pulumi_gcp/identityplatform/outputs.py +0 -313
- pulumi_gcp/integrationconnectors/managed_zone.py +4 -2
- pulumi_gcp/kms/__init__.py +4 -0
- pulumi_gcp/kms/_inputs.py +130 -0
- pulumi_gcp/kms/autokey_config.py +6 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +1097 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +1097 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +916 -0
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +177 -0
- pulumi_gcp/kms/key_handle.py +8 -2
- pulumi_gcp/kms/outputs.py +76 -0
- pulumi_gcp/logging/folder_settings.py +4 -2
- pulumi_gcp/monitoring/get_secret_version.py +2 -2
- pulumi_gcp/monitoring/monitored_project.py +4 -2
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +12 -44
- pulumi_gcp/networkservices/_inputs.py +23 -0
- pulumi_gcp/networkservices/outputs.py +17 -1
- pulumi_gcp/networkservices/tcp_route.py +2 -0
- pulumi_gcp/organizations/access_approval_settings.py +4 -2
- pulumi_gcp/organizations/folder.py +35 -1
- pulumi_gcp/organizations/get_active_folder.py +0 -16
- pulumi_gcp/organizations/get_client_config.py +16 -15
- pulumi_gcp/organizations/get_folder.py +11 -1
- pulumi_gcp/organizations/get_project.py +3 -13
- pulumi_gcp/organizations/project.py +3 -87
- pulumi_gcp/orgpolicy/policy.py +12 -6
- pulumi_gcp/projects/api_key.py +2 -52
- pulumi_gcp/provider.py +32 -52
- pulumi_gcp/pubsub/topic.py +1 -1
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/cluster.py +58 -0
- pulumi_gcp/redis/get_instance.py +0 -20
- pulumi_gcp/resourcemanager/lien.py +4 -2
- pulumi_gcp/secretmanager/get_secret_version.py +2 -2
- pulumi_gcp/securitycenter/__init__.py +1 -0
- pulumi_gcp/securitycenter/folder_custom_module.py +8 -4
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +8 -4
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +862 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +12 -6
- pulumi_gcp/spanner/get_instance.py +0 -14
- pulumi_gcp/sql/_inputs.py +3 -36
- pulumi_gcp/sql/outputs.py +6 -49
- pulumi_gcp/storage/_inputs.py +23 -23
- pulumi_gcp/storage/bucket.py +6 -6
- pulumi_gcp/storage/outputs.py +27 -27
- pulumi_gcp/tags/get_tag_key.py +0 -30
- pulumi_gcp/tags/get_tag_keys.py +0 -26
- pulumi_gcp/tags/get_tag_value.py +0 -16
- pulumi_gcp/tags/get_tag_values.py +0 -14
- pulumi_gcp/tags/tag_binding.py +4 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -2
- pulumi_gcp/vmwareengine/network.py +4 -2
- pulumi_gcp/vpcaccess/connector.py +14 -6
- pulumi_gcp/vpcaccess/get_connector.py +6 -2
- {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/RECORD +162 -162
- pulumi_gcp/datastore/__init__.py +0 -10
- pulumi_gcp/datastore/_inputs.py +0 -76
- pulumi_gcp/datastore/data_store_index.py +0 -515
- pulumi_gcp/datastore/outputs.py +0 -51
- pulumi_gcp/identityplatform/project_default_config.py +0 -357
- {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.39.0a1726207510.dist-info → pulumi_gcp-8.0.0a1.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -110,8 +110,6 @@ if typing.TYPE_CHECKING:
|
|
110
110
|
dataplex = __dataplex
|
111
111
|
import pulumi_gcp.dataproc as __dataproc
|
112
112
|
dataproc = __dataproc
|
113
|
-
import pulumi_gcp.datastore as __datastore
|
114
|
-
datastore = __datastore
|
115
113
|
import pulumi_gcp.datastream as __datastream
|
116
114
|
datastream = __datastream
|
117
115
|
import pulumi_gcp.deploymentmanager as __deploymentmanager
|
@@ -303,7 +301,6 @@ else:
|
|
303
301
|
dataloss = _utilities.lazy_import('pulumi_gcp.dataloss')
|
304
302
|
dataplex = _utilities.lazy_import('pulumi_gcp.dataplex')
|
305
303
|
dataproc = _utilities.lazy_import('pulumi_gcp.dataproc')
|
306
|
-
datastore = _utilities.lazy_import('pulumi_gcp.datastore')
|
307
304
|
datastream = _utilities.lazy_import('pulumi_gcp.datastream')
|
308
305
|
deploymentmanager = _utilities.lazy_import('pulumi_gcp.deploymentmanager')
|
309
306
|
diagflow = _utilities.lazy_import('pulumi_gcp.diagflow')
|
@@ -4098,14 +4095,6 @@ _utilities.register(
|
|
4098
4095
|
"gcp:dataproc/workflowTemplate:WorkflowTemplate": "WorkflowTemplate"
|
4099
4096
|
}
|
4100
4097
|
},
|
4101
|
-
{
|
4102
|
-
"pkg": "gcp",
|
4103
|
-
"mod": "datastore/dataStoreIndex",
|
4104
|
-
"fqn": "pulumi_gcp.datastore",
|
4105
|
-
"classes": {
|
4106
|
-
"gcp:datastore/dataStoreIndex:DataStoreIndex": "DataStoreIndex"
|
4107
|
-
}
|
4108
|
-
},
|
4109
4098
|
{
|
4110
4099
|
"pkg": "gcp",
|
4111
4100
|
"mod": "datastream/connectionProfile",
|
@@ -5538,14 +5527,6 @@ _utilities.register(
|
|
5538
5527
|
"gcp:identityplatform/oauthIdpConfig:OauthIdpConfig": "OauthIdpConfig"
|
5539
5528
|
}
|
5540
5529
|
},
|
5541
|
-
{
|
5542
|
-
"pkg": "gcp",
|
5543
|
-
"mod": "identityplatform/projectDefaultConfig",
|
5544
|
-
"fqn": "pulumi_gcp.identityplatform",
|
5545
|
-
"classes": {
|
5546
|
-
"gcp:identityplatform/projectDefaultConfig:ProjectDefaultConfig": "ProjectDefaultConfig"
|
5547
|
-
}
|
5548
|
-
},
|
5549
5530
|
{
|
5550
5531
|
"pkg": "gcp",
|
5551
5532
|
"mod": "identityplatform/tenant",
|
@@ -5658,6 +5639,30 @@ _utilities.register(
|
|
5658
5639
|
"gcp:kms/ekmConnection:EkmConnection": "EkmConnection"
|
5659
5640
|
}
|
5660
5641
|
},
|
5642
|
+
{
|
5643
|
+
"pkg": "gcp",
|
5644
|
+
"mod": "kms/ekmConnectionIamBinding",
|
5645
|
+
"fqn": "pulumi_gcp.kms",
|
5646
|
+
"classes": {
|
5647
|
+
"gcp:kms/ekmConnectionIamBinding:EkmConnectionIamBinding": "EkmConnectionIamBinding"
|
5648
|
+
}
|
5649
|
+
},
|
5650
|
+
{
|
5651
|
+
"pkg": "gcp",
|
5652
|
+
"mod": "kms/ekmConnectionIamMember",
|
5653
|
+
"fqn": "pulumi_gcp.kms",
|
5654
|
+
"classes": {
|
5655
|
+
"gcp:kms/ekmConnectionIamMember:EkmConnectionIamMember": "EkmConnectionIamMember"
|
5656
|
+
}
|
5657
|
+
},
|
5658
|
+
{
|
5659
|
+
"pkg": "gcp",
|
5660
|
+
"mod": "kms/ekmConnectionIamPolicy",
|
5661
|
+
"fqn": "pulumi_gcp.kms",
|
5662
|
+
"classes": {
|
5663
|
+
"gcp:kms/ekmConnectionIamPolicy:EkmConnectionIamPolicy": "EkmConnectionIamPolicy"
|
5664
|
+
}
|
5665
|
+
},
|
5661
5666
|
{
|
5662
5667
|
"pkg": "gcp",
|
5663
5668
|
"mod": "kms/keyHandle",
|
@@ -7170,6 +7175,14 @@ _utilities.register(
|
|
7170
7175
|
"gcp:securitycenter/v2OrganizationNotificationConfig:V2OrganizationNotificationConfig": "V2OrganizationNotificationConfig"
|
7171
7176
|
}
|
7172
7177
|
},
|
7178
|
+
{
|
7179
|
+
"pkg": "gcp",
|
7180
|
+
"mod": "securitycenter/v2OrganizationSccBigQueryExports",
|
7181
|
+
"fqn": "pulumi_gcp.securitycenter",
|
7182
|
+
"classes": {
|
7183
|
+
"gcp:securitycenter/v2OrganizationSccBigQueryExports:V2OrganizationSccBigQueryExports": "V2OrganizationSccBigQueryExports"
|
7184
|
+
}
|
7185
|
+
},
|
7173
7186
|
{
|
7174
7187
|
"pkg": "gcp",
|
7175
7188
|
"mod": "securitycenter/v2OrganizationSource",
|
@@ -243,7 +243,8 @@ class AccessPolicy(pulumi.CustomResource):
|
|
243
243
|
project = gcp.organizations.Project("project",
|
244
244
|
project_id="my-project-name",
|
245
245
|
name="my-project-name",
|
246
|
-
org_id="123456789"
|
246
|
+
org_id="123456789",
|
247
|
+
deletion_policy="DELETE")
|
247
248
|
access_policy = gcp.accesscontextmanager.AccessPolicy("access-policy",
|
248
249
|
parent="organizations/123456789",
|
249
250
|
title="Scoped Access Policy",
|
@@ -319,7 +320,8 @@ class AccessPolicy(pulumi.CustomResource):
|
|
319
320
|
project = gcp.organizations.Project("project",
|
320
321
|
project_id="my-project-name",
|
321
322
|
name="my-project-name",
|
322
|
-
org_id="123456789"
|
323
|
+
org_id="123456789",
|
324
|
+
deletion_policy="DELETE")
|
323
325
|
access_policy = gcp.accesscontextmanager.AccessPolicy("access-policy",
|
324
326
|
parent="organizations/123456789",
|
325
327
|
title="Scoped Access Policy",
|
@@ -24,6 +24,7 @@ class DomainArgs:
|
|
24
24
|
reserved_ip_range: pulumi.Input[str],
|
25
25
|
admin: Optional[pulumi.Input[str]] = None,
|
26
26
|
authorized_networks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
27
|
+
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
27
28
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
28
29
|
project: Optional[pulumi.Input[str]] = None):
|
29
30
|
"""
|
@@ -54,6 +55,8 @@ class DomainArgs:
|
|
54
55
|
pulumi.set(__self__, "admin", admin)
|
55
56
|
if authorized_networks is not None:
|
56
57
|
pulumi.set(__self__, "authorized_networks", authorized_networks)
|
58
|
+
if deletion_protection is not None:
|
59
|
+
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
57
60
|
if labels is not None:
|
58
61
|
pulumi.set(__self__, "labels", labels)
|
59
62
|
if project is not None:
|
@@ -127,6 +130,15 @@ class DomainArgs:
|
|
127
130
|
def authorized_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
128
131
|
pulumi.set(self, "authorized_networks", value)
|
129
132
|
|
133
|
+
@property
|
134
|
+
@pulumi.getter(name="deletionProtection")
|
135
|
+
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
136
|
+
return pulumi.get(self, "deletion_protection")
|
137
|
+
|
138
|
+
@deletion_protection.setter
|
139
|
+
def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
|
140
|
+
pulumi.set(self, "deletion_protection", value)
|
141
|
+
|
130
142
|
@property
|
131
143
|
@pulumi.getter
|
132
144
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -160,6 +172,7 @@ class _DomainState:
|
|
160
172
|
def __init__(__self__, *,
|
161
173
|
admin: Optional[pulumi.Input[str]] = None,
|
162
174
|
authorized_networks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
175
|
+
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
163
176
|
domain_name: Optional[pulumi.Input[str]] = None,
|
164
177
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
165
178
|
fqdn: Optional[pulumi.Input[str]] = None,
|
@@ -200,6 +213,8 @@ class _DomainState:
|
|
200
213
|
pulumi.set(__self__, "admin", admin)
|
201
214
|
if authorized_networks is not None:
|
202
215
|
pulumi.set(__self__, "authorized_networks", authorized_networks)
|
216
|
+
if deletion_protection is not None:
|
217
|
+
pulumi.set(__self__, "deletion_protection", deletion_protection)
|
203
218
|
if domain_name is not None:
|
204
219
|
pulumi.set(__self__, "domain_name", domain_name)
|
205
220
|
if effective_labels is not None:
|
@@ -245,6 +260,15 @@ class _DomainState:
|
|
245
260
|
def authorized_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
246
261
|
pulumi.set(self, "authorized_networks", value)
|
247
262
|
|
263
|
+
@property
|
264
|
+
@pulumi.getter(name="deletionProtection")
|
265
|
+
def deletion_protection(self) -> Optional[pulumi.Input[bool]]:
|
266
|
+
return pulumi.get(self, "deletion_protection")
|
267
|
+
|
268
|
+
@deletion_protection.setter
|
269
|
+
def deletion_protection(self, value: Optional[pulumi.Input[bool]]):
|
270
|
+
pulumi.set(self, "deletion_protection", value)
|
271
|
+
|
248
272
|
@property
|
249
273
|
@pulumi.getter(name="domainName")
|
250
274
|
def domain_name(self) -> Optional[pulumi.Input[str]]:
|
@@ -372,6 +396,7 @@ class Domain(pulumi.CustomResource):
|
|
372
396
|
opts: Optional[pulumi.ResourceOptions] = None,
|
373
397
|
admin: Optional[pulumi.Input[str]] = None,
|
374
398
|
authorized_networks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
399
|
+
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
375
400
|
domain_name: Optional[pulumi.Input[str]] = None,
|
376
401
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
377
402
|
locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -398,7 +423,8 @@ class Domain(pulumi.CustomResource):
|
|
398
423
|
ad_domain = gcp.activedirectory.Domain("ad-domain",
|
399
424
|
domain_name="tfgen.org.com",
|
400
425
|
locations=["us-central1"],
|
401
|
-
reserved_ip_range="192.168.255.0/24"
|
426
|
+
reserved_ip_range="192.168.255.0/24",
|
427
|
+
deletion_protection=False)
|
402
428
|
```
|
403
429
|
|
404
430
|
## Import
|
@@ -460,7 +486,8 @@ class Domain(pulumi.CustomResource):
|
|
460
486
|
ad_domain = gcp.activedirectory.Domain("ad-domain",
|
461
487
|
domain_name="tfgen.org.com",
|
462
488
|
locations=["us-central1"],
|
463
|
-
reserved_ip_range="192.168.255.0/24"
|
489
|
+
reserved_ip_range="192.168.255.0/24",
|
490
|
+
deletion_protection=False)
|
464
491
|
```
|
465
492
|
|
466
493
|
## Import
|
@@ -492,6 +519,7 @@ class Domain(pulumi.CustomResource):
|
|
492
519
|
opts: Optional[pulumi.ResourceOptions] = None,
|
493
520
|
admin: Optional[pulumi.Input[str]] = None,
|
494
521
|
authorized_networks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
522
|
+
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
495
523
|
domain_name: Optional[pulumi.Input[str]] = None,
|
496
524
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
497
525
|
locations: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -508,6 +536,7 @@ class Domain(pulumi.CustomResource):
|
|
508
536
|
|
509
537
|
__props__.__dict__["admin"] = admin
|
510
538
|
__props__.__dict__["authorized_networks"] = authorized_networks
|
539
|
+
__props__.__dict__["deletion_protection"] = deletion_protection
|
511
540
|
if domain_name is None and not opts.urn:
|
512
541
|
raise TypeError("Missing required property 'domain_name'")
|
513
542
|
__props__.__dict__["domain_name"] = domain_name
|
@@ -537,6 +566,7 @@ class Domain(pulumi.CustomResource):
|
|
537
566
|
opts: Optional[pulumi.ResourceOptions] = None,
|
538
567
|
admin: Optional[pulumi.Input[str]] = None,
|
539
568
|
authorized_networks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
569
|
+
deletion_protection: Optional[pulumi.Input[bool]] = None,
|
540
570
|
domain_name: Optional[pulumi.Input[str]] = None,
|
541
571
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
542
572
|
fqdn: Optional[pulumi.Input[str]] = None,
|
@@ -584,6 +614,7 @@ class Domain(pulumi.CustomResource):
|
|
584
614
|
|
585
615
|
__props__.__dict__["admin"] = admin
|
586
616
|
__props__.__dict__["authorized_networks"] = authorized_networks
|
617
|
+
__props__.__dict__["deletion_protection"] = deletion_protection
|
587
618
|
__props__.__dict__["domain_name"] = domain_name
|
588
619
|
__props__.__dict__["effective_labels"] = effective_labels
|
589
620
|
__props__.__dict__["fqdn"] = fqdn
|
@@ -613,6 +644,11 @@ class Domain(pulumi.CustomResource):
|
|
613
644
|
"""
|
614
645
|
return pulumi.get(self, "authorized_networks")
|
615
646
|
|
647
|
+
@property
|
648
|
+
@pulumi.getter(name="deletionProtection")
|
649
|
+
def deletion_protection(self) -> pulumi.Output[Optional[bool]]:
|
650
|
+
return pulumi.get(self, "deletion_protection")
|
651
|
+
|
616
652
|
@property
|
617
653
|
@pulumi.getter(name="domainName")
|
618
654
|
def domain_name(self) -> pulumi.Output[str]:
|
@@ -339,21 +339,6 @@ class DomainTrust(pulumi.CustomResource):
|
|
339
339
|
|
340
340
|
## Example Usage
|
341
341
|
|
342
|
-
### Active Directory Domain Trust Basic
|
343
|
-
|
344
|
-
```python
|
345
|
-
import pulumi
|
346
|
-
import pulumi_gcp as gcp
|
347
|
-
|
348
|
-
ad_domain_trust = gcp.activedirectory.DomainTrust("ad-domain-trust",
|
349
|
-
domain="test-managed-ad.com",
|
350
|
-
target_domain_name="example-gcp.com",
|
351
|
-
target_dns_ip_addresses=["10.1.0.100"],
|
352
|
-
trust_direction="OUTBOUND",
|
353
|
-
trust_type="FOREST",
|
354
|
-
trust_handshake_secret="Testing1!")
|
355
|
-
```
|
356
|
-
|
357
342
|
## Import
|
358
343
|
|
359
344
|
DomainTrust can be imported using any of these accepted formats:
|
@@ -414,21 +399,6 @@ class DomainTrust(pulumi.CustomResource):
|
|
414
399
|
|
415
400
|
## Example Usage
|
416
401
|
|
417
|
-
### Active Directory Domain Trust Basic
|
418
|
-
|
419
|
-
```python
|
420
|
-
import pulumi
|
421
|
-
import pulumi_gcp as gcp
|
422
|
-
|
423
|
-
ad_domain_trust = gcp.activedirectory.DomainTrust("ad-domain-trust",
|
424
|
-
domain="test-managed-ad.com",
|
425
|
-
target_domain_name="example-gcp.com",
|
426
|
-
target_dns_ip_addresses=["10.1.0.100"],
|
427
|
-
trust_direction="OUTBOUND",
|
428
|
-
trust_type="FOREST",
|
429
|
-
trust_handshake_secret="Testing1!")
|
430
|
-
```
|
431
|
-
|
432
402
|
## Import
|
433
403
|
|
434
404
|
DomainTrust can be imported using any of these accepted formats:
|
@@ -331,42 +331,6 @@ class Peering(pulumi.CustomResource):
|
|
331
331
|
"""
|
332
332
|
## Example Usage
|
333
333
|
|
334
|
-
### Active Directory Peering Basic
|
335
|
-
|
336
|
-
```python
|
337
|
-
import pulumi
|
338
|
-
import pulumi_gcp as gcp
|
339
|
-
|
340
|
-
source_network = gcp.compute.Network("source-network", name="ad-network")
|
341
|
-
ad_domain = gcp.activedirectory.Domain("ad-domain",
|
342
|
-
domain_name="ad.test.hashicorptest.com",
|
343
|
-
locations=["us-central1"],
|
344
|
-
reserved_ip_range="192.168.255.0/24",
|
345
|
-
authorized_networks=[source_network.id])
|
346
|
-
peered_project = gcp.organizations.Project("peered-project",
|
347
|
-
name="my-peered-project",
|
348
|
-
project_id="my-peered-project",
|
349
|
-
org_id="123456789",
|
350
|
-
billing_account="000000-0000000-0000000-000000")
|
351
|
-
compute = gcp.projects.Service("compute",
|
352
|
-
project=peered_project.project_id,
|
353
|
-
service="compute.googleapis.com")
|
354
|
-
peered_network = gcp.compute.Network("peered-network",
|
355
|
-
project=compute.project,
|
356
|
-
name="ad-peered-network")
|
357
|
-
ad_domain_peering = gcp.activedirectory.Peering("ad-domain-peering",
|
358
|
-
domain_resource=ad_domain.name,
|
359
|
-
peering_id="ad-domain-peering",
|
360
|
-
authorized_network=peered_network.id,
|
361
|
-
labels={
|
362
|
-
"foo": "bar",
|
363
|
-
})
|
364
|
-
```
|
365
|
-
|
366
|
-
## Import
|
367
|
-
|
368
|
-
This resource does not support import.
|
369
|
-
|
370
334
|
:param str resource_name: The name of the resource.
|
371
335
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
372
336
|
:param pulumi.Input[str] authorized_network: The full names of the Google Compute Engine networks to which the instance is connected. Caller needs to make sure that CIDR subnets do not overlap between networks, else peering creation will fail.
|
@@ -389,42 +353,6 @@ class Peering(pulumi.CustomResource):
|
|
389
353
|
"""
|
390
354
|
## Example Usage
|
391
355
|
|
392
|
-
### Active Directory Peering Basic
|
393
|
-
|
394
|
-
```python
|
395
|
-
import pulumi
|
396
|
-
import pulumi_gcp as gcp
|
397
|
-
|
398
|
-
source_network = gcp.compute.Network("source-network", name="ad-network")
|
399
|
-
ad_domain = gcp.activedirectory.Domain("ad-domain",
|
400
|
-
domain_name="ad.test.hashicorptest.com",
|
401
|
-
locations=["us-central1"],
|
402
|
-
reserved_ip_range="192.168.255.0/24",
|
403
|
-
authorized_networks=[source_network.id])
|
404
|
-
peered_project = gcp.organizations.Project("peered-project",
|
405
|
-
name="my-peered-project",
|
406
|
-
project_id="my-peered-project",
|
407
|
-
org_id="123456789",
|
408
|
-
billing_account="000000-0000000-0000000-000000")
|
409
|
-
compute = gcp.projects.Service("compute",
|
410
|
-
project=peered_project.project_id,
|
411
|
-
service="compute.googleapis.com")
|
412
|
-
peered_network = gcp.compute.Network("peered-network",
|
413
|
-
project=compute.project,
|
414
|
-
name="ad-peered-network")
|
415
|
-
ad_domain_peering = gcp.activedirectory.Peering("ad-domain-peering",
|
416
|
-
domain_resource=ad_domain.name,
|
417
|
-
peering_id="ad-domain-peering",
|
418
|
-
authorized_network=peered_network.id,
|
419
|
-
labels={
|
420
|
-
"foo": "bar",
|
421
|
-
})
|
422
|
-
```
|
423
|
-
|
424
|
-
## Import
|
425
|
-
|
426
|
-
This resource does not support import.
|
427
|
-
|
428
356
|
:param str resource_name: The name of the resource.
|
429
357
|
:param PeeringArgs args: The arguments to use to populate this resource's properties.
|
430
358
|
:param pulumi.ResourceOptions opts: Options for the resource.
|