fix: must specify network type if launch options

This commit is contained in:
Noah Masur
2025-07-03 18:38:13 -06:00
parent 5e2fca427d
commit ecf6bdda45

View File

@ -92,6 +92,7 @@ resource "oci_core_instance" "my_compute_instance" {
launch_options {
is_consistent_volume_naming_enabled = true # Sets boot device path to /dev/oracleoci/oraclevda
network_type = "PARAVIRTUALIZED" # I think this is the default?
}
create_vnic_details {