Skip to content

Commit

Permalink
Add new resource for creating Whistle Mapping, Reconciliation and Bac…
Browse files Browse the repository at this point in the history
…kfill Pipeline Jobs for Healthcare Data Engine (#11812) (#19717)

[upstream:7abd8ad85c986475dccda3113f7c967089793617]

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored Oct 1, 2024
1 parent c37da28 commit 5e3aa0a
Show file tree
Hide file tree
Showing 5 changed files with 2,081 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11812.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_healthcare_pipeline_job`
```
5 changes: 3 additions & 2 deletions google/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 467
// Generated resources: 468
// Generated IAM resources: 261
// Total generated resources: 728
// Total generated resources: 729
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -870,6 +870,7 @@ var generatedResources = map[string]*schema.Resource{
"google_healthcare_dicom_store": healthcare.ResourceHealthcareDicomStore(),
"google_healthcare_fhir_store": healthcare.ResourceHealthcareFhirStore(),
"google_healthcare_hl7_v2_store": healthcare.ResourceHealthcareHl7V2Store(),
"google_healthcare_pipeline_job": healthcare.ResourceHealthcarePipelineJob(),
"google_healthcare_workspace": healthcare.ResourceHealthcareWorkspace(),
"google_iam_access_boundary_policy": iam2.ResourceIAM2AccessBoundaryPolicy(),
"google_iam_deny_policy": iam2.ResourceIAM2DenyPolicy(),
Expand Down
Loading

0 comments on commit 5e3aa0a

Please # to comment.