Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
remove aws_debug in nightly fetch (#198)
Browse files Browse the repository at this point in the history
* Update nightly.hcl

* Update default.hcl
  • Loading branch information
roneli authored Sep 15, 2021
1 parent 6f34c9f commit a58003f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions client/testdata/default.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ cloudquery {

provider "aws" {
configuration {
aws_debug = true
max_retries = 7
max_backoff = 60
}
resources = [
"*"]
}
}
3 changes: 1 addition & 2 deletions client/testdata/nightly.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ cloudquery {

provider "aws" {
configuration {
aws_debug = true
max_retries = 7
max_backoff = 60
}
resources = [
"*"]
}
}

0 comments on commit a58003f

Please sign in to comment.