Skip to content

Commit 051003b

Browse files
committed
apigw-http-api-lambda-terraform: Update AWS Provider to v6 for Python 3.14
1 parent de0f9d7 commit 051003b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apigw-http-api-lambda-terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
aws = {
44
source = "hashicorp/aws"
5-
version = "~> 4.0.0"
5+
version = "~> 6"
66
}
77
random = {
88
source = "hashicorp/random"
@@ -171,4 +171,4 @@ resource "aws_lambda_permission" "api_gw" {
171171
principal = "apigateway.amazonaws.com"
172172

173173
source_arn = "${aws_apigatewayv2_api.lambda.execution_arn}/*/*"
174-
}
174+
}
730 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)