Skip to content

Commit

Permalink
Fix bucket labels variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lane committed Nov 22, 2019
1 parent 7757f0a commit 01f9f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module "main" {

available_memory_mb = var.function_available_memory_mb
bucket_force_destroy = var.bucket_force_destroy
bucket_labels = var.source_archive_bucket_labels
bucket_labels = var.function_source_archive_bucket_labels
bucket_name = var.bucket_name
description = var.function_description
environment_variables = var.function_environment_variables
Expand Down

0 comments on commit 01f9f6a

Please sign in to comment.