Skip to content

Commit 464035d

Browse files
feat(iac): Update aws provider to ~> 5.100 (#124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0387629 commit 464035d

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.99"
7+
version = "~> 5.100"
88
}
99
}
1010

0 commit comments

Comments
 (0)