We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5a7bb commit 5fefe2cCopy full SHA for 5fefe2c
tutorials/8-5-masking-exception.tf
@@ -11,6 +11,7 @@ resource "bytebase_policy" "masking_exception_policy" {
11
12
masking_exception_policy {
13
exceptions {
14
+ reason = "Business requirement"
15
database = "instances/prod-sample-instance/databases/hr_prod"
16
table = "employee"
17
column = "birth_date"
@@ -19,6 +20,7 @@ resource "bytebase_policy" "masking_exception_policy" {
19
20
expire_timestamp = "2027-07-30T16:11:49Z"
21
}
22
23
+ reason = "Export data for analysis"
24
25
26
column = "last_name"
0 commit comments