Skip to content

Commit

Permalink
Add new resource Service for Apphub (#10132) (#17562)
Browse files Browse the repository at this point in the history
* Add new resource for Service Project for Apphub

FIXES #17405

* Add new resource for Service Project for Apphub

FIXES #17405

* Add new resource for Service Project Attachment for Apphub

FIXES #17405

* Add new resource for Service Project Attachment for Apphub

FIXES #17405

* Add new resource for Service Project Attachment for Apphub

FIXES #17405

* Add new resource for Application for Apphub

* Add new resource for Application for Apphub

* Enable Apphub API in test cases

* Add new resource for Service Project Attachment for Apphub

FIXES #17405

* Enable apphub API in test cases

* Fix precheck error

* Fix precheck error

* Fix precheck error

* Fix precheck error

* Resolve comments

* Fix lint error

* Fix errors

* Add new resource for Service for Apphub

* Fix examples

* Add test

* Fix tests

* Add IAM permissions

* Add IAM permission

* Fix IAM issues

* Remove merged changes

* Add billing account

* Remove extra delay from tests

* Add handwritten update test

* Remove merged changes

* Make changes to yaml file incorporating comments from GoogleCloudPlatform/magic-modules#10155

* Fix lint errors in Service YAML definition

* Add a delay between discovered resource fetch and forwarding rule creation

* Add a delay between discovered resource fetch and forwarding rule creation

* Add a delay between discovered resource fetch and forwarding rule creation

* Batch update tests to improve speed

* Use standard diff suppress function

* Update region from us-east1 to us-central1

---------




[upstream:4fa7f7c5c43d93b9813acd33ecf232f6cd6151ed]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician committed Mar 13, 2024
1 parent 67c4606 commit fa22b5f
Show file tree
Hide file tree
Showing 7 changed files with 2,218 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/10132.txt
@@ -0,0 +1,3 @@
```release-note:new-resource
google_apphub_service
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Expand Up @@ -392,9 +392,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 393
// Generated resources: 394
// Generated IAM resources: 234
// Total generated resources: 627
// Total generated resources: 628
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -446,6 +446,7 @@ var generatedResources = map[string]*schema.Resource{
"google_app_engine_service_split_traffic": appengine.ResourceAppEngineServiceSplitTraffic(),
"google_app_engine_standard_app_version": appengine.ResourceAppEngineStandardAppVersion(),
"google_apphub_application": apphub.ResourceApphubApplication(),
"google_apphub_service": apphub.ResourceApphubService(),
"google_apphub_service_project_attachment": apphub.ResourceApphubServiceProjectAttachment(),
"google_apphub_workload": apphub.ResourceApphubWorkload(),
"google_artifact_registry_repository": artifactregistry.ResourceArtifactRegistryRepository(),
Expand Down

0 comments on commit fa22b5f

Please sign in to comment.