imfreedom/bamboo-terraform

fix a typo
draft
2019-07-10, Gary Kramlich
7eb87026fdb8
fix a typo
# 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"
}