mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
15 lines
489 B
HCL
15 lines
489 B
HCL
availability_domain = "FIXME" # get it with `oci iam availability-domain list`
|
|
compartment_id = "FIXME" # get it with `oci iam compartment list`
|
|
|
|
memory_in_gbs = 24
|
|
ocpus = 4
|
|
|
|
# get it with `oci compute image list -c 'tenancy_id'`
|
|
# or check https://docs.oracle.com/en-us/iaas/images/
|
|
source_id = "ocid1.image.oc1.eu-amsterdam-1.aaaaaaaavmra3s4va4fqd4vlcrqc5v5jyqov5vdla3x3b6gzc64n6dkpuqua"
|
|
|
|
ssh_authorized_keys = <<EOT
|
|
ssh-ed25519 key-1 comment
|
|
ssh-ed25519 key-n comment
|
|
EOT
|