File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ resource "google_storage_bucket" "main" {
2626 location = " ${ var . region } "
2727 project = " ${ var . project_id } "
2828 storage_class = " REGIONAL"
29- labels = " ${ var . source_archive_bucket_labels } "
29+ labels = " ${ var . bucket_labels } "
3030}
3131
3232resource "google_storage_bucket_object" "main" {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ variable "timeout_s" {
8080 description = " The amount of time in seconds allotted for the execution of the function."
8181}
8282
83- variable "source_archive_bucket_labels " {
83+ variable "bucket_labels " {
8484 type = " map"
8585 default = {}
8686 description = " A set of key/value label pairs to assign to the function source archive bucket."
@@ -108,4 +108,4 @@ variable "event_trigger_failure_policy_retry" {
108108 type = " string"
109109 default = " false"
110110 description = " A toggle to determine if the function should be retried on failure."
111- }
111+ }
You can’t perform that action at this time.
0 commit comments