mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
fix: must specify network type if launch options
This commit is contained in:
@ -92,6 +92,7 @@ resource "oci_core_instance" "my_compute_instance" {
|
|||||||
|
|
||||||
launch_options {
|
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 {
|
create_vnic_details {
|
||||||
|
Reference in New Issue
Block a user