@@ -410,9 +410,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
410
410
}
411
411
412
412
// Resources
413
- // Generated resources: 416
413
+ // Generated resources: 417
414
414
// Generated IAM resources: 243
415
- // Total generated resources: 659
415
+ // Total generated resources: 660
416
416
var generatedResources = map [string ]* schema.Resource {
417
417
"google_folder_access_approval_settings" : accessapproval .ResourceAccessApprovalFolderSettings (),
418
418
"google_organization_access_approval_settings" : accessapproval .ResourceAccessApprovalOrganizationSettings (),
@@ -955,6 +955,7 @@ var generatedResources = map[string]*schema.Resource{
955
955
"google_privateca_ca_pool_iam_policy" : tpgiamresource .ResourceIamPolicy (privateca .PrivatecaCaPoolIamSchema , privateca .PrivatecaCaPoolIamUpdaterProducer , privateca .PrivatecaCaPoolIdParseFunc ),
956
956
"google_privateca_certificate" : privateca .ResourcePrivatecaCertificate (),
957
957
"google_privateca_certificate_authority" : privateca .ResourcePrivatecaCertificateAuthority (),
958
+ "google_privateca_certificate_template" : privateca .ResourcePrivatecaCertificateTemplate (),
958
959
"google_privateca_certificate_template_iam_binding" : tpgiamresource .ResourceIamBinding (privateca .PrivatecaCertificateTemplateIamSchema , privateca .PrivatecaCertificateTemplateIamUpdaterProducer , privateca .PrivatecaCertificateTemplateIdParseFunc ),
959
960
"google_privateca_certificate_template_iam_member" : tpgiamresource .ResourceIamMember (privateca .PrivatecaCertificateTemplateIamSchema , privateca .PrivatecaCertificateTemplateIamUpdaterProducer , privateca .PrivatecaCertificateTemplateIdParseFunc ),
960
961
"google_privateca_certificate_template_iam_policy" : tpgiamresource .ResourceIamPolicy (privateca .PrivatecaCertificateTemplateIamSchema , privateca .PrivatecaCertificateTemplateIamUpdaterProducer , privateca .PrivatecaCertificateTemplateIdParseFunc ),
0 commit comments