Skip to content

Commit 6122e3c

Browse files
add version to FHIR tests (#3464) (#2033)
Signed-off-by: Modular Magician <[email protected]>
1 parent 498c043 commit 6122e3c

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.changelog/3464.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_healthcare_fhir_store_iam_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ resource "google_healthcare_dataset" "dataset" {
252252
resource "google_healthcare_fhir_store" "fhir_store" {
253253
dataset = google_healthcare_dataset.dataset.id
254254
name = "%s"
255+
version = "R4"
255256
}
256257
257258
resource "google_healthcare_fhir_store_iam_binding" "foo" {
@@ -282,6 +283,7 @@ resource "google_healthcare_dataset" "dataset" {
282283
resource "google_healthcare_fhir_store" "fhir_store" {
283284
dataset = google_healthcare_dataset.dataset.id
284285
name = "%s"
286+
version = "R4"
285287
}
286288
287289
resource "google_healthcare_fhir_store_iam_binding" "foo" {
@@ -310,6 +312,7 @@ resource "google_healthcare_dataset" "dataset" {
310312
resource "google_healthcare_fhir_store" "fhir_store" {
311313
dataset = google_healthcare_dataset.dataset.id
312314
name = "%s"
315+
version = "R4"
313316
}
314317
315318
resource "google_healthcare_fhir_store_iam_member" "foo" {
@@ -335,6 +338,7 @@ resource "google_healthcare_dataset" "dataset" {
335338
resource "google_healthcare_fhir_store" "fhir_store" {
336339
dataset = google_healthcare_dataset.dataset.id
337340
name = "%s"
341+
version = "R4"
338342
}
339343
340344
data "google_iam_policy" "foo" {

google-beta/resource_healthcare_fhir_store_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ resource "google_healthcare_fhir_store" "default" {
123123
disable_referential_integrity = false
124124
disable_resource_versioning = false
125125
enable_history_import = false
126+
version = "R4"
126127
}
127128
128129
resource "google_healthcare_dataset" "dataset" {
@@ -139,6 +140,8 @@ resource "google_healthcare_fhir_store" "default" {
139140
dataset = google_healthcare_dataset.dataset.id
140141
141142
enable_update_create = true
143+
version = "R4"
144+
142145
143146
notification_config {
144147
pubsub_topic = google_pubsub_topic.topic.id

0 commit comments

Comments
 (0)