Skip to content

Commit 3ec48c1

Browse files
feat(iac): Update aws provider to ~> 5.96 (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b88dc9 commit 3ec48c1

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

iac/environments/dev/.terraform.lock.hcl

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iac/environments/dev/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = "~> 5.95"
7+
version = "~> 5.96"
88
}
99
}
1010

0 commit comments

Comments
 (0)