Skip to content

Commit

Permalink
Change version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminlukeclark committed Sep 14, 2024
1 parent f47e918 commit c920cbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ the module itself, and the [examples](#examples) section which has examples of h
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | ~> 1.5.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.63.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.61.0 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion examples/elastic_container_registry/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.63.0"
version = ">= 5.61.0"
}
}
required_version = "~> 1.5.0"
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.63.0"
version = ">= 5.61.0"
}
}
required_version = "~> 1.5.0"
Expand Down

0 comments on commit c920cbc

Please sign in to comment.