Skip to content

Commit

Permalink
ACE key name
Browse files Browse the repository at this point in the history
  • Loading branch information
hoodbu authored Aug 6, 2021
1 parent 88a1868 commit fa615a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module "aws_spoke_bastion" {
instance_type = var.aws_test_instance_size
name = "${var.aws_spoke1_name}-bastion"
ami = data.aws_ami.ubuntu.id
key_name = var.CA_ec2_key_name
key_name = var.ace_ec2_key_name
instance_count = 1
subnet_id = module.aws_spoke_1.vpc.public_subnets[0].subnet_id
vpc_security_group_ids = [module.security_group_1.this_security_group_id]
Expand Down

0 comments on commit fa615a8

Please sign in to comment.