We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe480e3 commit 753b767Copy full SHA for 753b767
spanner_instance_basic/main.tf
@@ -3,6 +3,7 @@ resource "google_spanner_instance" "example" {
3
display_name = "Test Spanner Instance"
4
num_nodes = 2
5
edition = "STANDARD"
6
+ default_backup_schedule_type = "AUTOMATIC"
7
labels = {
8
"foo" = "bar"
9
}
0 commit comments