terraform-provider-tencentcloud
terraform-provider-tencentcloud copied to clipboard
Terraform Tencent Cloud Provider
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Hi, When I created a new CDN distribution, I got error which is Code=UnauthorizedOperation.CdnDomainRecordNotVerified, Message=cdn domain record not verified I have to manually verify the domain name first. Is there...
按照文档中推荐的方式,先创建不包含`worker_config `块的`tencentcloud_kubernetes_cluster `,再创建单独的节点组`tencentcloud_kubernetes_node_pool `,则会出现报错。 表现为集群创建后无法开启公网访问,但是托管集群必须要开启公网访问。过渡方法是必须使用`worker_config `块创建至少一个节点,集群才会创建成功。希望该问题得到修复。 本问题关联:https://github.com/tencentcloudstack/terraform-provider-tencentcloud/issues/761 ### Terraform Version v 1.1.2 ### Affected Resource(s) * tencentcloud_kubernetes_cluster ### Terraform Configuration Files ```hcl required_providers { tencentcloud = { source = "tencentcloudstack/tencentcloud"...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...