Skip to content

Commit

Permalink
ubuntu24.04-arm++
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Weber <[email protected]>
  • Loading branch information
mm-weber committed Sep 17, 2024
1 parent a2ad7cf commit 55fda04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/ec2-instances/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ output "ubuntu2204_cis_cnspec_arm" {
}

## Ubuntu 24.04 ARM
output "ubuntu2204_cis_cnspec_arm" {
output "ubuntu2404_arm64_cnspec_arm" {
value = module.ubuntu2404_arm64_cnspec_arm.public_ip == null ? "" : "ssh -o StrictHostKeyChecking=no -i ~/.ssh/${var.aws_key_pair_name} ubuntu@${module.ubuntu2404_arm64_cnspec_arm.public_ip}"
}

Expand Down

0 comments on commit 55fda04

Please sign in to comment.