恢复 OCI Terraform 与站点网络 IaC
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
data "oci_core_images" "ubuntu" {
|
||||
compartment_id = var.compartment_ocid
|
||||
operating_system = "Canonical Ubuntu"
|
||||
operating_system_version = "24.04"
|
||||
shape = "VM.Standard.A1.Flex"
|
||||
sort_by = "TIMECREATED"
|
||||
sort_order = "DESC"
|
||||
}
|
||||
|
||||
data "oci_identity_availability_domains" "ads" {
|
||||
compartment_id = var.compartment_ocid
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user