mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
try using consistent volume naming for formatting disk
This commit is contained in:
@ -90,6 +90,10 @@ resource "oci_core_instance" "my_compute_instance" {
|
||||
boot_volume_vpus_per_gb = 20 # Highest free tier option
|
||||
}
|
||||
|
||||
launch_options {
|
||||
is_consistent_volume_naming_enabled = true # Sets boot device path to /dev/oracleoci/oraclevda
|
||||
}
|
||||
|
||||
create_vnic_details {
|
||||
subnet_id = oci_core_subnet.my_public_subnet.id # Use the created subnet's ID
|
||||
display_name = "primary_vnic"
|
||||
|
Reference in New Issue
Block a user