Skip to content

Commit fe8d396

Browse files
author
bbrauneck
committed
build: bumped terraform aws provider to 4.5.0
1 parent 951a7d2 commit fe8d396

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Naming Conventions for Terraform resources must be used.
6969
| Name | Version |
7070
|------|---------|
7171
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.1.6 |
72-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.2.0 |
72+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.5.0 |
7373

7474
## Providers
7575

versions.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 = ">= 4.2.0"
5+
version = ">= 4.5.0"
66
}
77
}
88
required_version = ">=1.1.6"

0 commit comments

Comments
 (0)