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
{{ message }}
This repository was archived by the owner on Aug 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,14 +52,11 @@ Now, let's take a look at the `env-vars` file.
52
52
53
53

54
54
55
-
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/):
55
+
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/):
56
56
57
57
* TF_VAR_tenancy_ocid
58
58
* TF_VAR_user_ocid
59
-
* TF_VAR_compartment_ocid
60
59
61
-
When you've set all the variables, source the file with the command:
62
-
63
-
source env-vars
60
+
When you've set all the variables, you can source the file with the command `source env-vars` or you could stick the contents of the file in `~/.bash_profile`
64
61
65
62
With that, you're all ready to start running Terraform commands!
0 commit comments