@@ -44,7 +44,6 @@ examples:
44
44
vars :
45
45
backfill_pipeline_name : ' example_backfill_pipeline'
46
46
dataset_name : ' example_dataset'
47
- fhir_store_name : ' fhir_store'
48
47
mapping_pipeline_name : ' example_mapping_pipeline'
49
48
- !ruby/object:Provider::Terraform::Examples
50
49
name : ' healthcare_pipeline_job_whistle_mapping'
@@ -55,6 +54,16 @@ examples:
55
54
source_fhirstore_name : ' source_fhir_store'
56
55
dest_fhirstore_name : ' dest_fhir_store'
57
56
bucket_name : ' example_bucket_name'
57
+ - !ruby/object:Provider::Terraform::Examples
58
+ name : ' healthcare_pipeline_job_mapping_recon_dest'
59
+ primary_resource_id : ' example-mapping-pipeline'
60
+ vars :
61
+ pipeline_name : ' example_mapping_pipeline_job'
62
+ recon_pipeline_name : ' example_recon_pipeline_job'
63
+ dataset_name : ' example_dataset'
64
+ source_fhirstore_name : ' source_fhir_store'
65
+ dest_fhirstore_name : ' dest_fhir_store'
66
+ bucket_name : ' example_bucket_name'
58
67
custom_code : !ruby/object:Provider::Terraform::CustomCode
59
68
decoder : templates/terraform/decoders/long_name_to_self_link.go.erb
60
69
parameters :
@@ -124,51 +133,8 @@ properties:
124
133
description : |
125
134
Describes the mapping configuration.
126
135
required : false
127
- - !ruby/object:Api::Type::NestedObject
128
- name : dataMapperConfigSource
129
- conflicts :
130
- - whistleConfigSource
131
- description : |
132
- Specifies the path to the mapping configuration for Data Mapper pipeline.
133
- required : false
134
- properties :
135
- - !ruby/object:Api::Type::String
136
- name : mapping
137
- description : |
138
- Specifies the name of the mapping in the Data Mapper workspace.
139
- required : true
140
- - !ruby/object:Api::Type::String
141
- name : mappingVersionId
142
- description : |
143
- Specifies the version ID used to select the Mapping with the name, mapping.
144
- required : false
145
- - !ruby/object:Api::Type::String
146
- name : parameterKey
147
- description : |
148
- If set, specifies the name of the parameter key used to select SQL
149
- variable parameter values for this mapping. Otherwise the default
150
- value for each SQL variable is used.
151
- required : true
152
- - !ruby/object:Api::Type::NestedObject
153
- name : gcs
154
- description : |
155
- The Cloud Storage location of the Data Mapper configuration files.
156
- Configuration source must be either a Data Mapper workspace or
157
- a Cloud Storage location but cannot be both.
158
- required : true
159
- properties :
160
- - !ruby/object:Api::Type::String
161
- name : uriPrefix
162
- description : |
163
- The Cloud Storage location URI that must locate either a bucket
164
- root or a directory within a bucket, and the contents at this
165
- location must contain the structured Data Mapper configurations.
166
- Example: gs://bucketName/path/to/configDir
167
- required : true
168
136
- !ruby/object:Api::Type::NestedObject
169
137
name : whistleConfigSource
170
- conflicts :
171
- - dataMapperConfigSource
172
138
description : |
173
139
Specifies the path to the mapping configuration for harmonization pipeline.
174
140
required : false
@@ -246,51 +212,8 @@ properties:
246
212
description : |
247
213
Describes the mapping configuration.
248
214
required : false
249
- - !ruby/object:Api::Type::NestedObject
250
- name : dataMapperConfigSource
251
- conflicts :
252
- - whistleConfigSource
253
- description : |
254
- Specifies the path to the mapping configuration for Data Mapper pipeline.
255
- required : false
256
- properties :
257
- - !ruby/object:Api::Type::String
258
- name : mapping
259
- description : |
260
- Specifies the name of the mapping in the Data Mapper workspace.
261
- required : true
262
- - !ruby/object:Api::Type::String
263
- name : mappingVersionId
264
- description : |
265
- Specifies the version ID used to select the Mapping with the name, mapping.
266
- required : false
267
- - !ruby/object:Api::Type::String
268
- name : parameterKey
269
- description : |
270
- If set, specifies the name of the parameter key used to select
271
- SQL variable parameter values for this mapping.
272
- Otherwise the default value for each SQL variable is used.
273
- required : false
274
- - !ruby/object:Api::Type::NestedObject
275
- name : gcs
276
- description : |
277
- The Cloud Storage location of the Data Mapper configuration files.
278
- Configuration source must be either a Data Mapper workspace or a
279
- Cloud Storage location but cannot be both.
280
- required : true
281
- properties :
282
- - !ruby/object:Api::Type::String
283
- name : uriPrefix
284
- description : |
285
- The Cloud Storage location URI that must locate either a bucket
286
- root or a directory within a bucket, and the contents at this
287
- location must contain the structured Data Mapper configurations.
288
- Example: gs://bucketName/path/to/configDir
289
- required : true
290
215
- !ruby/object:Api::Type::NestedObject
291
216
name : whistleConfigSource
292
- conflicts :
293
- - dataMapperConfigSource
294
217
description : |
295
218
Specifies the path to the mapping configuration for harmonization pipeline.
296
219
required : true
0 commit comments