Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/aws/single-ami.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ source "amazon-ebs" "teleport-aws-linux" {
BuildTimestamp = var.ami_build_timestamp
BuildType = "production"
Name = local.ami_name
Architecture = "x86_64"
TeleportVersion = var.teleport_version
TeleportEdition = var.teleport_type
TeleportFipsEnabled = var.teleport_fips
Expand Down