45 lines
1.4 KiB
YAML
45 lines
1.4 KiB
YAML
# Copyright 2024 Google LLC
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
values:
|
|
module.firestore.google_firestore_database.firestore_database[0]:
|
|
cmek_config: []
|
|
deletion_policy: ABANDON
|
|
location_id: name5
|
|
name: my-database
|
|
point_in_time_recovery_enablement: POINT_IN_TIME_RECOVERY_DISABLED
|
|
project: my-project
|
|
timeouts: null
|
|
type: FIRESTORE_NATIVE
|
|
module.firestore.google_firestore_field.firestore_fields["my-field-in-my-coll"]:
|
|
collection: my-coll
|
|
database: my-database
|
|
field: my-field
|
|
index_config:
|
|
- indexes:
|
|
- array_config: ''
|
|
order: ASCENDING
|
|
query_scope: COLLECTION_GROUP
|
|
- array_config: CONTAINS
|
|
order: ''
|
|
query_scope: COLLECTION
|
|
project: my-project
|
|
timeouts: null
|
|
ttl_config: []
|
|
|
|
counts:
|
|
google_firestore_database: 1
|
|
google_firestore_field: 1
|
|
modules: 1
|
|
resources: 2 |