Skip to content

Commit

Permalink
Merge pull request #11 from BrownUniversity/chore-run-precommit-hooks
Browse files Browse the repository at this point in the history
Chore run precommit hooks
  • Loading branch information
mirestrepo authored Jun 11, 2021
2 parents 23bb328 + 8127433 commit 86b839a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: git://github.com/antonbabenko/pre-commit-terraform
rev: v1.31.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
rev: v1.50.0 # Get the latest from: https://github.com/antonbabenko/pre-commit-terraform/releases
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ code by adding a `module` configuration and setting its `source` parameter to UR

| Name | Version |
|------|---------|
| terraform | >= 0.12 |
| terraform | >= 1.0 |
| google | >= 3.0, <4.0.0 |

## Providers

| Name | Version |
|------|---------|
| google | >= 3.0, <4.0.0 |
No provider.

## Inputs

Expand Down Expand Up @@ -98,6 +96,7 @@ And now you're ready to run test kitchen. Test kitchen has a couple main command
- `bundle exec kitchen create` initializes terraform.
- `bundle exec kitchen converge` runs our terraform examples.
- `bundle exec kitchen verify` runs our inspec scripts against a converged kitchen.
- `bundle exec kitchen destroy` destroys infrastructure.
- `bundle exec kitchen test` does all the above.


Expand Down
3 changes: 0 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ module "projects_iam_bindings" {
"serviceAccount:${module.project.service_account_email}"
]
}
depends_on = [
module.project,
]
}

0 comments on commit 86b839a

Please sign in to comment.