Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit 9f5c777

Browse files
committed
lost the compartment battle
1 parent 900e91a commit 9f5c777

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ Now, let's take a look at the [env-vars.sh](env-vars.sh) file.
4545

4646
![](./images/4%20-%20env-vars.png)
4747

48-
The script pulls values from the keys you created in the earlier steps. You'll need to update two fields with values you can find in the [console](https://console.us-phoenix-1.oraclecloud.com/):
48+
The script pulls values from the keys you created in the earlier steps. You'll need to update three fields with values you can find in the [console](https://console.us-phoenix-1.oraclecloud.com/):
4949

50+
* TF_VAR_compartment_ocid
5051
* TF_VAR_tenancy_ocid
5152
* TF_VAR_user_ocid
5253

env-vars.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
export TF_VAR_compartment_ocid="<compartment OCID>"
4+
35
# Required for the OCI Provider
46
export TF_VAR_tenancy_ocid="<tenancy OCID>"
57
export TF_VAR_user_ocid="<user OCID>"

0 commit comments

Comments
 (0)