Skip to content

Commit 468be41

Browse files
author
Nick Hammond
committed
fix: Specify min version
1 parent d2855f5 commit 468be41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ output "postman_access_key_secret" {
2828
| Name | Version |
2929
|------|---------|
3030
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.14 |
31-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 3.27 |
31+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.27 |
3232

3333
## Providers
3434

3535
| Name | Version |
3636
|------|---------|
37-
| <a name="provider_aws"></a> [aws](#provider\_aws) | ~> 3.27 |
37+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.27 |
3838

3939
## Modules
4040

providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 3.27"
5+
version = ">= 3.27"
66
}
77
}
88
}

0 commit comments

Comments
 (0)