Skip to content
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

aws_route53_record failing for multiple records #221

Closed
buth opened this issue Aug 22, 2014 · 6 comments
Closed

aws_route53_record failing for multiple records #221

buth opened this issue Aug 22, 2014 · 6 comments
Labels

Comments

@buth
Copy link
Contributor

buth commented Aug 22, 2014

I'm trying to create an aws_route53_record resource that uses DNS round-robinning (A record), but listing multiple IPs for the records attribute causes the following error:

<ErrorResponse xmlns="https://route53.amazonaws.com/doc/2013-04-01/">
    <Error>
        <Type>Sender</Type>
        <Code>InvalidInput</Code>
        <Message>
            Invalid XML ; cvc-complex-type.2.4.d: Invalid content was found
            starting with element 'Value'. No child element is expected at
            this point.
        </Message>
    </Error>
    <RequestId>...</RequestId>
</ErrorResponse>

If I cut it down to one it seems to work.

@mitchellh
Copy link
Contributor

Reproduced. Thanks.

@mitchellh
Copy link
Contributor

Fixed

@buth
Copy link
Contributor Author

buth commented Aug 24, 2014

I'm still having this issue with the the master branch at 0317120. The commit mentioned here seems to only update the tests?

@mitchellh
Copy link
Contributor

@buth It was upstream, so update dependencies.

@buth
Copy link
Contributor Author

buth commented Aug 24, 2014

Ah, this worked. I'll remember to do it next time. Thanks again!

@shogs
Copy link

shogs commented Aug 31, 2014

My bad was meant to comment on #183

@ghost ghost locked and limited conversation to collaborators May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants