Skip to content

Commit

Permalink
Correct code example for the databricks_aws_unity_catalog_policy data…
Browse files Browse the repository at this point in the history
… resource
  • Loading branch information
ryan-gord-db committed Oct 10, 2024
1 parent bac842d commit 271a190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/aws_unity_catalog_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "aws_iam_policy" "unity_metastore" {
resource "aws_iam_role" "metastore_data_access" {
name = "${var.prefix}-uc-access"
assume_role_policy = data.aws_iam_policy_document.this.json
assume_role_policy = data.databricks_aws_unity_catalog_assume_role_policy.this.json
managed_policy_arns = [aws_iam_policy.unity_metastore.arn]
}
```
Expand Down

0 comments on commit 271a190

Please sign in to comment.