Rotation on created keys is not functioning as expected. We've followed the configuration outlined in the Terraform documentation. Although the rotation job is successfully created, it's not properly attached to the keys that are generated.
Steps to Reproduce
Deploy the key creation process using Terraform.
Confirm that the rotation job is created.
Observe that the rotation job is not properly linked or associated with the created keys.
Expected Behavior
The rotation job should automatically be attached to the keys upon creation, as per the configuration specified in the Terraform documentation.
Rotation on created keys is not functioning as expected. We've followed the configuration outlined in the Terraform documentation. Although the rotation job is successfully created, it's not properly attached to the keys that are generated.
Steps to Reproduce
Expected Behavior
The rotation job should automatically be attached to the keys upon creation, as per the configuration specified in the Terraform documentation.
Additional Information
Terraform version: 1.5
CipherTrust Manager version 2.14.0+10829
crypto version: 1.7.0
Cloud provider : AWS
terraform { required_providers { ciphertrust = { source = "ThalesGroup/ciphertrust" version = "0.10.0-beta" } } }