From 945fca03d87cfbb1fd8a7c1cf3f9925de8e2c4c0 Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Thu, 14 Nov 2024 18:49:38 +0000 Subject: [PATCH] Update windows-ad/populate_ad/run.ps1 --- windows-ad/populate_ad/run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows-ad/populate_ad/run.ps1 b/windows-ad/populate_ad/run.ps1 index 94f0648..1bffc9e 100644 --- a/windows-ad/populate_ad/run.ps1 +++ b/windows-ad/populate_ad/run.ps1 @@ -1,5 +1,5 @@ <# - +# https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file.html data "template_file" "init" { template = "${file("populate_ad/run.ps1.tpl")}"