Skip to content

Commit

Permalink
fix: Remove AWS provider required version from project root since bar…
Browse files Browse the repository at this point in the history
…e AWS resources are not used here
  • Loading branch information
bryantbiggs committed Mar 6, 2024
1 parent b8468b1 commit ee2d511
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ Users have the ability to:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.36 |

## Providers

Expand Down
7 changes: 0 additions & 7 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
terraform {
required_version = ">= 1.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.36"
}
}
}

0 comments on commit ee2d511

Please sign in to comment.