Skip to content

Commit

Permalink
Update aws_unity_catalog_assume_role_policy.md
Browse files Browse the repository at this point in the history
Fixed example issue.
  • Loading branch information
FastLee authored Aug 29, 2024
1 parent b2c989a commit d651114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/aws_unity_catalog_assume_role_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 d651114

Please sign in to comment.