-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot destroy after creating > 50 host DNS entries #581
Comments
Terraform Plan
Fill in your provider configuration, compartment_ocid and zone_name. Apply for number_of_entries of 20, then destroy: works |
We have a fix for this. We plan to release it next week. |
Thanks for the update |
v3.0.0 should have the fix for this issue. in v3.0.0 we changed the way to get the latest version of our provider in order to be more in line with other terraform providers. See the following doc for instructions on how to upgrade |
Terraform Version
Terraform v0.11.7
OCI Provider Version
v2.2.0
Description:
My setup creates multiple oci_core_instances and oci_dns_record host records to point to them. Recently I've created >50 instances, and when trying to destroy them, terraform croaked while refreshing:
The returned set is capped at 50 records, and so, while the XXX.XXX.XXX.XXX address has a corresponding DNS entry, terraform is unable to find it.
The text was updated successfully, but these errors were encountered: