Skip to content

Commit 54b07b8

Browse files
author
dmytro_velychko3
committed
fix: changed scope name
1 parent 2db5b75 commit 54b07b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secrets.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ resource "databricks_secret_scope" "external" {
7272
resource "databricks_secret_acl" "external" {
7373
count = var.key_vault_secret_scope.key_vault_id != null ? 1 : 0
7474

75-
scope = databricks_secret_scope.app.external[0].name
75+
scope = databricks_secret_scope.external[0].name
7676
principal = "users"
7777
permission = "READ"
7878
}

0 commit comments

Comments
 (0)