imfreedom/bamboo-terraform

Try to make the dependency stuff work correctly, still having some issues with dns, but kind of working
# 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"
}