Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nkvuong committed Nov 16, 2024
1 parent 8769436 commit 56ac60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/grant.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ resource "databricks_credential" "external" {
aws_iam_role {
role_arn = aws_iam_role.external_data_access.arn
}
purpose = "SERVICE"
comment = "Managed by TF"
}
Expand Down
1 change: 1 addition & 0 deletions docs/resources/grants.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ resource "databricks_credential" "external" {
aws_iam_role {
role_arn = aws_iam_role.external_data_access.arn
}
purpose = "SERVICE"
comment = "Managed by TF"
}
Expand Down

0 comments on commit 56ac60c

Please sign in to comment.