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
ValidateFunc: validation.StringMatch(regexp.MustCompile(`^(/[^/]+)+$`), "must be an absolute path to the file"),
148
148
},
149
149
"environment": {
150
-
Type: schema.TypeString,
151
-
Optional: true,
152
-
Description: "An environment variable containing the secret value.",
153
-
ValidateFunc: validation.StringMatch(regexp.MustCompile(`^[A-Z|0-9]+(_[A-Z|0-9]+)*$`), "environment variable must be composed of uppercase letters separated by an underscore"),
150
+
Type: schema.TypeString,
151
+
Optional: true,
152
+
Description: "An environment variable containing the secret value.",
0 commit comments