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

Commit f23d2d8

Browse files
authored
move compartment
1 parent cb788a2 commit f23d2d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

env-vars.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/bin/sh
22

3-
export TF_VAR_compartment_ocid="<compartment OCID>"
4-
53
# Required for the OCI Provider
64
export TF_VAR_tenancy_ocid="<tenancy OCID>"
5+
export TF_VAR_compartment_ocid="<compartment OCID>"
76
export TF_VAR_user_ocid="<user OCID>"
87
export TF_VAR_fingerprint=$(cat ~/.oci/oci_api_key.fingerprint)
98
export TF_VAR_private_key_path="~/.oci/oci_api_key.pem"

0 commit comments

Comments
 (0)