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
Using: terraformer version v0.7.8 terraform-provider-aws version v2.24.0
It looks like having both records like;
domain.com A 1.1.1.1 *.domain.com A 2.2.2.2
causes:
2019/08/22 12:35:23 [ERR]: duplicate resource found: aws_route53_record.Z1S2NPPPPUIOCR_domain--com--A
The text was updated successfully, but these errors were encountered:
Fix Issue GoogleCloudPlatform#169
532001f
14b1036
Signed-off-by: Pedro Tôrres <t0rr3sp3dr0@gmail.com>
1cf19c4
8c48ca5
Merge pull request #185 from t0rr3sp3dr0/patch-1
177df66
Fix Issue #169
No branches or pull requests
Using:
terraformer version v0.7.8
terraform-provider-aws version v2.24.0
It looks like having both records like;
domain.com A 1.1.1.1
*.domain.com A 2.2.2.2
causes:
2019/08/22 12:35:23 [ERR]: duplicate resource found: aws_route53_record.Z1S2NPPPPUIOCR_domain--com--A
The text was updated successfully, but these errors were encountered: