Skip to content

Commit 0518175

Browse files
committed
successful tf apply
1 parent 2bb8411 commit 0518175

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

mmv1/products/bigquerydatatransfer/Config.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,13 @@ properties:
226226
type: String
227227
description: |
228228
The Secret Access Key of the AWS account transferring data from.
229-
required: true
230229
sensitive: true
231-
conflicts:
232-
- 'secretAccessKeyWo'
230+
exactly_one_of:
231+
- 'sensitive_params.0.secretAccessKeyWo'
233232
- name: 'secretAccessKeyWo'
234233
type: String
235234
description: |
236235
The Secret Access Key of the AWS account transferring data from.
237236
write_only: true
238-
conflicts:
239-
- 'secretAccessKey'
237+
exactly_one_of:
238+
- 'sensitive_params.0.secretAccessKey'

0 commit comments

Comments
 (0)