mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
fix: os details for source image of oracle
This commit is contained in:
@ -49,13 +49,13 @@ resource "oci_core_image" "my_custom_image" {
|
||||
object_name = var.object_storage_object_name
|
||||
|
||||
source_image_type = "QCOW2" # e.g., "QCOW2", "VMDK"
|
||||
}
|
||||
|
||||
# These properties help OCI understand how to launch instances from this image
|
||||
# Adjust based on your custom image's OS and boot mode
|
||||
launch_mode = "PARAVIRTUALIZED" # Or "NATIVE", "EMULATED", "CUSTOM"
|
||||
operating_system = "NixOS" # e.g., "CentOS", "Debian", "Windows"
|
||||
operating_system_version = "25.05" # e.g., "7", "11", "2019"
|
||||
# These properties help OCI understand how to launch instances from this image
|
||||
# Adjust based on your custom image's OS and boot mode
|
||||
launch_mode = "PARAVIRTUALIZED" # Or "NATIVE", "EMULATED", "CUSTOM"
|
||||
operating_system = "NixOS" # e.g., "CentOS", "Debian", "Windows"
|
||||
operating_system_version = "25.05" # e.g., "7", "11", "2019"
|
||||
}
|
||||
|
||||
# Optional: for specific launch options if your image requires them
|
||||
# launch_options {
|
||||
|
Reference in New Issue
Block a user