Files
hunfabric/tests/modules/firestore/examples/new-database-with-weekly-backup.yaml
Wiktor Niesiobędzki f7c9a341b0 yamlint tests/
2025-10-24 13:11:17 +02:00

39 lines
1.2 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_backup_schedule.firestore_backup_schedule[0]:
daily_recurrence: []
database: my-database
project: my-project
retention: 86400s
timeouts: null
weekly_recurrence:
- day: MONDAY
module.firestore.google_firestore_database.firestore_database[0]:
cmek_config: []
deletion_policy: ABANDON
location_id: nam5
name: my-database
point_in_time_recovery_enablement: POINT_IN_TIME_RECOVERY_DISABLED
project: my-project
timeouts: null
type: FIRESTORE_NATIVE
counts:
google_firestore_backup_schedule: 1
google_firestore_database: 1
modules: 1
resources: 2