firebasegoogle-cloud-platformterraformterraform-provider-gcp

Create Firebase Project using Terraform


I would like to crate Firebase projects using Terraform.

Based on the GCP Terraform Provider documentation I have created some Terraform modules, but the Terraform apply call fails with

Error 403: The caller does not have permission

What permissions are needed for the Terraform Service Account to be able to manage the Firebase projects?

I would like to create the following resources using a Terraform Service Account:


Solution

  • Below Steps can help you in resolving Error 403: The caller does not have permission :

    Refer to this IAM Policy service account terraform docs for more information. As you need to create other resources, in the above doc, click on the right side at the respective module for more information.