Skip to content

Commit 03474bd

Browse files
fix
1 parent 1682fbc commit 03474bd

File tree

4 files changed

+2
-256
lines changed

4 files changed

+2
-256
lines changed

tutorials/3-2-env-setting.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ resource "bytebase_policy" "data_source_query_policy_prod" {
4646
type = "DATA_SOURCE_QUERY"
4747

4848
data_source_query_policy {
49-
restriction = "FALLBACK" # or DISALLOW or RESTRICTION_UNSPECIFIED
49+
restriction = "RESTRICTION_UNSPECIFIED" # or DISALLOW or FALLBACK
5050
disallow_ddl = true
5151
disallow_dml = true
5252
}

tutorials/3-settings.tf

Lines changed: 0 additions & 72 deletions
This file was deleted.

tutorials/4-user-iam.tf

Lines changed: 0 additions & 182 deletions
This file was deleted.

tutorials/5-user-iam.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ resource "bytebase_iam_policy" "project_iam" {
175175
condition {
176176
database = "instances/prod-sample-instance/databases/hr_prod"
177177
schema = "public"
178-
tables = ["employee","department"]
178+
tables = ["employee","salary"]
179179
expire_timestamp = "2027-07-10T16:17:49Z"
180180
}
181181
}

0 commit comments

Comments
 (0)