Skip to content

Commit

Permalink
Use labels var in cloud-run module (#1310)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
  • Loading branch information
LiuVII and ludoo authored Apr 11, 2023
1 parent 4843d0d commit 33e8b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/cloud-run/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ resource "google_cloud_run_service" "service" {

metadata {
annotations = local.annotations
labels = var.labels
}

dynamic "traffic" {
Expand Down

0 comments on commit 33e8b42

Please sign in to comment.