Changes completed as per the standard.

This commit is contained in:
Rachit Sheth 2024-06-07 17:31:26 +01:00
parent b2d1fcee65
commit 92eba048f7

View File

@ -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