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 cbc01cc commit c883553
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 @@ -7,7 +7,7 @@ resource "tls_private_key" "avtx_key" {
}

resource "aws_key_pair" "ace_key" {
provider = aws.east
provider = aws.ohio
key_name = var.ace_ec2_key_name
public_key = tls_private_key.avtx_key.public_key_openssh
}
Expand Down

0 comments on commit c883553

Please sign in to comment.