Skip to content

Commit e894b76

Browse files
committed
feat: Bump version of AWS provider to support v3
1 parent a8842dc commit e894b76

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
@@ -69,13 +69,13 @@ module "acm" {
6969
| Name | Version |
7070
|------|---------|
7171
| terraform | >= 0.12.6, < 0.14 |
72-
| aws | ~> 2.53 |
72+
| aws | >= 2.53, < 4.0 |
7373

7474
## Providers
7575

7676
| Name | Version |
7777
|------|---------|
78-
| aws | ~> 2.53 |
78+
| aws | >= 2.53, < 4.0 |
7979

8080
## Inputs
8181

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ terraform {
22
required_version = ">= 0.12.6, < 0.14"
33

44
required_providers {
5-
aws = "~> 2.53"
5+
aws = ">= 2.53, < 4.0"
66
}
77
}

0 commit comments

Comments
 (0)