Skip to content

Commit 7b4a538

Browse files
authored
Update AWS provider to version 4 (#16)
1 parent bb40f0b commit 7b4a538

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In order to run all checks at any point run the following command:
4949
| Name | Version |
5050
|------|---------|
5151
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
52-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.74 |
52+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4 |
5353
| <a name="requirement_local"></a> [local](#requirement\_local) | 2.1.0 |
5454

5555
## Providers

examples/test/mock_provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = ">= 3.74"
6+
version = ">= 4"
77
}
88
local = {
99
source = "hashicorp/local"

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = ">= 3.74"
6+
version = ">= 4"
77
}
88
local = {
99
source = "hashicorp/local"

0 commit comments

Comments
 (0)