You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "OCID. Retrieve by clicking on the profile icon in the far top right of the OCI console and selecting \"Tenancy: YourUsername\" from the dropdown menu."
type = string
sensitive = true
}
variable "region" {
description = "OCI tenancy region"
type = string
default = "eu-madrid-1"
}
variable "availability_domain" {
description = "OCI availability domain for instances"
type = string
default = "xbrv:EU-MADRID-1-AD-1"
}
variable "oci_profile" {
description = "OCI CLI configuration profile"
type = string
default = "terraform-aylas"
}
variable "server_image" {
description = "Base Linux image for the instance"
type = string
# Ubuntu 24.04 Minimal (AArch64, 2024.10.08-0)
# List of images available at https://docs.oracle.com/en-us/iaas/images/