47 lines
1.4 KiB
YAML
47 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_index.firestore_indexes["my-index"]:
|
|
api_scope: ANY_API
|
|
collection: my-coll
|
|
database: my-database
|
|
fields:
|
|
- array_config: null
|
|
field_path: name
|
|
order: ASCENDING
|
|
vector_config: []
|
|
- array_config: null
|
|
field_path: description
|
|
order: DESCENDING
|
|
vector_config: []
|
|
project: my-project
|
|
query_scope: COLLECTION
|
|
timeouts: null
|
|
|
|
counts:
|
|
google_firestore_database: 1
|
|
google_firestore_index: 1
|
|
modules: 1
|
|
resources: 2
|