Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodbu authored Aug 6, 2021
1 parent 04c5252 commit 2ca26d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ resource "tls_private_key" "avtx_key" {
rsa_bits = 2048
}

resource "aws_key_pair" "aws_canada_key" {
provider = aws.canada
key_name = var.CA_ec2_key_name
resource "aws_key_pair" "ace_key" {
provider = aws.east
key_name = var.ace_ec2_key_name
public_key = tls_private_key.avtx_key.public_key_openssh
}

Expand Down

0 comments on commit 2ca26d2

Please sign in to comment.