Skip to content

Commit

Permalink
Merge pull request #21 from anyscale/brent/upd-iam-roles
Browse files Browse the repository at this point in the history
fix: IAM Role for Anyscale - logging support
  • Loading branch information
brent-anyscale authored Jun 24, 2024
2 parents 832aed3 + b5f807e commit 20bff96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.12.1 (Released)
FEATURES:

BUG FIXES:
- IAM Role fix to support new Anyscale Logging feature.

BREAKING CHANGES:

OTHER:

## 0.12.0 (Released)
FEATURES:
- Update to GCP Terraform Provider v5
Expand Down
3 changes: 2 additions & 1 deletion modules/google-anyscale-iam/roles.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ resource "google_project_iam_custom_role" "anyscale_access_role" {
"compute.urlMaps.use",
"compute.zoneOperations.get",
"compute.zones.list",
"storage.buckets.get"
"storage.buckets.get",
"storage.objects.get"
]
}

0 comments on commit 20bff96

Please sign in to comment.