terraform-provider-tencentcloud icon indicating copy to clipboard operation
terraform-provider-tencentcloud copied to clipboard

Terraform Tencent Cloud Provider

Results 212 terraform-provider-tencentcloud issues
Sort by recently updated
recently updated
newest added

### 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...

dependencies

│ Error: [TencentCloudSDKError] Code=InvalidParameterValue.SubnetIdMalformed, Message=The specified subnet ID `tencentcloud_subnet.sunbetdemo30` is malformed. Ensure that you provide the full subnet ID in the request, i**n the form subnet-xxxxxxxx**.The letter `x` stands for...

### 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...

enhancement

### 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...

enhancement

Hi there, thanks for the great tool. May I wonder know is there any plan for the lighthouse?

### 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...

### Terraform Version ```txt Terraform v1.1.9 on darwin_arm64 + provider registry.terraform.io/tencentcloudstack/tencentcloud v1.71.0 ``` ### Affected Resource(s) * tencentcloud_eks_cluster ### Terraform Configuration Files ```hcl terraform { required_providers { tencentcloud = {...

https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs/resources/kubernetes_cluster#cluster_version The default value of `cluster_version` is `1.10.5`. I want to get the latest version by data sources:

question

According to terraform debug log, ```cvm.tencentcloudapi.com/DescribeInstances``` return a **local nvme disk**, and then use DiskId of local nvme to request ```cbs.tencentcloudapi.com/DescribeDisks```, which is not available for **local nvme disk**. ###...