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 b02be2e commit ff3ac57Copy full SHA for ff3ac57
spanner_database_basic/main.tf
@@ -8,6 +8,7 @@ resource "google_spanner_database" "database" {
8
instance = google_spanner_instance.main.name
9
name = "my-database-${local.name_suffix}"
10
version_retention_period = "3d"
11
+ default_time_zone = "UTC"
12
ddl = [
13
"CREATE TABLE t1 (t1 INT64 NOT NULL,) PRIMARY KEY(t1)",
14
"CREATE TABLE t2 (t2 INT64 NOT NULL,) PRIMARY KEY(t2)",
0 commit comments