You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Removes the SAP Control Plane (Deployer, Library) using a shell script.
13
13
---
14
14
15
-
# Remove_region.sh
15
+
# remove_controlplane.sh
16
16
17
17
## Synopsis
18
18
19
-
Removes the control plane, including the deployer VM and the SAP library. It is important to remove the terraform deployed artifacts using Terraform to ensure that the removals are done correctly.
19
+
Removes the control plane, including the deployer VM and the SAP library. It's important to remove the terraform deployed artifacts using Terraform to ensure that the removals are done correctly.
20
20
21
21
## Syntax
22
22
23
23
```bash
24
24
25
-
remove_region.sh [-d or --deployer_parameter_file ] <String> [-l or --library_parameter_file ] <String>
25
+
remove_controlplane.sh [-d or --deployer_parameter_file ] <String> [-l or --library_parameter_file ] <String>
26
26
```
27
27
28
28
## Description
@@ -32,18 +32,45 @@ Removes the SAP control plane, including the deployer VM and the SAP library.
0 commit comments