We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7757f0a commit 01f9f6aCopy full SHA for 01f9f6a
main.tf
@@ -64,7 +64,7 @@ module "main" {
64
65
available_memory_mb = var.function_available_memory_mb
66
bucket_force_destroy = var.bucket_force_destroy
67
- bucket_labels = var.source_archive_bucket_labels
+ bucket_labels = var.function_source_archive_bucket_labels
68
bucket_name = var.bucket_name
69
description = var.function_description
70
environment_variables = var.function_environment_variables
0 commit comments