Skip to content

Commit a3b23d7

Browse files
Update 5-user-iam.tf
1 parent b03c7b9 commit a3b23d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/5-user-iam.tf

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

183183
}
184-
}
184+
}

0 commit comments

Comments
 (0)