Skip to content

Commit b20a73e

Browse files
committed
fix spanner name
1 parent 2c05800 commit b20a73e

File tree

1 file changed

+1
-1
lines changed
  • deployment/modules/gcp/example-gcp

1 file changed

+1
-1
lines changed

deployment/modules/gcp/example-gcp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ resource "google_cloud_run_v2_service" "default" {
9595
"--logtostderr",
9696
"--v=1",
9797
"--bucket=${module.gcs.log_bucket.id}",
98-
"--spanner=${module.gcs.log_spanner_db.id}",
98+
"--spanner=projects/${var.project_id}/instances/${module.gcs.log_spanner_instance.name}/databases/${module.gcs.log_spanner_db.name}",
9999
"--project=${var.project_id}",
100100
"--listen=:8080",
101101
"--kms_key=${google_kms_crypto_key_version.log_signer.id}",

0 commit comments

Comments
 (0)