We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6ecb2 commit 870b03bCopy full SHA for 870b03b
example_configs/parallel.yml
@@ -1,6 +1,6 @@
1
kind: source
2
spec:
3
- name: 'aws'
+ name: 'aws-REGION_PLACEHOLDER'
4
path: cloudquery/aws
5
version: 'v3.4.2' # latest version of aws plugin
6
destinations: ['postgresql']
@@ -10,7 +10,7 @@ spec:
10
---
11
kind: destination
12
13
- name: 'postgresql'
+ name: 'postgresql-REGION_PLACEHOLDER'
14
path: cloudquery/postgresql
15
version: 'v1.3.3' # latest version of postgresql plugin
16
0 commit comments