imfreedom/bamboo-terraform

set bamboo capabilities to an empty dict by default
draft default tip
2019-10-01, Gary Kramlich
05b5b1440935
set bamboo capabilities to an empty dict by default
# 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"
}