Closed nugoncal closed 1 year ago
We are very sorry that we couldn't respond to each and every issue reported on GitHub. Although we have refined the process to prioritize customer issues on GitHub, since this issue was reported a while ago, there is a good chance it may have been fixed in the latest version of Terraform Provider OCI. If you are still experiencing this issue, please create a new issue and label it as Bug.
Community Note
Terraform Version and Provider Version
Terraform 1.0.0 (Resource Manager) , OCI provider v4.65
Affected Resource(s)
oci_datacatalog_catalog_private_endpoint
Terraform Configuration Files
https://github.com/oracle-devrel/terraform-oci-lakehouse/tree/private_endpoint_bug
Debug Output
I am not getting any debug output, even when requesting debug logs. The output is:
Panic Output
Expected Behavior
I should have succeeded in creating the Data Catalog Private Endpoint in OCI Resource Manager or OCI Cloud Shell.
Actual Behavior
Steps to Reproduce
Run the code from OCI Cloud Shell or OCI Resource Manager, with variable create_MDS = true. The code is available here: https://github.com/oracle-devrel/terraform-oci-lakehouse/tree/private_endpoint_bug For testing in OCI Resource Manager, refer to variables.tf and provider.tf in orm/ folder in the github repo. The error can be reproduced in OCI Resource Manager and OCI Cloud Shell, but not in CLI in my local machine, where I am authenticated as myself, tenancy admin.
tfvars for Cloud Shell testing:
region = tenancy_ocid = compartment_ocid= create_MDS = true
Important Factoids
Specific to OCI Resource Manager and Cloud Shell
References