happy terraform fmt

Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
This commit is contained in:
Gaurav Gahlot 2021-01-12 12:28:06 +05:30
parent 60270f3164
commit 9dc63fbdb6
No known key found for this signature in database
GPG Key ID: 1A9A68577495C60C
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ terraform {
version = "~> 3.0.1" version = "~> 3.0.1"
} }
null = { null = {
source = "hashicorp/null" source = "hashicorp/null"
version = "~> 2.1.2" version = "~> 2.1.2"
} }
template = { template = {
source = "hashicorp/template" source = "hashicorp/template"
version = "~> 2.1.2" version = "~> 2.1.2"
} }
} }