Skip to content

Commit 385f47b

Browse files
chore(deps): update terraform aws to ~> 6.23.0 (#32)
1 parent 9b9db31 commit 385f47b

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

infra/.terraform.lock.hcl

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

infra/aws-common/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "~> 6.19.0"
6+
version = "~> 6.23.0"
77
}
88
}
99
}

infra/aws-s3/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "~> 6.19.0"
6+
version = "~> 6.23.0"
77
}
88
}
99
}

infra/aws-ses/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
required_providers {
44
aws = {
55
source = "hashicorp/aws"
6-
version = "~> 6.19.0"
6+
version = "~> 6.23.0"
77
}
88
cloudflare = {
99
source = "cloudflare/cloudflare"

infra/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ terraform {
2929
}
3030
aws = {
3131
source = "hashicorp/aws"
32-
version = "~> 6.19.0"
32+
version = "~> 6.23.0"
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)