tencentcloudstack/terraform-provider-tencentcloud

Invalid mem_size in tencentcloud_redis_instance

maolilong1988 opened this issue · 1 comments

Tencent Provider Version

1.81.62

Terraform Version

1.6.3

Affected Resource(s)

tencentcloud_redis_instance

Panic Output

image

Comment

I was using the provider version 1.81.45, which everything worked fine.

After upgrading to 1.81.62, I got the issue as the screenshot above.

I found the team had added mem_size value check in 1.81.46 and 256 is not a valid value. While actually my redis resource is 256MB mem_size and this made me can't use terraform to manage the resources.

image

Is there any plan to add 256 as the valid mem_size value?

新版本已修复