tf-oci-ans-selfhost-dev/terraform_plans/tfvars.skel
mharb d54f008c62 Add easy way to expose subnet to the public.
This is a quality of life fix. A single boolean controls whether public HTTP(S) traffic reaches your infrastructure.
2023-10-04 11:06:31 -04:00

21 lines
496 B
Plaintext

# Refer to the README.md file to fill these in
tenancy_ocid =
user_ocid =
fingerprint =
private_key_path =
region =
# Choose your VM images here
# Images: https://docs.oracle.com/en-us/iaas/images/all/?search=ubuntu+22.04
vm_image_ocid_x86_64 =
vm_image_ocid_ampere =
# Add your SSH key here
ssh_public_key =
# Optional: Replace this with your preferred environment name
compartment_name =
vm_name =
tags =
ssh_allow_range =
go_live =