Skip to content

Conversation

@JoeCSykes
Copy link
Contributor

No description provided.

}

resource "tls_private_key" "private_key" {
resource "tls_private_key" "this" {
Copy link
Collaborator

@robg-test robg-test Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would name this on the lines of self_generated or self_managed
This could be misinterpreted as always being the key which in some scenarios it won't be (e.g. You provide your own key)

}

resource "aws_key_pair" "key_pair" {
resource "aws_key_pair" "this" {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again see previous comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants