Skip to content

Commit 01f9f6a

Browse files
author
Aaron Lane
committed
Fix bucket labels variable name
1 parent 7757f0a commit 01f9f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module "main" {
6464

6565
available_memory_mb = var.function_available_memory_mb
6666
bucket_force_destroy = var.bucket_force_destroy
67-
bucket_labels = var.source_archive_bucket_labels
67+
bucket_labels = var.function_source_archive_bucket_labels
6868
bucket_name = var.bucket_name
6969
description = var.function_description
7070
environment_variables = var.function_environment_variables

0 commit comments

Comments
 (0)