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

[AI Answers] Incorrect answer regarding tls_private_key #102

Open
tonyswu opened this issue Oct 24, 2024 · 0 comments
Open

[AI Answers] Incorrect answer regarding tls_private_key #102

tonyswu opened this issue Oct 24, 2024 · 0 comments
Labels
needs-triage Needs attention from the triage team

Comments

@tonyswu
Copy link

tonyswu commented Oct 24, 2024

Affected page: https://www.pulumi.com/ai/answers/3odFRNmVfUuQJPbf3JTPAF/terraform-tls-private-key-generation-explained

The answer states that:

This resource will generate a new private key and provide you with the raw key data and its public key, none of which will be stored in the Terraform state for security reasons.

This is incorrect, as stated on https://registry.terraform.io/providers/hashicorp/tls/latest/docs/resources/private_key:

The private key generated by this resource will be stored unencrypted in your Terraform state file.
@pulumi-bot pulumi-bot added the needs-triage Needs attention from the triage team label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Needs attention from the triage team
Projects
None yet
Development

No branches or pull requests

2 participants