Skip to content

Commit b2a4b24

Browse files
Add new resource Workload for Apphub (#10155) (#7088)
* Add new resource Workload for Apphub * Fix lint error * Add billing account * Remove extra delay from test * Resolve comments * Add handwritten update test * Fix lint error * Add data source changes * Remove merged changes * Remove merged changes * Batch all update tests into one step to make test fast * Add a delay between discovered resource fetch and managed instance group manager creation * Add back org_id * Update region from us-east1 to us-central1 * Use standard diff suppress function --------- [upstream:ca62aed93eb3f92e915a5041fb0ab5c32ff99475] Signed-off-by: Modular Magician <[email protected]>
1 parent 616840e commit b2a4b24

File tree

7 files changed

+2299
-2
lines changed

7 files changed

+2299
-2
lines changed

.changelog/10155.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_apphub_workload`
3+
```

google-beta/provider/provider_mmv1_resources.go

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

438438
// Resources
439-
// Generated resources: 450
439+
// Generated resources: 451
440440
// Generated IAM resources: 267
441-
// Total generated resources: 717
441+
// Total generated resources: 718
442442
var generatedResources = map[string]*schema.Resource{
443443
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
444444
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
@@ -504,6 +504,7 @@ var generatedResources = map[string]*schema.Resource{
504504
"google_app_engine_standard_app_version": appengine.ResourceAppEngineStandardAppVersion(),
505505
"google_apphub_application": apphub.ResourceApphubApplication(),
506506
"google_apphub_service_project_attachment": apphub.ResourceApphubServiceProjectAttachment(),
507+
"google_apphub_workload": apphub.ResourceApphubWorkload(),
507508
"google_artifact_registry_repository": artifactregistry.ResourceArtifactRegistryRepository(),
508509
"google_artifact_registry_repository_iam_binding": tpgiamresource.ResourceIamBinding(artifactregistry.ArtifactRegistryRepositoryIamSchema, artifactregistry.ArtifactRegistryRepositoryIamUpdaterProducer, artifactregistry.ArtifactRegistryRepositoryIdParseFunc),
509510
"google_artifact_registry_repository_iam_member": tpgiamresource.ResourceIamMember(artifactregistry.ArtifactRegistryRepositoryIamSchema, artifactregistry.ArtifactRegistryRepositoryIamUpdaterProducer, artifactregistry.ArtifactRegistryRepositoryIdParseFunc),

0 commit comments

Comments
 (0)