Skip to content

Commit d5b8295

Browse files
committed
bump lambda runtime
1 parent 1139633 commit d5b8295

File tree

19 files changed

+261
-261
lines changed

19 files changed

+261
-261
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- 'LICENSE'
1010
- '.gitignore'
1111
env:
12-
node_version: "18.x"
13-
tf_version: "1.7.0" # must match value in terraform-iac/*/app/main.tf
12+
node_version: "22.x"
13+
tf_version: "1.9.8" # must match value in terraform-iac/*/app/main.tf
1414
FORCE_COLOR: 3
1515

1616
jobs:

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- 'LICENSE'
1010
- '.gitignore'
1111
env:
12-
node_version: "18.x"
13-
tf_version: "1.7.0" # must match value in terraform-iac/*/app/main.tf
12+
node_version: "22.x"
13+
tf_version: "1.9.8" # must match value in terraform-iac/*/app/main.tf
1414
FORCE_COLOR: 3
1515
concurrency: ${{ github.ref }}
1616
jobs:

terraform-iac/cpy/app/.terraform.lock.hcl

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

terraform-iac/cpy/app/cpy-app.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.7.0" # must match value in .github/workflows/*.yml
2+
required_version = "1.9.8" # must match value in .github/workflows/*.yml
33
backend "s3" {
44
bucket = "terraform-state-storage-539738229445"
55
dynamodb_table = "terraform-state-lock-539738229445"
@@ -9,7 +9,7 @@ terraform {
99
required_providers {
1010
aws = {
1111
source = "hashicorp/aws"
12-
version = "~> 5.33"
12+
version = "~> 5.77"
1313
}
1414
local = {
1515
source = "hashicorp/local"

terraform-iac/cpy/setup/.terraform.lock.hcl

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

terraform-iac/cpy/setup/cpy-setup.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.7.0" # must match value in .github/workflows/*.yml
2+
required_version = "1.9.8" # must match value in .github/workflows/*.yml
33
backend "s3" {
44
bucket = "terraform-state-storage-539738229445"
55
dynamodb_table = "terraform-state-lock-539738229445"
@@ -9,7 +9,7 @@ terraform {
99
required_providers {
1010
aws = {
1111
source = "hashicorp/aws"
12-
version = "~> 5.33"
12+
version = "~> 5.77"
1313
}
1414
local = {
1515
source = "hashicorp/local"

terraform-iac/dev/app/.terraform.lock.hcl

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

terraform-iac/dev/app/dev-app.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.7.0" # must match value in .github/workflows/*.yml
2+
required_version = "1.9.8" # must match value in .github/workflows/*.yml
33
backend "s3" {
44
bucket = "terraform-state-storage-977306314792"
55
dynamodb_table = "terraform-state-lock-977306314792"
@@ -9,7 +9,7 @@ terraform {
99
required_providers {
1010
aws = {
1111
source = "hashicorp/aws"
12-
version = "~> 5.33"
12+
version = "~> 5.77"
1313
}
1414
local = {
1515
source = "hashicorp/local"

0 commit comments

Comments
 (0)