Skip to content

Commit f593e8e

Browse files
committed
fix typo
1 parent fadd1d1 commit f593e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-layer/terraform/lambda/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variable "sdk_layer_name" {
77
variable "function_name" {
88
type = string
99
description = "Name of sample app function / API gateway"
10-
default = "aws-opentelemetry-distro-python1"
10+
default = "aws-opentelemetry-distro-python"
1111
}
1212

1313
variable "architecture" {

0 commit comments

Comments
 (0)