imfreedom/terraform

1d8b33f07d5f
Fix some issues with using the s3 provider with minio
# 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"
}