Skip to content

Commit

Permalink
Add fhir resource editor permission for healthcare sa (GoogleCloudPla…
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge authored and karolgorc committed Oct 4, 2024
1 parent 712dbb6 commit 6dbac6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .ci/infra/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,15 @@ resource "google_project_iam_member" "healthcare_agent_storage_object_admin" {
member = "serviceAccount:service-${google_project.proj.number}@gcp-sa-healthcare.iam.gserviceaccount.com"
}

# TestAccHealthcarePipelineJob_healthcarePipelineJobMappingReconDestExample
# TestAccHealthcarePipelineJob_healthcarePipelineJobReconciliationExample
# TestAccHealthcarePipelineJob_healthcarePipelineJobWhistleMappingExample
resource "google_project_iam_member" "healthcare_agent_fhir_resource_editor" {
project = google_project.proj.project_id
role = "roles/healthcare.fhirResourceEditor"
member = "serviceAccount:service-${google_project.proj.number}@gcp-sa-healthcare.iam.gserviceaccount.com"
}

# TestAccVertexAIEndpoint_vertexAiEndpointNetwork
# TestAccVertexAIFeaturestoreEntitytype_vertexAiFeaturestoreEntitytypeExample
# TestAccVertexAIFeaturestoreEntitytype_vertexAiFeaturestoreEntitytypeWithBetaFieldsExample
Expand Down

0 comments on commit 6dbac6e

Please sign in to comment.