From 92eba048f725bb2d6fb2a9465039eb6796600b97 Mon Sep 17 00:00:00 2001 From: Rachit Sheth <133040544+iamrachitsheth@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:31:26 +0100 Subject: [PATCH] Changes completed as per the standard. --- Terraform.gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 6bc03245..53421ca6 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -36,19 +36,17 @@ override.tf.json .terraformrc terraform.rc -# Ignore hcl file +# Ignore hcl files .terraform.lock.hcl +*.terraform.* # Ignore graph files *.dot -# Ignore lock.hcl -*.terraform.* - -# to skip MacOS file found after creating .bicep +# to skip MacOS custom attributes. It appears when creating a .bicep file. .DS_Store -# plan files (optional). To save plan before destroy +# Ignore plan files (optional) as some might save plan before destroy the terraform configuration planout # Ignore tfplan files, saved during terraform plan execution