Skip to content

Commit

Permalink
fix TestAccSpannerBackupSchedule_spannerBackupScheduleDailyIncrementa…
Browse files Browse the repository at this point in the history
…llExample (#11912) (#810)

[upstream:730140ac4d0242922397f4902e0f340af23dfe76]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Oct 4, 2024
1 parent f8bf53f commit 2f02180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spanner_backup_schedule_daily_incremental/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ resource "google_spanner_instance" "main" {
config = "regional-europe-west1"
display_name = "main-instance"
num_nodes = 1
edition = "ENTERPRISE"
}

resource "google_spanner_database" "database" {
Expand Down

0 comments on commit 2f02180

Please sign in to comment.