Skip to content

Commit cb55448

Browse files
committed
set launch options to paravirtualized so it works for all shapes
1 parent b58f75f commit cb55448

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compute.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ resource "oci_core_instance" "bastion" {
1616
display_name = var.label_prefix == "none" ? "bastion" : "${var.label_prefix}-bastion"
1717

1818
launch_options {
19-
network_type = "PARAVIRTUALIZED"
19+
boot_volume_type = "PARAVIRTUALIZED"
20+
network_type = "PARAVIRTUALIZED"
2021
}
2122

2223
# prevent the bastion from destroying and recreating itself if the image ocid changes

0 commit comments

Comments
 (0)