Skip to content

Commit

Permalink
fix spanner name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Aug 20, 2024
1 parent 2c05800 commit b20a73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/gcp/example-gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ resource "google_cloud_run_v2_service" "default" {
"--logtostderr",
"--v=1",
"--bucket=${module.gcs.log_bucket.id}",
"--spanner=${module.gcs.log_spanner_db.id}",
"--spanner=projects/${var.project_id}/instances/${module.gcs.log_spanner_instance.name}/databases/${module.gcs.log_spanner_db.name}",
"--project=${var.project_id}",
"--listen=:8080",
"--kms_key=${google_kms_crypto_key_version.log_signer.id}",
Expand Down

0 comments on commit b20a73e

Please sign in to comment.