Skip to content

Commit 17246e4

Browse files
authored
fix: tip for unique subdomain error (#66)
Co-authored-by: Christian Lechner <[email protected]>
1 parent d84c187 commit 17246e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

units/unit_2/lesson_2/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ Let us apply this first configuration. The application of configurations follows
107107

108108
![console output of terraform apply](./images/u2l2_terraform_apply.png)
109109

110+
111+
> [!TIP]
112+
> In case you are facing the error `Subdomain dev-project-abc already exists in the current region` when executing the `terraform apply` command, change the value of the subdomain to a unique value. We will show you how to make this this value unique via a Terraform resource in [unit 3 lesson 2](../../unit_3/lesson_2/README.md).
113+
110114
Let is also check that in the SAP BTP Cockpit:
111115

112116
![SAP BTP cockpit - overview of subaccounts](./images/u2l2_sap_btp_cockpit.png)

0 commit comments

Comments
 (0)