Skip to content

Commit 08dbc44

Browse files
authored
add doc about region (#78)
1 parent a30b2e2 commit 08dbc44

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ You can see the published documentation at https://terraform-ibm-modules.github.
3232
- Governance
3333
- DA consumer tips
3434
- [Prefix](https://terraform-ibm-modules.github.io/documentation/#/prefix.md)
35+
- [Region](https://terraform-ibm-modules.github.io/documentation/#/region.md)
3536
- Troubleshooting
3637
- [Known issues](https://terraform-ibm-modules.github.io/documentation/#/issues.md)
3738
- [How do I address errors when I run tests?](https://terraform-ibm-modules.github.io/documentation/#/ts-go-cache.md)

docs/_sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- Governance
2323
- DA consumer tips
2424
- [Prefix](prefix.md)
25+
- [Region](region.md)
2526
- Troubleshooting
2627
- [Known issues](issues.md)
2728
- [How do I address errors when I run tests?](ts-go-cache.md)

docs/region.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Region in Deployable Architecture
2+
3+
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.
4+
5+
It is possible to explicitly override the region for any of the related or dependant deployable architectures by following these steps:
6+
7+
1. In the IBM Cloud console, navigate to the project configuration which contains the stacked deployable architectures.
8+
1. In the row for the deployable architecture that you wish to update the region input for, click the Options icon and select Edit.
9+
1. Find the `region` input variable and click the "X" to remove the pre-configured reference value. From the dropdown, select the desired region.
10+
1. Click Save.
11+
1. Proceed with validation and deployment.

0 commit comments

Comments
 (0)