最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

azure pipelines - Terraform Custom Binding - Stack Overflow

programmeradmin7浏览0评论

I created a txt record in terraform along with a cname record for a subdomain. Although terraform mentions it was created successfully, when I try to create a custom binding it fails mentioning that a txt record wasn't found. What can I do about this?

I created a txt record in terraform along with a cname record for a subdomain. Although terraform mentions it was created successfully, when I try to create a custom binding it fails mentioning that a txt record wasn't found. What can I do about this?

Share Improve this question asked Feb 5 at 10:32 MiflaMifla 296 bronze badges 1
  • Hi @Mifla, Have you had a chance to review Douglas's answer below? If the issue persists, could you share your sample Terraform template? This would help us reproduce the problem and better understand your current workflow. – Alvin Zhao - MSFT Commented Feb 10 at 9:16
Add a comment  | 

1 Answer 1

Reset to default 1

Sounds like your TXT record might not have fully propagated yet. Even though Terraform says it was created successfully, DNS changes can take some time to propagate across the internet, sometimes up to 48 hours. Try using dig or nslookup to check if the TXT record is actually resolving. Also, make sure you're adding the TXT record to the correct domain and that there are no conflicting records. If the issue persists, check your DNS provider’s UI to confirm it was created as expected—sometimes Terraform applies changes but they don’t fully sync with the provider.

发布评论

评论列表(0)

  1. 暂无评论