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/Job.yaml
+4
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,10 @@ properties:
349
349
required: true
350
350
- name: 'value'
351
351
type: String
352
+
# env is a set.
353
+
# The env.value has value "" in Terraform state, but it has value nil in Terraform plan,
354
+
# which causes the diffs for unchanged env. default_value: "" is to suppress the diffs.
355
+
default_value: ""
352
356
description: |-
353
357
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