Skip to content

Commit bf29bc5

Browse files
Merge branch 'main' into martatolosa-blockchain
2 parents d782d27 + 4158fb3 commit bf29bc5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

security/security-design/fn-datasafe-dbaudit-to-oci-logging/terraform/schema.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ variables:
124124
required: true
125125
visibile: true
126126
title: "Deployement Mode"
127-
description: "Function Deployment Mod (Prod, Test, Dev)"
127+
description: "Function Deployment Mod (prod, test, dev)"
128+
pattern: "^[a-z]+$"
128129

129130
# Optional Configuration
130131

0 commit comments

Comments
 (0)