当我试图部署我的代码时,我得到了以下错误:
module.rest_api.aws_route53_record.xxx:
[ERR]: Error building changeset: InvalidChangeBatch: [Tried to create resource record set [name=‘MYNAME’, type=‘MYTYPE’] but it already exists]
status code: 400, request id: XXXXXXXXXX当我检查堆栈时,它似乎是空的,所以我不能删除堆栈?谁能帮上忙,谢谢提前!
发布于 2020-11-25 08:39:39
基于这些评论。
该问题是由现有的记录集在Route53中引起的。解决方案将删除Route53控制台中的记录,并使用CloudFormation重新创建它。
https://stackoverflow.com/questions/64998905
复制相似问题