@@ -455,9 +455,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
455
455
}
456
456
457
457
// Resources
458
- // Generated resources: 471
458
+ // Generated resources: 472
459
459
// Generated IAM resources: 273
460
- // Total generated resources: 744
460
+ // Total generated resources: 745
461
461
var generatedResources = map [string ]* schema.Resource {
462
462
"google_folder_access_approval_settings" : accessapproval .ResourceAccessApprovalFolderSettings (),
463
463
"google_organization_access_approval_settings" : accessapproval .ResourceAccessApprovalOrganizationSettings (),
@@ -1068,6 +1068,7 @@ var generatedResources = map[string]*schema.Resource{
1068
1068
"google_privateca_ca_pool_iam_policy" : tpgiamresource .ResourceIamPolicy (privateca .PrivatecaCaPoolIamSchema , privateca .PrivatecaCaPoolIamUpdaterProducer , privateca .PrivatecaCaPoolIdParseFunc ),
1069
1069
"google_privateca_certificate" : privateca .ResourcePrivatecaCertificate (),
1070
1070
"google_privateca_certificate_authority" : privateca .ResourcePrivatecaCertificateAuthority (),
1071
+ "google_privateca_certificate_template" : privateca .ResourcePrivatecaCertificateTemplate (),
1071
1072
"google_privateca_certificate_template_iam_binding" : tpgiamresource .ResourceIamBinding (privateca .PrivatecaCertificateTemplateIamSchema , privateca .PrivatecaCertificateTemplateIamUpdaterProducer , privateca .PrivatecaCertificateTemplateIdParseFunc ),
1072
1073
"google_privateca_certificate_template_iam_member" : tpgiamresource .ResourceIamMember (privateca .PrivatecaCertificateTemplateIamSchema , privateca .PrivatecaCertificateTemplateIamUpdaterProducer , privateca .PrivatecaCertificateTemplateIdParseFunc ),
1073
1074
"google_privateca_certificate_template_iam_policy" : tpgiamresource .ResourceIamPolicy (privateca .PrivatecaCertificateTemplateIamSchema , privateca .PrivatecaCertificateTemplateIamUpdaterProducer , privateca .PrivatecaCertificateTemplateIdParseFunc ),
0 commit comments