try setting more options from the official oci-common example

This commit is contained in:
Noah Masur
2025-07-02 17:56:59 -06:00
parent 6d5b460cb2
commit d16ed6a4fc
2 changed files with 58 additions and 12 deletions

View File

@ -87,6 +87,7 @@ resource "oci_core_instance" "my_compute_instance" {
# source_id = oci_core_image.my_custom_image.id
# Specify the boot volume size
boot_volume_size_in_gbs = var.boot_volume_size_in_gbs
boot_volume_vpus_per_gb = 20 # Highest free tier option
}
create_vnic_details {