mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
try setting more options from the official oci-common example
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user