From 4e22b1bb63eea5aed6a3408978871e3dc91c9dd8 Mon Sep 17 00:00:00 2001 From: Darksome Date: Tue, 11 Jul 2023 19:37:56 +0400 Subject: [PATCH] fix(terraform): fmt --- terraform/ecs/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/ecs/variables.tf b/terraform/ecs/variables.tf index d9df7dc..16215e6 100644 --- a/terraform/ecs/variables.tf +++ b/terraform/ecs/variables.tf @@ -29,7 +29,7 @@ variable "project_registry_auth_token" { } variable "secret" { - type = string + type = string } variable "prometheus_endpoint" {