diff --git a/README.md b/README.md index d8cc1f1..b5d8d7b 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 6fa45ce..4b99a59 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -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) diff --git a/docs/region.md b/docs/region.md new file mode 100644 index 0000000..c6eaa6e --- /dev/null +++ b/docs/region.md @@ -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.