Skip to content

Commit 75f54f2

Browse files
committed
apigw-http-eventbridge-terraform: Update AWS Provider to v6 for Python 3.14
1 parent 015b84c commit 75f54f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • apigw-http-eventbridge-terraform

apigw-http-eventbridge-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 = "~> 3.27"
5+
version = "~> 6"
66
}
77
}
88

@@ -208,4 +208,4 @@ output "LambdaFunctionName" {
208208
output "CloudWatchLogName" {
209209
value = "/aws/lambda/${aws_lambda_function.MyLambdaFunction.function_name}"
210210
description = "The Lambda Function Log Group"
211-
}
211+
}

0 commit comments

Comments
 (0)