imfreedom/bamboo-terraform

Try to get qemu-user-static working with cpu passthrough, but nope, still no dice
# Use the archive_file data source to detect changes in the ansible scripts
data "archive_file" "ansible_scripts" {
type = "zip"
source_dir = "ansible/"
output_path = "ansible.zip"
}