monorepo lab stuff, init zen
This commit is contained in:
parent
cfc15bba89
commit
645e09f9dd
54 changed files with 67498 additions and 406 deletions
20
terraform/terraform.tfvars.example
Normal file
20
terraform/terraform.tfvars.example
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue