Skip to content

Commit a68b9a8

Browse files
authored
Upgrade terraform AWS provider (#356)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit **Chores** - Upgraded AWS provider to version 6.18.0 across production and quality assurance environments. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 2f9bf91 commit a68b9a8

File tree

4 files changed

+44
-44
lines changed

4 files changed

+44
-44
lines changed

terraform/envs/prod/.terraform.lock.hcl

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

terraform/envs/prod/main.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 = "~> 6.17.0"
5+
version = "~> 6.18.0"
66
}
77
}
88

terraform/envs/qa/.terraform.lock.hcl

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

terraform/envs/qa/main.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 = "~> 6.17.0"
5+
version = "~> 6.18.0"
66
}
77
}
88

0 commit comments

Comments
 (0)