Skip to content

Commit f494fa1

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

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-beta/provider/provider_mmv1_resources.go

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

591591
// Resources
592-
// Generated resources: 675
592+
// Generated resources: 676
593593
// Generated IAM resources: 339
594-
// Total generated resources: 1014
594+
// Total generated resources: 1015
595595
var generatedResources = map[string]*schema.Resource{
596596
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
597597
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -663,6 +663,7 @@ var generatedResources = map[string]*schema.Resource{
663663
"google_apihub_api_hub_instance": apihub.ResourceApihubApiHubInstance(),
664664
"google_apihub_curation": apihub.ResourceApihubCuration(),
665665
"google_apihub_host_project_registration": apihub.ResourceApihubHostProjectRegistration(),
666+
"google_apihub_plugin_instance": apihub.ResourceApihubPluginInstance(),
666667
"google_app_engine_application_url_dispatch_rules": appengine.ResourceAppEngineApplicationUrlDispatchRules(),
667668
"google_app_engine_domain_mapping": appengine.ResourceAppEngineDomainMapping(),
668669
"google_app_engine_firewall_rule": appengine.ResourceAppEngineFirewallRule(),

0 commit comments

Comments
 (0)