Skip to content

Commit b03c7b9

Browse files
Update 3-2-env-setting.tf
1 parent 1682fbc commit b03c7b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/3-2-env-setting.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ 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
}
53-
}
53+
}

0 commit comments

Comments
 (0)