Skip to content

Commit

Permalink
Update docs/resources/permissions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Serge Smertin <259697+nfx@users.noreply.github.com>
  • Loading branch information
alexott and nfx committed Jun 7, 2022
1 parent e551123 commit a95d762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ resource "databricks_notebook" "dlt_demo" {
}
resource "databricks_pipeline" "this" {
name = "DLT Demo Pipeline"
name = "DLT Demo Pipeline (${data.databricks_current_user.me.alphanumeric})"
storage = "/test/tf-pipeline"
configuration = {
key1 = "value1"
Expand Down

0 comments on commit a95d762

Please sign in to comment.