You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is this error each time I try to destroy with a record from route53.
aws_route53_record.registry: Error: Request failed, got status code: 400. Response:
<?xml version="1.0"?>
<ErrorResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/"><Error>
<Type>Sender</Type>
<Code>InvalidChangeBatch</Code>
<Message>Tried to delete resource record set [name='registry.example.com.', type='A'] but it was not found</Message>
</Error><RequestId>b7ebc957-48de-11e4-9c02-03749a38eea0</RequestId>
</ErrorResponse>
The text was updated successfully, but these errors were encountered:
There is this error each time I try to destroy with a record from route53.
The text was updated successfully, but these errors were encountered: