Skip to content

Commit

Permalink
Merge branch 'main' into u/stvoutsin/uws-cloudsql
Browse files Browse the repository at this point in the history
  • Loading branch information
stvoutsin authored Jun 10, 2024
2 parents 08fe0c5 + cb44ead commit 93f1dc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions environment/deployments/science-platform/cloudsql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -212,15 +212,14 @@ resource "google_storage_bucket_iam_binding" "cutouts-bucket-ro-iam-binding" {
role = "roles/storage.objectViewer"
members = [
"serviceAccount:${local.cutout_service_account}",
"serviceAccount:${var.butler_service_account}"
]
}

resource "google_storage_bucket_iam_binding" "cutouts-bucket-rw-iam-binding" {
bucket = module.cutouts_bucket.name
role = "roles/storage.objectCreator"
role = "roles/storage.legacyBucketWriter"
members = [
"serviceAccount:${var.butler_service_account}"
"serviceAccount:${local.cutout_service_account}"
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ db_maintenance_window_update_track = "canary"
backups_enabled = true

# Increase this number to force Terraform to update the dev environment.
# Serial: 13
# Serial: 13

0 comments on commit 93f1dc5

Please sign in to comment.