imfreedom/terraform

Update the tailscale api key

5 months ago, Gary Kramlich
f364b114c83e
Update the tailscale api key
# 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"
}