You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/r/spanner_database.html.markdown
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,10 @@ On older versions, it is strongly recommended to set `lifecycle { prevent_destro
38
38
on databases in order to prevent accidental data loss. See [Terraform docs](https://www.terraform.io/docs/configuration/resources.html#prevent_destroy)
39
39
for more information on lifecycle parameters.
40
40
41
+
Note: Databases that are created with POSTGRESQL dialect do not support
42
+
extra DDL statements in the `CreateDatabase` call. You must therefore re-apply
43
+
terraform with ddl on the same database after creation.
0 commit comments