Skip to content

Commit fc7509c

Browse files
fix:update (#135)
1 parent f3b49e6 commit fc7509c

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
@@ -16,13 +16,15 @@ resource "bytebase_policy" "masking_exception_policy" {
1616
column = "birth_date"
1717
member = "user:admin@example.com"
1818
action = "QUERY"
19+
expire_timestamp = "2027-07-30T16:11:49Z"
1920
}
2021
exceptions {
2122
database = "instances/prod-sample-instance/databases/hr_prod"
2223
table = "employee"
2324
column = "last_name"
2425
member = "user:admin@example.com"
2526
action = "EXPORT"
27+
expire_timestamp = "2027-07-30T16:11:49Z"
2628
}
2729
}
2830
}

0 commit comments

Comments
 (0)