terraform fmt
Some checks failed
Gitea Actions Demo / Terraform Plan (push) Failing after 1m7s

This commit is contained in:
MichaelFisher1997
2025-04-17 20:12:37 +01:00
parent f9edeb8be5
commit 1acd33cb87
2 changed files with 0 additions and 13 deletions

View File

@@ -4,7 +4,6 @@ data "template_file" "cloud_init_alpaca" {
template = file("${path.module}/files/cloud_init.yaml")
vars = {
ssh_key = var.SSH_KEY
hostname = "alpaca-${count.index + 1}"
domain = "home.arpa"
TS_AUTHKEY = var.TS_AUTHKEY
@@ -39,7 +38,6 @@ data "template_file" "cloud_init_llama" {
template = file("${path.module}/files/cloud_init.yaml")
vars = {
ssh_key = var.SSH_KEY
hostname = "llama-${count.index + 1}"
domain = "home.arpa"
TS_AUTHKEY = var.TS_AUTHKEY