Skip to content

Commit

Permalink
Add certificate manager trust config resource (#8651) (#15562)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Aug 18, 2023
1 parent 42aa70d commit 50b2cfc
Show file tree
Hide file tree
Showing 8 changed files with 1,142 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/8651.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_certificate_manager_trust_config`
```
5 changes: 3 additions & 2 deletions google/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -966,9 +966,9 @@ func DatasourceMapWithErrors() (map[string]*schema.Resource, error) {
})
}

// Generated resources: 309
// Generated resources: 310
// Generated IAM resources: 204
// Total generated resources: 513
// Total generated resources: 514
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1070,6 +1070,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_certificate_manager_certificate_map": certificatemanager.ResourceCertificateManagerCertificateMap(),
"google_certificate_manager_certificate_map_entry": certificatemanager.ResourceCertificateManagerCertificateMapEntry(),
"google_certificate_manager_dns_authorization": certificatemanager.ResourceCertificateManagerDnsAuthorization(),
"google_certificate_manager_trust_config": certificatemanager.ResourceCertificateManagerTrustConfig(),
"google_cloud_asset_folder_feed": cloudasset.ResourceCloudAssetFolderFeed(),
"google_cloud_asset_organization_feed": cloudasset.ResourceCloudAssetOrganizationFeed(),
"google_cloud_asset_project_feed": cloudasset.ResourceCloudAssetProjectFeed(),
Expand Down
Loading

0 comments on commit 50b2cfc

Please sign in to comment.