Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Aug 27, 2024
1 parent fa4549a commit ec1d5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/binaryauth.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "google_kms_key_ring" "qa-attestor-keyring" {
}

resource "google_kms_key_ring_iam_member" "key_ring" {
key_ring_id = google_kms_key_ring.qa-attestor-keyring.id
key_ring_id = google_kms_key_ring.qa-attestor-keyring[count.index]
role = "roles/cloudkms.admin"
member = "serviceAccount:terraform@$PROJECT_ID.iam.gserviceaccount.com"
}
Expand Down

0 comments on commit ec1d5a1

Please sign in to comment.