From 9494a2e2b5876a5dcb288996596ee5959db2550c Mon Sep 17 00:00:00 2001 From: Matt White <16320656+matt-FFFFFF@users.noreply.github.com> Date: Tue, 29 Aug 2023 15:10:09 +0100 Subject: [PATCH 1/2] add vars --- variables.tf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 variables.tf diff --git a/variables.tf b/variables.tf new file mode 100644 index 0000000..c7785f7 --- /dev/null +++ b/variables.tf @@ -0,0 +1,14 @@ +variable "enable_telemetry" { + type = bool + default = true + description = < Date: Tue, 29 Aug 2023 15:12:35 +0100 Subject: [PATCH 2/2] spelling --- variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/variables.tf b/variables.tf index c7785f7..be3be3d 100644 --- a/variables.tf +++ b/variables.tf @@ -8,6 +8,7 @@ If it is set to false, then no telemetry will be collected. DESCRIPTION } +# This is required for most resource modules variable "resource_group_name" { type = string description = "The resource group where the resources will be deployed."