We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.8.4
v5.51.1
I do not expect to see rsa_bits because I used algorithm = "ED25519" configuration option. These are two different ciphers.
rsa_bits
algorithm = "ED25519"
No response
resource "tls_private_key" "pk" { algorithm = "ED25519" }
terraform plan
hashicorp/terraform-provider-aws#37761
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Core Version
v1.8.4
AWS Provider Version
v5.51.1
Affected Resource(s)
Expected Behavior
I do not expect to see
rsa_bits
because I usedalgorithm = "ED25519"
configuration option. These are two different ciphers.Actual Behavior
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
terraform plan
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
hashicorp/terraform-provider-aws#37761
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: