Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
The backup exporter will be installed as a dependency of TF
Browse files Browse the repository at this point in the history
  • Loading branch information
amatas committed Apr 2, 2019
1 parent 451e1a3 commit 345105c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/modules/gcp-project/service_accounts.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ resource "google_service_account" "backup_exporter" {
account_id = "backup-exporter"
display_name = "backup-exporter"
project = "${google_project.project.project_id}"

# count = "${local.root_project_iam ? 0 : 1}"
}

# k8s-snapshots SVC account with access to storage
Expand Down

0 comments on commit 345105c

Please sign in to comment.