From 92985e06d8b192da577983c289eab176c8c9f98c Mon Sep 17 00:00:00 2001 From: Patrick de Ruiter Date: Mon, 16 Aug 2021 09:45:39 +0200 Subject: [PATCH] run terraform fmt to fix formatting --- main.tf | 10 ++-------- variables.tf | 8 ++++---- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/main.tf b/main.tf index ee0c0ea..8037d70 100644 --- a/main.tf +++ b/main.tf @@ -1,12 +1,6 @@ -# terraform-datadog-users - -# https://www.terraform.io/docs/providers/datadog/r/user.html - module "enabled" { - #source = "devops-workflow/boolean/local" - source = "git::git@github.com:webuildyourcloud/terraform-local-boolean.git" - #version = "0.1.1" - value = var.enabled + source = "git::git@github.com:webuildyourcloud/terraform-local-boolean.git" + value = var.enabled } data "null_data_source" "this" { diff --git a/variables.tf b/variables.tf index eacf91c..0b52acb 100644 --- a/variables.tf +++ b/variables.tf @@ -9,13 +9,13 @@ variable "users" { } variable "datadog_api_key" { - description = "The datadog API key" - type = string + description = "The datadog API key" + type = string } variable "datadog_app_key" { - description = "The datadog APP key" - type = string + description = "The datadog APP key" + type = string } #variable "api_url" {