Skip to content

Commit

Permalink
Fix incorrect syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashluffy authored Nov 16, 2023
1 parent 641f48f commit 3747312
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions infra/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,5 @@ resource "google_project_iam_member" "pubsub_subscriber" {
project = var.project
role = "roles/pubsub.subscriber"

members = [
google_service_account.spot_interruption_exporter.member,
]
member = google_service_account.spot_interruption_exporter.member
}

0 comments on commit 3747312

Please sign in to comment.