Skip to content

Commit 40da8dc

Browse files
authored
Update create-eventalarm.md
1 parent f87ee97 commit 40da8dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cd3-automation-toolkit/create-eventalarm/create-eventalarm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ Please follow the previous lab till the last step. Once you are able to provisio
4747
1. Place *CD3-CIS-ManagementServices-template.xlsx* Excel sheet at appropriate location in your container and provide the corresponding path in cd3file parameter at below path.
4848
4949
```
50-
/cd3user/tenancies /<customer_name>/<customer_name>_setUpOCI.properties
50+
/cd3user/tenancies /<prefix>/<prefix>_setUpOCI.properties
5151
e.g. cd3file=/cd3user/tenancies/usr1_livelab/CD3-CIS-ManagementServices-template.xlsx
5252
```
5353
5454
2. *Execute* the setUpOCI Script from below path:
5555
5656
```
57-
python setUpOCI.py /cd3user/tenancies/<customer_name>/<customer_name>_setUpOCI.properties
57+
python setUpOCI.py /cd3user/tenancies/<prefix>/<prefix>_setUpOCI.properties
5858
e.g. cd3file=/cd3user/tenancies/usr1_livelab/CD3-CIS-ManagementServices-template.xlsx
5959
```
6060
@@ -63,7 +63,7 @@ Please follow the previous lab till the last step. Once you are able to provisio
6363
4. Once the execution is *successful*, tfvars file will be generated under below folder in that region.
6464
6565
```
66-
<customer_name>_events.auto.tfvars file under /cd3user/tenancies/<customer_name>/terraform_files/<region_dir>
66+
<prefix>_events.auto.tfvars file under /cd3user/tenancies/<prefix>/terraform_files/<region_dir>
6767
```
6868
6969
5. Navigate to the above path and *execute* the terraform commands:

0 commit comments

Comments
 (0)