@@ -799,9 +799,9 @@ func Provider() *schema.Provider {
799799 return provider
800800}
801801
802- // Generated resources: 207
802+ // Generated resources: 208
803803// Generated IAM resources: 108
804- // Total generated resources: 315
804+ // Total generated resources: 316
805805func ResourceMap () map [string ]* schema.Resource {
806806 resourceMap , _ := ResourceMapWithErrors ()
807807 return resourceMap
@@ -1076,6 +1076,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
10761076 "google_privateca_certificate_authority_iam_binding" : ResourceIamBinding (PrivatecaCertificateAuthorityIamSchema , PrivatecaCertificateAuthorityIamUpdaterProducer , PrivatecaCertificateAuthorityIdParseFunc ),
10771077 "google_privateca_certificate_authority_iam_member" : ResourceIamMember (PrivatecaCertificateAuthorityIamSchema , PrivatecaCertificateAuthorityIamUpdaterProducer , PrivatecaCertificateAuthorityIdParseFunc ),
10781078 "google_privateca_certificate_authority_iam_policy" : ResourceIamPolicy (PrivatecaCertificateAuthorityIamSchema , PrivatecaCertificateAuthorityIamUpdaterProducer , PrivatecaCertificateAuthorityIdParseFunc ),
1079+ "google_privateca_certificate" : resourcePrivatecaCertificate (),
10791080 "google_pubsub_topic" : resourcePubsubTopic (),
10801081 "google_pubsub_topic_iam_binding" : ResourceIamBinding (PubsubTopicIamSchema , PubsubTopicIamUpdaterProducer , PubsubTopicIdParseFunc ),
10811082 "google_pubsub_topic_iam_member" : ResourceIamMember (PubsubTopicIamSchema , PubsubTopicIamUpdaterProducer , PubsubTopicIdParseFunc ),
0 commit comments