imfreedom/terraform

a72f38500636
Fix some whitespace and a syntax error in the freebsd instance
# 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"
}