Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir19noor committed Nov 19, 2024
1 parent 543909e commit ea88999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Sample Scenario: Spanner to Sharded MySQL reverse replication
## Sample Scenario: Spanner to Cassandra reverse replication

> **_SCENARIO:_** This Terraform example illustrates launching a reverse replication
> jobs to replicate spanner writes for a sharded MySQL source, setting up all the required cloud infrastructure.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ resource "google_dataflow_flex_template_job" "reverse_replication_job" {
] # Launch the template once the stream is created.
provider = google-beta
container_spec_gcs_path = "gs://dataflow-templates-${var.common_params.region}/latest/flex/Spanner_to_SourceDb"

# container_spec_gcs_path = "gs://reverse-replication-dataflow-templates/templates/flex/Spanner_to_SourceDb"
# Parameters from Dataflow Template
parameters = {
changeStreamName = var.dataflow_params.template_params.change_stream_name != null ? var.dataflow_params.template_params.change_stream_name : local.change_stream
Expand Down

0 comments on commit ea88999

Please sign in to comment.