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
We're currently creating an external key store in the account using the Terraform "ThalesGroup/ciphertrust" provider. However, upon creation, it consistently enters a disconnected state. We've thoroughly reviewed our CloudTrail logs and found no events indicating an attempt to establish a connection.
We have followed the configuration based on the Terraform documentation, and everything seems to be set up correctly on our end. However, the provider is not entering a connected state automatically as expected.
Could you please investigate on your end or reach out to the ThalesGroup/ciphertrust team to determine if there are any restrictions preventing it from entering a connected state?
Steps to Reproduce
Deploy ThalesGroup/ciphertrust provider using Terraform.
Observe that the external key store consistently enters a disconnected state.
Review CloudTrail logs for any relevant events.
Expected Behavior
The ThalesGroup/ciphertrust provider should automatically establish a connection to the external key store upon creation, without requiring manual intervention.
We're currently creating an external key store in the account using the Terraform "ThalesGroup/ciphertrust" provider. However, upon creation, it consistently enters a disconnected state. We've thoroughly reviewed our CloudTrail logs and found no events indicating an attempt to establish a connection.
We have followed the configuration based on the Terraform documentation, and everything seems to be set up correctly on our end. However, the provider is not entering a connected state automatically as expected.
Could you please investigate on your end or reach out to the ThalesGroup/ciphertrust team to determine if there are any restrictions preventing it from entering a connected state?
Steps to Reproduce
Expected Behavior
The ThalesGroup/ciphertrust provider should automatically establish a connection to the external key store upon creation, without requiring manual intervention.
Additional Information
terraform {
required_providers {
ciphertrust = {
source = "ThalesGroup/ciphertrust"
version = "0.10.0-beta"
}
}
}
The text was updated successfully, but these errors were encountered: