Skip to content

add doc about region #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ You can see the published documentation at https://terraform-ibm-modules.github.
- Governance
- DA consumer tips
- [Prefix](https://terraform-ibm-modules.github.io/documentation/#/prefix.md)
- [Region](https://terraform-ibm-modules.github.io/documentation/#/region.md)
- Troubleshooting
- [Known issues](https://terraform-ibm-modules.github.io/documentation/#/issues.md)
- [How do I address errors when I run tests?](https://terraform-ibm-modules.github.io/documentation/#/ts-go-cache.md)
Expand Down
1 change: 1 addition & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- Governance
- DA consumer tips
- [Prefix](prefix.md)
- [Region](region.md)
- Troubleshooting
- [Known issues](issues.md)
- [How do I address errors when I run tests?](ts-go-cache.md)
Expand Down
11 changes: 11 additions & 0 deletions docs/region.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Region in Deployable Architecture

Certain deployable architectures allow you to add or remove related or dependant deployable architectures based on your use case. If you have chosen to add deployable architectures that provision other regional services, the value that is select for the parents deployable architecture `region` input will automatically be used for all regional services that are provisioned by the other deployable architectures you have added.

It is possible to explicitly override the region for any of the related or dependant deployable architectures by following these steps:

1. In the IBM Cloud console, navigate to the project configuration which contains the stacked deployable architectures.
1. In the row for the deployable architecture that you wish to update the region input for, click the Options icon and select Edit.
1. Find the `region` input variable and click the "X" to remove the pre-configured reference value. From the dropdown, select the desired region.
1. Click Save.
1. Proceed with validation and deployment.