Skip to content

Commit

Permalink
LAWS-3953 - Update key
Browse files Browse the repository at this point in the history
Signed-off-by: Fani Foteva <[email protected]>
  • Loading branch information
Fani Foteva committed Jul 15, 2024
1 parent e1a93e2 commit d0d57ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/edw/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ resource "aws_iam_instance_profile" "edw_ec2_instance_profile" {
####### DB Instance #######

resource "aws_key_pair" "edw_ec2_key" {
key_name = "${local.application_name}-ssh-key"
key_name = "${local.application_name}-ssh-key-new"
public_key = local.application_data.accounts[local.environment].edw_ec2_key
}

Expand Down

0 comments on commit d0d57ac

Please sign in to comment.