Skip to content

Commit

Permalink
Merge pull request #50 from trussworks/cloudfront_doc
Browse files Browse the repository at this point in the history
Document cloudfront support
  • Loading branch information
rpdelaney authored Mar 6, 2020
2 parents 3f8bc9b + efabebe commit 0918a34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
- run:
name: Run pre-commit tests
command: pre-commit run --all-files
command: pre-commit run --all-files --show-diff-on-failure
- save_cache:
key: pre-commit-dot-cache-{{ checksum ".pre-commit-config.yaml" }}
paths:
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ repos:
- id: markdownlint

- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.25.0
rev: v1.27.0
hooks:
- id: terraform_docs
- id: terraform_fmt

- repo: git://github.com/golangci/golangci-lint
rev: v1.23.6
rev: v1.23.8
hooks:
- id: golangci-lint
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Logging from the following services is supported for both cases as well as in AW
* [Config](https://aws.amazon.com/config/)
* [RedShift](https://aws.amazon.com/redshift/)
* [S3](https://aws.amazon.com/s3/)
* [CloudFront](https://aws.amazon.com/cloudfront/)

## Terraform Versions

Expand Down

0 comments on commit 0918a34

Please sign in to comment.