Skip to content

Commit 870b03b

Browse files
authored
Update parallel.yml
1 parent 0a6ecb2 commit 870b03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_configs/parallel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
kind: source
22
spec:
3-
name: 'aws'
3+
name: 'aws-REGION_PLACEHOLDER'
44
path: cloudquery/aws
55
version: 'v3.4.2' # latest version of aws plugin
66
destinations: ['postgresql']
@@ -10,7 +10,7 @@ spec:
1010
---
1111
kind: destination
1212
spec:
13-
name: 'postgresql'
13+
name: 'postgresql-REGION_PLACEHOLDER'
1414
path: cloudquery/postgresql
1515
version: 'v1.3.3' # latest version of postgresql plugin
1616
spec:

0 commit comments

Comments
 (0)