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

Fix Issue #169 #185

Merged
merged 1 commit into from
Sep 27, 2019
Merged

Conversation

t0rr3sp3dr0
Copy link
Contributor

@t0rr3sp3dr0 t0rr3sp3dr0 commented Sep 19, 2019

Route53 records example.com and *.example.com must have different identifiers, otherwise it will result:

[ERR]: duplicate resource found: aws_route53_record.ZZZZZZZZZZZZZZ_example.com_A_

This is fixed by removing "*." to "" replace rule and then adding "*" to "--" replace rule. While "." will be handled by the "." to "--" existent rule.

The problem is described on Issue #169.

Signed-off-by: Pedro Tôrres <t0rr3sp3dr0@gmail.com>
@t0rr3sp3dr0
Copy link
Contributor Author

@sergeylanzman, do I have to do something else to get this pull request merged?

@sergeylanzman sergeylanzman merged commit 177df66 into GoogleCloudPlatform:master Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants