Skip to content

Commit b56a91d

Browse files
committed
fix: upgrade provider block to access nodejs20 runtime for lambdas
1 parent b4e25be commit b56a91d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/ci-0_13/ci.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
}
44

55
provider "aws" {
6-
version = "~> 3.67"
6+
version = "~> 5.33"
77
region = "us-west-2"
88
}
99

examples/ci-0_14/ci.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ terraform {
33
}
44

55
provider "aws" {
6-
version = "~> 3.67"
6+
version = "~> 5.33"
77
region = "us-west-2"
88
}
99

examples/ci-1/ci.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 = "~> 3.67"
6+
version = "~> 5.33"
77
}
88
}
99
}

examples/no-codedeploy/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
provider "aws" {
2-
version = "~> 3.67"
2+
version = "~> 5.33"
33
region = "us-west-2"
44
}
55

examples/simple-lambda-with-deploy-test/example.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
provider "aws" {
2-
version = "~> 3.67"
2+
version = "~> 5.33"
33
region = "us-west-2"
44
}
55

0 commit comments

Comments
 (0)