mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
Add oke and nlb to managed cluster
This commit is contained in:
14
oci-managed/oke/data.tf
Normal file
14
oci-managed/oke/data.tf
Normal file
@@ -0,0 +1,14 @@
|
||||
data "oci_identity_availability_domains" "ads" {
|
||||
compartment_id = var.compartment_ocid
|
||||
}
|
||||
|
||||
data "oci_core_images" "latest_image" {
|
||||
compartment_id = var.compartment_ocid
|
||||
operating_system = "Oracle Linux"
|
||||
operating_system_version = "8.8"
|
||||
filter {
|
||||
name = "display_name"
|
||||
values = ["^.*aarch64-.*$"]
|
||||
regex = true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user