We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b58f75f commit cb55448Copy full SHA for cb55448
compute.tf
@@ -16,7 +16,8 @@ resource "oci_core_instance" "bastion" {
16
display_name = var.label_prefix == "none" ? "bastion" : "${var.label_prefix}-bastion"
17
18
launch_options {
19
- network_type = "PARAVIRTUALIZED"
+ boot_volume_type = "PARAVIRTUALIZED"
20
+ network_type = "PARAVIRTUALIZED"
21
}
22
23
# prevent the bastion from destroying and recreating itself if the image ocid changes
0 commit comments