Skip to content
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.

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

[Bug]: Ambigious terraform plan output for tls_private_key resource #536

Open
EugenKon opened this issue Jul 8, 2024 · 0 comments
Open
Labels

Comments

@EugenKon
Copy link

EugenKon commented Jul 8, 2024

Terraform Core Version

v1.8.4

AWS Provider Version

v5.51.1

Affected Resource(s)

  • tls_private_key

Expected Behavior

I do not expect to see rsa_bits because I used algorithm = "ED25519" configuration option. These are two different ciphers.

Actual Behavior

image

Relevant Error/Panic Output Snippet

No response

Terraform Configuration Files

resource "tls_private_key" "pk" {
  algorithm = "ED25519"
}

Steps to Reproduce

  1. 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

@EugenKon EugenKon added the bug label Jul 8, 2024
@EugenKon EugenKon changed the title asdf [Bug]: Ambigious terraform plan output for tls_private_key resource Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant