Skip to content

Commit 5fefe2c

Browse files
update reason (#141)
1 parent ff5a7bb commit 5fefe2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tutorials/8-5-masking-exception.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resource "bytebase_policy" "masking_exception_policy" {
1111

1212
masking_exception_policy {
1313
exceptions {
14+
reason = "Business requirement"
1415
database = "instances/prod-sample-instance/databases/hr_prod"
1516
table = "employee"
1617
column = "birth_date"
@@ -19,6 +20,7 @@ resource "bytebase_policy" "masking_exception_policy" {
1920
expire_timestamp = "2027-07-30T16:11:49Z"
2021
}
2122
exceptions {
23+
reason = "Export data for analysis"
2224
database = "instances/prod-sample-instance/databases/hr_prod"
2325
table = "employee"
2426
column = "last_name"

0 commit comments

Comments
 (0)