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

Fix: give API access to Firestore #492

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Fix: give API access to Firestore #492

merged 1 commit into from
Jun 6, 2022

Conversation

engelke
Copy link
Contributor

@engelke engelke commented Jun 6, 2022

No description provided.

@engelke engelke requested a review from a team as a code owner June 6, 2022 23:24
@github-actions github-actions bot added the component: delivery Related to automation, testing, deployment of the application. label Jun 6, 2022
@grayside
Copy link
Collaborator

grayside commented Jun 6, 2022

Expected to fix #486

@@ -19,6 +19,12 @@ resource "google_service_account" "api_manager" {
display_name = "api-manager"
}

resource "google_project_iam_member" "project" {
Copy link
Contributor

@ace-n ace-n Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestion: use a more descriptive resource name

Suggested change
resource "google_project_iam_member" "project" {
resource "google_project_iam_member" "firestore_user_iam" {

@engelke engelke merged commit a9af6c2 into main Jun 6, 2022
@engelke engelke deleted the engelke-patch-2 branch June 6, 2022 23:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: delivery Related to automation, testing, deployment of the application.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants