Skip to content

Commit 9c2e877

Browse files
kunzesesce-taid
authored andcommitted
fix: use the project_id value supplied to the module instead of relying on the provider configuration
PiperOrigin-RevId: 819754804
1 parent 19d2215 commit 9c2e877

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/server/spanner.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ locals {
4848
}
4949

5050
resource "google_spanner_database" "abfs" {
51+
project = var.project_id
5152
instance = google_spanner_instance.abfs.name
5253
name = var.abfs_spanner_database_name
5354
ddl = local.spanner_ddl_statements

0 commit comments

Comments
 (0)