You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update policy definition in databricks_aws_crossaccount_policy data source (#2262)
The policy definition was updated with new permissions as per [Databricks documentation](https://docs.databricks.com/administration-guide/account-settings-e2/credentials.html#step-2-create-an-access-policy).
Entries are also sorted to match documentation.
This fixes#2255
We need to look if we need the following permissions that aren't mentioned in the
documentation, but present in the data source
```
"ec2:CreateKeyPair",
"ec2:CreatePlacementGroup",
"ec2:DeleteKeyPair",
"ec2:DeletePlacementGroup",
"ec2:DescribeNetworkAcls",
"ec2:DescribePlacementGroups",
"ec2:DescribeVpcAttribute",
"ec2:DetachVolume",
```
0 commit comments