Skip to content

Commit

Permalink
Update AWS provider to version 4 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino authored Mar 2, 2022
1 parent 4735abc commit 23ebaea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In order to run all checks at any point run the following command:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.74 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4 |

## Providers

Expand Down
2 changes: 1 addition & 1 deletion examples/test/mock_provider.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 = ">= 3.74"
version = ">= 4"
}
}
}
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 = ">= 3.74"
version = ">= 4"
}
}
}

0 comments on commit 23ebaea

Please sign in to comment.