Skip to content

Commit 1808bd2

Browse files
authored
Update AWS provider to version 4 (#23)
1 parent 47f3ffa commit 1808bd2

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
@@ -35,7 +35,7 @@ In order to run all checks at any point run the following command:
3535
| Name | Version |
3636
|------|---------|
3737
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
38-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.74 |
38+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4 |
3939

4040
## Providers
4141

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
}
99
}

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
}
99
}

0 commit comments

Comments
 (0)