Closed
Description
Responding to myself after noticing by looking at the AMI that it had "Delete on termination" set to "No"
In /mages/ubuntu-focal/github_agent.ubuntu.pkr.hcl
, I updated to:
launch_block_device_mappings {
device_name = "/dev/sda1"
volume_size = var.root_volume_size_gb
volume_type = "gp3"
delete_on_termination = true
}
Originally posted by @Fgerthoffert in https://github.com/philips-labs/terraform-aws-github-runner/discussions/1742#discussioncomment-2158915
Metadata
Metadata
Assignees
Labels
No labels