You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Getting error 500 ; oci_containerengine_node_pool_option terraform

Summary

Error 500 when trying to access data from oci_containerengine_node_pool_option on terrafrom

Content

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!