Skip to content

Commit

Permalink
change to minimum version instead of fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmonte-sph committed Feb 23, 2024
1 parent e84b473 commit a66e254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Terraform module that creates the Codepipeline with source(codestar connection)
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.24 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.24 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.24"
version = ">= 4.24"
}
}
}

0 comments on commit a66e254

Please sign in to comment.