Skip to content

Commit

Permalink
Merge Conflict
Browse files Browse the repository at this point in the history
Resolved Merge Conflict.
  • Loading branch information
VinayKumar611 committed Oct 10, 2023
1 parent 82f1c21 commit 162c949
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,10 +331,7 @@ These are some known temporary issues that can occur while deploying the Oracle
* 400-InvalidParameter Error in CreateServiceConnector operation: This can occasionally happen due to logs taking longer than normal to create while setting up the logging infrastructure. This will correct itself when the logs finish creating. Later Apply jobs in ORM or invocations of `terraform apply` should succeed.
* 429-TooManyRequests Error: A tenancy making a large number of OCI API requests in rapid succession may be throttled by the API. The solution is to wait some period of time (a few minutes) and retry the terraform operation again. This is rarely seen on `apply` but may occasionally be seen on `destroy` runs, as the delete operations are much faster than create, and Terraform makes many API calls.
<<<<<<< HEAD:Official_Documentation/OELZ_Baseline_Deployment/IMPLEMENTATION.md
* **OCI Compartment Deletion**
By Design, OCI compartments are not deleted upon Terraform destroy by default. Deletions can be anabled in OELZ by setting enable_compartment_delete varaible to true in tfvars file. For more information check check [OCI Terraform provider documentation](https://registry.terraform.io/providers/hashicorp/oci/latest/docs/resources/identity_compartment).
* **OCI Version Upgrade**
On Release v3.0.0, we upgrading the OCI provider version from 5.1 to 5.9. If you have previous stack deployed and local tfstate file saved, please issue **terraform init -upgrade** to resolve the provider version mismatch error.
=======
>>>>>>> main:templates/enterprise-landing-zone/IMPLEMENTATION.md

0 comments on commit 162c949

Please sign in to comment.