Skip to Main Content

API, CLI, SDK & Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to modify ExaCC resource using Terraform

Rich HeadrickApr 30 2024

Greetings,

I'm looking for a simple way to reverse engineer one of my clusters on an ExaCC platform and change a few specific things like the default SqlNet port from 1521 to XXXX.

I've create a few simple TF files, but when I upload and run the plan, it fails as follows:

Error: Reference to undeclared resource on DR_port_change.tf line 13, in resource "oci_database_vm_cluster_network" "export_exadg-phcl02-dr_1" 13: exadata_infrastructure_id = oci_database_exadata_infrastructure.export_scaexadata.idA managed resource "oci_database_exadata_infrastructure" "export_scaexadata"has not been declared in the root module.

Comments
Post Details
Added on Apr 30 2024
1 comment
351 views