Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Commit

Permalink
Merge 7c41c21 into 8ace836
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-kolda committed Feb 1, 2019
2 parents 8ace836 + 7c41c21 commit f15de4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ target
lib
node_modules
datastore.bin
terraform/.terraform
terraform/.terraform
terraform.tfstate.*.backup
2 changes: 1 addition & 1 deletion terraform/project_iams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

resource "google_project_iam_member" "project_indexadmin_iam" {
project = "${var.bbq_project}"
role = "roles/datastore.indexAdmin"
role = "roles/datastore.importExportAdmin"
member = "serviceAccount:${var.bbq_project}@appspot.gserviceaccount.com"
}

Expand Down

0 comments on commit f15de4b

Please sign in to comment.