Skip to content

Conversation

@MatthewLemmond
Copy link
Member

Description

Expose the ability to create read-only replicas in the FS Cloud submodule and the DA

resolves #569

Release required?

  • No release
  • Patch release (x.x.X)
  • Minor release (x.X.x)
  • Major release (X.x.x)
Release notes content

expose the remote_leader_crn variable in FS Cloud submodule and Deployable Architecture

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

  • If relevant, a test for the change is included or updated with this PR.
  • If relevant, documentation for the change is included or updated with this PR.

For mergers

  • Use a conventional commit message to set the release level. Follow the guidelines.
  • Include information that users need to know about the PR in the commit message. The commit message becomes part of the GitHub release notes.
  • Use the Squash and merge option.

@MatthewLemmond
Copy link
Member Author

/run pipeline


variable "remote_leader_crn" {
type = string
description = "A CRN of the leader database to make the replica(read-only) deployment. The leader database is created by a database deployment with the same service ID. A read-only replica is set up to replicate all of your data from the leader deployment to the replica deployment by using asynchronous replication. [Learn more](https://cloud.ibm.com/docs/databases-for-postgresql?topic=databases-for-postgresql-read-only-replicas)."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MatthewLemmond FYI i pushed a commit to update the description of the DA variable. Instead of adding a long url to the description, which will look horrible in projects UI, use a markdown link as that will render in projects UI.

@ocofaigh
Copy link
Contributor

/run pipeline

Copy link
Contributor

@ocofaigh ocofaigh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@

@ocofaigh ocofaigh merged commit bf157c6 into main Jan 24, 2025
2 checks passed
@ocofaigh ocofaigh deleted the remote-leader-crn-da branch January 24, 2025 10:24
@terraform-ibm-modules-ops
Copy link
Contributor

🎉 This PR is included in version 3.21.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[terraform-ibm-icd-postgresql] Expose ability to create read-only-replicas in DA

4 participants