Skip to content

Commit

Permalink
fix a long existing issue in E2E ASG Test
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Aug 23, 2024
1 parent ebae051 commit 756edb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/dotnet/ec2/asg/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ data "aws_ami" "ami" {
resource "aws_launch_configuration" "launch_configuration" {
image_id = data.aws_ami.ami.id
instance_type = "t3.micro"
key_name = "DotnetE2EManual"
key_name = local.ssh_key_name
associate_public_ip_address = true
iam_instance_profile = "APP_SIGNALS_EC2_TEST_ROLE"
security_groups = [aws_default_vpc.default.default_security_group_id]
Expand Down

0 comments on commit 756edb2

Please sign in to comment.