Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions tutorials/1-instances.tf

This file was deleted.

4 changes: 2 additions & 2 deletions tutorials/3-2-env-setting.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ resource "bytebase_policy" "data_source_query_policy_prod" {
type = "DATA_SOURCE_QUERY"

data_source_query_policy {
restriction = "FALLBACK" # or DISALLOW or RESTRICTION_UNSPECIFIED
restriction = "RESTRICTION_UNSPECIFIED" # or DISALLOW or FALLBACK
disallow_ddl = true
disallow_dml = true
}
}
}
4 changes: 2 additions & 2 deletions tutorials/5-user-iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ resource "bytebase_iam_policy" "project_iam" {
condition {
database = "instances/prod-sample-instance/databases/hr_prod"
schema = "public"
tables = ["employee","department"]
tables = ["employee","salary"]
expire_timestamp = "2027-07-10T16:17:49Z"
}
}

}
}
}