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
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 {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.0-beta"
}
}
}
The text was updated successfully, but these errors were encountered: