Skip to content

Commit

Permalink
test: fix usage of replication_spec.id -> replication_spec.external_id
Browse files Browse the repository at this point in the history
  • Loading branch information
EspenAlbert committed Jul 18, 2024
1 parent 1198aea commit 2b730db
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
Expand Up @@ -398,7 +398,7 @@ func configClusterWithBackupSchedule(projectName, orgID, projectOwnerID string,
cloud_provider = "AWS"
frequencies = ["DAILY"]
region_name = "US_WEST_1"
replication_spec_id = one(%[2]s.replication_specs).id
replication_spec_id = one(%[2]s.replication_specs).external_id
should_copy_oplogs = false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ func configCopySettings(terraformStr, projectID, clusterResourceName string, emp
"YEARLY",
"ON_DEMAND"]
region_name = "US_EAST_1"
replication_spec_id = %[1]s.replication_specs.*.id[0]
replication_spec_id = %[1]s.replication_specs.*.external_id[0]
should_copy_oplogs = true
}`, clusterResourceName)
}
Expand Down

0 comments on commit 2b730db

Please sign in to comment.