Aller au contenu

Firestore

Requirements

Name Version
terraform >= 1.3.5, < 2
google 6.36.1

Providers

Name Version
google 6.36.1

Modules

No modules.

Resources

Name Type
google_app_engine_application.default resource
google_project_iam_member.firestore_iam resource
google_project_service.appengine_api resource
google_project_service.firestore_api resource
google_project_service.serviceusage resource

Inputs

Name Description Type Default Required
app_engine_zone Firestore locations are a bit special. See following links for details : https://cloud.google.com/firestore/docs/locations string "europe-west" no
iam IAM bindings in {ROLE => [MEMBERS]} format. map(list(string)) {} no
location The location of the bucket. string n/a yes
project_id ID of the existing GCP project string n/a yes
region Region to initialize Firestore and App Engine string "string" no

Outputs

No outputs.