Skip to content

Commit 9c01a5b

Browse files
Add Plugin Instance resource of API hub (#14280) (#23346)
[upstream:45c0c3f6b73f5aef444920fba73dfea62e7b0061] Signed-off-by: Modular Magician <[email protected]>
1 parent 51acec9 commit 9c01a5b

File tree

5 files changed

+1959
-2
lines changed

5 files changed

+1959
-2
lines changed

.changelog/14280.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
`google_apihub_plugin_instance`
3+
```

google/provider/provider_mmv1_resources.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
542542
}
543543

544544
// Resources
545-
// Generated resources: 621
545+
// Generated resources: 622
546546
// Generated IAM resources: 309
547-
// Total generated resources: 930
547+
// Total generated resources: 931
548548
var generatedResources = map[string]*schema.Resource{
549549
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
550550
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -603,6 +603,7 @@ var generatedResources = map[string]*schema.Resource{
603603
"google_apihub_api_hub_instance": apihub.ResourceApihubApiHubInstance(),
604604
"google_apihub_curation": apihub.ResourceApihubCuration(),
605605
"google_apihub_host_project_registration": apihub.ResourceApihubHostProjectRegistration(),
606+
"google_apihub_plugin_instance": apihub.ResourceApihubPluginInstance(),
606607
"google_app_engine_application_url_dispatch_rules": appengine.ResourceAppEngineApplicationUrlDispatchRules(),
607608
"google_app_engine_domain_mapping": appengine.ResourceAppEngineDomainMapping(),
608609
"google_app_engine_firewall_rule": appengine.ResourceAppEngineFirewallRule(),

0 commit comments

Comments
 (0)