From 5b367243fb0fe5f63b6e51c2ce2fef5f1e7be7e8 Mon Sep 17 00:00:00 2001 From: Ieuan Byers Date: Wed, 4 Sep 2024 11:43:54 +0100 Subject: [PATCH] Update description on var --- components/dcr/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dcr/variables.tf b/components/dcr/variables.tf index dcea479..cdc35b1 100644 --- a/components/dcr/variables.tf +++ b/components/dcr/variables.tf @@ -17,7 +17,7 @@ variable "location" { variable "builtFrom" { type = string - description = "Repo the resources are built from." + description = "Repo the resources are built from!" default = "hmcts/azure-monitor-data-collection-rules" }