Skip to content

Commit

Permalink
fix: Run pre-commit to fix lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Mar 6, 2024
1 parent fc2bcff commit 40f6c29
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion examples/complete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Note that this example may create resources which will incur monetary charges on
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.31 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.0 |

## Providers

Expand Down
4 changes: 0 additions & 4 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ terraform {
source = "hashicorp/aws"
version = ">= 5.31"
}
random = {
source = "hashicorp/random"
version = ">= 3.0"
}
}
}
1 change: 0 additions & 1 deletion examples/serverless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Note that this example may create resources which will incur monetary charges on
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.32 |
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 3.0 |

## Providers

Expand Down
4 changes: 0 additions & 4 deletions examples/serverless/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,5 @@ terraform {
source = "hashicorp/aws"
version = ">= 5.32"
}
random = {
source = "hashicorp/random"
version = ">= 3.0"
}
}
}

0 comments on commit 40f6c29

Please sign in to comment.