From 9dc63fbdb68c5b0c2c4d489a9d1536e798d2b3d4 Mon Sep 17 00:00:00 2001 From: Gaurav Gahlot Date: Tue, 12 Jan 2021 12:28:06 +0530 Subject: [PATCH] happy terraform fmt Signed-off-by: Gaurav Gahlot --- deploy/terraform/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/terraform/main.tf b/deploy/terraform/main.tf index d0c694d..47b896a 100644 --- a/deploy/terraform/main.tf +++ b/deploy/terraform/main.tf @@ -6,11 +6,11 @@ terraform { version = "~> 3.0.1" } null = { - source = "hashicorp/null" + source = "hashicorp/null" version = "~> 2.1.2" } template = { - source = "hashicorp/template" + source = "hashicorp/template" version = "~> 2.1.2" } }