Getting error 500 ; oci_containerengine_node_pool_option terraform
Summary
Error 500 when trying to access data from oci_containerengine_node_pool_option on terrafromContent
Getting error 500 when trying to access data from oci_containerengine_node_pool_option. I need this to create a node pool.
data "oci_containerengine_node_pool_option" "test_node_pool_option" {
node_pool_option_id = "all"
}
output "node_pool_image" {
value = ["${data.oci_containerengine_node_pool_option.test_node_pool_option.sources.0.image_id}"]
}
Tagged:
0