@@ -251,14 +251,6 @@ func Provider() *schema.Provider {
251251 "GOOGLE_BINARY_AUTHORIZATION_CUSTOM_ENDPOINT" ,
252252 }, DefaultBasePaths [BinaryAuthorizationBasePathKey ]),
253253 },
254- "certificate_manager_custom_endpoint" : {
255- Type : schema .TypeString ,
256- Optional : true ,
257- ValidateFunc : validateCustomEndpoint ,
258- DefaultFunc : schema .MultiEnvDefaultFunc ([]string {
259- "GOOGLE_CERTIFICATE_MANAGER_CUSTOM_ENDPOINT" ,
260- }, DefaultBasePaths [CertificateManagerBasePathKey ]),
261- },
262254 "cloud_asset_custom_endpoint" : {
263255 Type : schema .TypeString ,
264256 Optional : true ,
@@ -886,9 +878,9 @@ func Provider() *schema.Provider {
886878 return provider
887879}
888880
889- // Generated resources: 238
881+ // Generated resources: 236
890882// Generated IAM resources: 117
891- // Total generated resources: 355
883+ // Total generated resources: 353
892884func ResourceMap () map [string ]* schema.Resource {
893885 resourceMap , _ := ResourceMapWithErrors ()
894886 return resourceMap
@@ -956,8 +948,6 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
956948 "google_binary_authorization_attestor_iam_member" : ResourceIamMember (BinaryAuthorizationAttestorIamSchema , BinaryAuthorizationAttestorIamUpdaterProducer , BinaryAuthorizationAttestorIdParseFunc ),
957949 "google_binary_authorization_attestor_iam_policy" : ResourceIamPolicy (BinaryAuthorizationAttestorIamSchema , BinaryAuthorizationAttestorIamUpdaterProducer , BinaryAuthorizationAttestorIdParseFunc ),
958950 "google_binary_authorization_policy" : resourceBinaryAuthorizationPolicy (),
959- "google_certificate_manager_dns_authorization" : resourceCertificateManagerDnsAuthorization (),
960- "google_certificate_manager_certificate" : resourceCertificateManagerCertificate (),
961951 "google_cloud_asset_project_feed" : resourceCloudAssetProjectFeed (),
962952 "google_cloud_asset_folder_feed" : resourceCloudAssetFolderFeed (),
963953 "google_cloud_asset_organization_feed" : resourceCloudAssetOrganizationFeed (),
@@ -1480,7 +1470,6 @@ func providerConfigure(ctx context.Context, d *schema.ResourceData, p *schema.Pr
14801470 config .BigtableBasePath = d .Get ("bigtable_custom_endpoint" ).(string )
14811471 config .BillingBasePath = d .Get ("billing_custom_endpoint" ).(string )
14821472 config .BinaryAuthorizationBasePath = d .Get ("binary_authorization_custom_endpoint" ).(string )
1483- config .CertificateManagerBasePath = d .Get ("certificate_manager_custom_endpoint" ).(string )
14841473 config .CloudAssetBasePath = d .Get ("cloud_asset_custom_endpoint" ).(string )
14851474 config .CloudBuildBasePath = d .Get ("cloud_build_custom_endpoint" ).(string )
14861475 config .CloudFunctionsBasePath = d .Get ("cloud_functions_custom_endpoint" ).(string )
0 commit comments