Skip to content

Commit

Permalink
fix: Add yml test_policy configuration (cloudquery#1120)
Browse files Browse the repository at this point in the history
  • Loading branch information
zagronitay authored Jun 28, 2022
1 parent 2b929ab commit 0c19e0a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/policy_cq_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cloudquery:
providers:
- name: aws
version: latest
connection:
type: postgres
username: postgres
password: pass
host: localhost
port: 5432
database: postgres
sslmode: disable
providers:
# provider configurations
aws:
configurations:
max_retries: 10
max_backoff: 90
resources:
- "*"

0 comments on commit 0c19e0a

Please sign in to comment.