From e35e11a24963082ab3e3a8b10ccb551dd71a401d Mon Sep 17 00:00:00 2001 From: Dejisteady Date: Tue, 17 Dec 2024 07:15:20 -0600 Subject: [PATCH] whitespace change --- .../terraform-manifests/c2-variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-Terraform-Loops-MetaArguments-SplatOperator/05-01-MetaArgument-Count-For-Loops-Lists-Maps/terraform-manifests/c2-variables.tf b/05-Terraform-Loops-MetaArguments-SplatOperator/05-01-MetaArgument-Count-For-Loops-Lists-Maps/terraform-manifests/c2-variables.tf index 8b8486e4..ddcbbe8a 100644 --- a/05-Terraform-Loops-MetaArguments-SplatOperator/05-01-MetaArgument-Count-For-Loops-Lists-Maps/terraform-manifests/c2-variables.tf +++ b/05-Terraform-Loops-MetaArguments-SplatOperator/05-01-MetaArgument-Count-For-Loops-Lists-Maps/terraform-manifests/c2-variables.tf @@ -36,4 +36,4 @@ variable "instance_type_map" { "qa" = "t3.small" "prod" = "t3.large" } -} +} \ No newline at end of file