imfreedom/terraform

eec6d41388e8
Add an openbsd instance and ansible to make sure tailscale is installed
# 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"
}