You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/products/cloudrunv2/Service.yaml
+4
Original file line number
Diff line number
Diff line change
@@ -481,6 +481,10 @@ properties:
481
481
required: true
482
482
- name: 'value'
483
483
type: String
484
+
# env is a set.
485
+
# The env.value has value "" in Terraform state, but it has value nil in Terraform plan,
486
+
# which causes the diffs for unchanged env. default_value: "" is to suppress the diffs.
487
+
default_value: ""
484
488
description: |-
485
489
Literal value of the environment variable. Defaults to "" and the maximum allowed length is 32768 characters. Variable references are not supported in Cloud Run.
0 commit comments