Skip to content

feat request: tencentcloud_ssl_certificates支持sort-by end_time排序以及domain筛选 #3221

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

Open
AlliotTech opened this issue Mar 18, 2025 · 0 comments

Comments

@AlliotTech
Copy link

Description

建议添加一个筛选最新证书的功能,如

data "tencentcloud_ssl_certificates" "qq" {
  domain = "qq.com"
  sort_by = "end_time"
}

在更新证书后,能够通过domain筛选,使用end_time排序选择最新的证书。

New or Affected Resource(s)

  • tencentcloud_ssl_certificates

Potential Terraform Configuration

data "tencentcloud_ssl_certificates" "qq" {
  domain = "qq.com"
  sort_by = "end_time"
}

References

  • #0000
@AlliotTech AlliotTech changed the title tencentcloud_ssl_certificates支持sort-by end_time feat request: tencentcloud_ssl_certificates支持sort-by end_time排序以及domain筛选 Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant