mirror of
https://github.com/vcscsvcscs/OCI-Kubernetes-cluster-with-traefik.git
synced 2025-08-13 22:39:06 +02:00
fix up nlb config
This commit is contained in:
@@ -21,7 +21,7 @@ resource "oci_containerengine_node_pool" "k8s_node_pool" {
|
||||
}
|
||||
|
||||
node_source_details {
|
||||
image_id = data.oci_core_images.latest_image.images.0.id
|
||||
image_id = var.node_image_ocid
|
||||
source_type = "image"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user