Skip to content

Commit

Permalink
Merge pull request terraform-aws-modules#243 from srlynch1/Fix-FilePr…
Browse files Browse the repository at this point in the history
…ovisionerBrokenSSH

Ubuntu 2204 broke SSH connectivity fix key type
  • Loading branch information
grantorchard authored Feb 14, 2023
2 parents 434554b + 8437710 commit 08a657d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ resource "null_resource" "configure-cat-app" {
}

resource "tls_private_key" "hashicat" {
algorithm = "RSA"
algorithm = "ED25519"
}

locals {
Expand Down

0 comments on commit 08a657d

Please sign in to comment.