We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we try to import a record we get this error during plan:
╷ │ Error: record not found │ │ failed to find DNSimple Zone Record in the zone cache:
The command failing is the following:
terraform import dnsimple_zone_record.dkim ourdomain.com_121213
Both domain and record ID definitely exist.
Something wrong with the provider itself or maybe you changed something on your APIs?
Update: the error only occurs when prefetch = true is set on the provider
The text was updated successfully, but these errors were encountered:
Update: we just discovered that the error only occurs when prefetch = true is set on the provider
prefetch = true
Sorry, something went wrong.
No branches or pull requests
When we try to import a record we get this error during plan:
The command failing is the following:
terraform import dnsimple_zone_record.dkim ourdomain.com_121213
Both domain and record ID definitely exist.
Something wrong with the provider itself or maybe you changed something on your APIs?
Update: the error only occurs when prefetch = true is set on the provider
The text was updated successfully, but these errors were encountered: