Skip to content

Commit

Permalink
Add CertificateIssuanceConfig resource to certificatemanager (#7978) (#…
Browse files Browse the repository at this point in the history
…14798)

Signed-off-by: Modular Magician <magic-modules@google.com>
Co-authored-by: Hamza Hassan <hamzahassan@google.com>
  • Loading branch information
modular-magician and Hamza Hassan committed Jun 2, 2023
1 parent 5027a67 commit b418e23
Show file tree
Hide file tree
Showing 6 changed files with 1,052 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/7978.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_certificate_manager_certificate_issuance_config`
```
5 changes: 3 additions & 2 deletions google/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -825,9 +825,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 285
// Generated resources: 286
// Generated IAM resources: 189
// Total generated resources: 474
// Total generated resources: 475
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -922,6 +922,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_binary_authorization_attestor_iam_policy": tpgiamresource.ResourceIamPolicy(BinaryAuthorizationAttestorIamSchema, BinaryAuthorizationAttestorIamUpdaterProducer, BinaryAuthorizationAttestorIdParseFunc),
"google_binary_authorization_policy": ResourceBinaryAuthorizationPolicy(),
"google_certificate_manager_certificate": ResourceCertificateManagerCertificate(),
"google_certificate_manager_certificate_issuance_config": ResourceCertificateManagerCertificateIssuanceConfig(),
"google_certificate_manager_certificate_map": ResourceCertificateManagerCertificateMap(),
"google_certificate_manager_certificate_map_entry": ResourceCertificateManagerCertificateMapEntry(),
"google_certificate_manager_dns_authorization": ResourceCertificateManagerDnsAuthorization(),
Expand Down
Loading

0 comments on commit b418e23

Please sign in to comment.