Skip to content

Commit 6c9168a

Browse files
authored
Update datasources.tf (#681)
* Update datasources.tf avoid 404 errors by getting node_pool_options for the compartment where we plan to create the resources. Signed-off-by: Andrei Ilas <[email protected]>
1 parent 24b301b commit 6c9168a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/oke/datasources.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ data "oci_identity_availability_domains" "ad_list" {
66
}
77

88
data "oci_containerengine_node_pool_option" "node_pool_options" {
9+
compartment_id = var.compartment_id
910
node_pool_option_id = oci_containerengine_cluster.k8s_cluster.id
1011
}
1112

0 commit comments

Comments
 (0)