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 1682fbc commit b03c7b9Copy full SHA for b03c7b9
tutorials/3-2-env-setting.tf
@@ -46,8 +46,8 @@ resource "bytebase_policy" "data_source_query_policy_prod" {
46
type = "DATA_SOURCE_QUERY"
47
48
data_source_query_policy {
49
- restriction = "FALLBACK" # or DISALLOW or RESTRICTION_UNSPECIFIED
+ restriction = "RESTRICTION_UNSPECIFIED" # or DISALLOW or FALLBACK
50
disallow_ddl = true
51
disallow_dml = true
52
}
53
-}
+}
0 commit comments