20 lines
684 B
Text
20 lines
684 B
Text
# https://cloud.oracle.com/org-mgmt/tenancy
|
|
tenancy_ocid = ""
|
|
# https://cloud.oracle.com/identity/domains/my-profile
|
|
user_ocid = ""
|
|
# https://cloud.oracle.com/identity/domains/my-profile/api-keys
|
|
# contents of the private key, rather than a path pointing to the .pem file
|
|
private_key = ""
|
|
fingerprint = ""
|
|
region = "us-ashburn-1"
|
|
|
|
# VM Images: https://docs.oracle.com/en-us/iaas/images/
|
|
vm_image_arm = "ocid1.image.oc1.iad.aaaaaaaam4d2tsohvgq7cqilhtcnlvp2zmzatb57xuprljhkvqgon73uzeqq"
|
|
|
|
# SSH keys for remote exec
|
|
ssh_public_key = "ssh-ed25519 xxx..."
|
|
ssh_private_key = "..."
|
|
|
|
# OPTIONAL
|
|
vm_name_template = "xyz-homelab"
|
|
compartment_name = "xyz_homelab"
|