Trying to complete the OKE with Service Broker Lab. Completed installation and configuration of CLI, kubectl, helm, and terraform. While running terraform plan I am getting the below error:
Error: 400-RelatedResourceNotAuthorizedOrNotFound
Provider version: 4.20.0, released on 2021-03-31.
Service:
Error Message: Unable to retrieve required tenancy details - please ensure OKE service policy is set up correctly.
OPC request ID: 3f49f7e1b3cf37730434c609a8ff72e8/C6EB72404A44BAA11355F7DA72C6FA58/E274282570FCA0611C641F28F84D847E
Suggestion: Please retry or contact support for help with service:
on modules/node_pool/datasources.tf line 4, in data "oci_containerengine_node_pool_option" "node_pool_options":
4: data "oci_containerengine_node_pool_option" "node_pool_options" {
What do I need to change/fix to resolve this error?