Skip to content

Commit

Permalink
Add a new resource for creating DataMapper Workspaces (#11603) (#8179)
Browse files Browse the repository at this point in the history
[upstream:f431d4856fee9ec3f56bec55a53f13890cbc0772]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Sep 13, 2024
1 parent 3e8e88c commit 92c2f0e
Show file tree
Hide file tree
Showing 6 changed files with 816 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/11603.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_healthcare_workspace`
```
5 changes: 3 additions & 2 deletions google-beta/provider/provider_mmv1_resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,9 +481,9 @@ var handwrittenIAMDatasources = map[string]*schema.Resource{
}

// Resources
// Generated resources: 520
// Generated resources: 521
// Generated IAM resources: 291
// Total generated resources: 811
// Total generated resources: 812
var generatedResources = map[string]*schema.Resource{
"google_folder_access_approval_settings": accessapproval.ResourceAccessApprovalFolderSettings(),
"google_organization_access_approval_settings": accessapproval.ResourceAccessApprovalOrganizationSettings(),
Expand Down Expand Up @@ -970,6 +970,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_workspace": healthcare.ResourceHealthcareWorkspace(),
"google_iam_access_boundary_policy": iam2.ResourceIAM2AccessBoundaryPolicy(),
"google_iam_deny_policy": iam2.ResourceIAM2DenyPolicy(),
"google_iam_workload_identity_pool": iambeta.ResourceIAMBetaWorkloadIdentityPool(),
Expand Down
Loading

0 comments on commit 92c2f0e

Please sign in to comment.