diff --git a/deploy/oracle/main.tf b/deploy/oracle/main.tf index 8e02712..2ef308d 100644 --- a/deploy/oracle/main.tf +++ b/deploy/oracle/main.tf @@ -91,7 +91,8 @@ resource "oci_core_instance" "my_compute_instance" { } launch_options { - is_consistent_volume_naming_enabled = true # Sets boot device path to /dev/oracleoci/oraclevda + 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 {