mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 13:50:13 +00:00
fix: must specify network type if launch options
This commit is contained in:
@ -91,7 +91,8 @@ 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