Skip to content

Commit 4158fb3

Browse files
authored
Merge pull request #661 from oracle-devrel/fn-datasafe-to-oci-logging-patch1
Fn datasafe to oci logging patch1
2 parents 3dbc773 + 5643951 commit 4158fb3

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)