Skip to content
Snippets Groups Projects
Commit a0516074 authored by Stephanie Freitag's avatar Stephanie Freitag
Browse files

NOISSUE: re-add metadata

parent 58590f22
No related branches found
No related tags found
No related merge requests found
...@@ -211,13 +211,13 @@ resource "google_cloud_run_service" "unified_api" { ...@@ -211,13 +211,13 @@ resource "google_cloud_run_service" "unified_api" {
} }
} }
# metadata { metadata {
# # labels set on the service level # labels set on the service level
# labels = { labels = {
# "environment_type" = local.environment_type "environment_type" = local.environment_type
# "holi_service" = "unified-api" "holi_service" = "unified-api"
# } }
# } }
traffic { traffic {
percent = 100 percent = 100
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment