You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tencentcloud_cos_bucket has a bug when use on cdc and encryption_algorithm is set for cos/kms, terraform do not find that resource was already changed to use this algorithm
#3197
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.
For cdc cluster on tencent we should be able to create a cos bucket and the bucket should have been encrypted according to the provided setting (cos/kms)
Actual Behavior
A bucket has been created, and even settings for encryption on tencent are set, but when we are doing after applying those changes once more terraform plan or apply then terraform plan shows that it want once again to change encryption even it was set
it looks like foe encryption type cos/kms terraform does not properly recognize that it has been changed already.
Steps to Reproduce
You need to have access to the cdc cluster so it could be possible to reproduce, but if you have then you need to do
terraform apply
once again terraform apply
so you could see that terraform do not recognize that encryption has been already changed to cos/kms
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
andre1704
changed the title
tencentcloud_cos_bucket has a bug when use on cdc and encryption_algorithm is set for cos/kms, terraform do not find that resource was already changed to use this lgorithm
tencentcloud_cos_bucket has a bug when use on cdc and encryption_algorithm is set for cos/kms, terraform do not find that resource was already changed to use this algorithm
Mar 9, 2025
Community Note
Terraform Version
terraform version
Terraform v1.11.1
on linux_amd64
Affected Resource(s)
tencentcloud_cos_bucket
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
For cdc cluster on tencent we should be able to create a cos bucket and the bucket should have been encrypted according to the provided setting (cos/kms)
Actual Behavior
A bucket has been created, and even settings for encryption on tencent are set, but when we are doing after applying those changes once more terraform plan or apply then terraform plan shows that it want once again to change encryption even it was set
it looks like foe encryption type cos/kms terraform does not properly recognize that it has been changed already.
Steps to Reproduce
You need to have access to the cdc cluster so it could be possible to reproduce, but if you have then you need to do
terraform apply
terraform apply
so you could see that terraform do not recognize that encryption has been already changed to cos/kms
Important Factoids
References
The text was updated successfully, but these errors were encountered: