Skip to content

Commit 92eba04

Browse files
committed
Changes completed as per the standard.
1 parent b2d1fce commit 92eba04

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

Terraform.gitignore

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,19 +36,17 @@ override.tf.json
3636
.terraformrc
3737
terraform.rc
3838

39-
# Ignore hcl file
39+
# Ignore hcl files
4040
.terraform.lock.hcl
41+
*.terraform.*
4142

4243
# Ignore graph files
4344
*.dot
4445

45-
# Ignore lock.hcl
46-
*.terraform.*
47-
48-
# to skip MacOS file found after creating .bicep
46+
# to skip MacOS custom attributes. It appears when creating a .bicep file.
4947
.DS_Store
5048

51-
# plan files (optional). To save plan before destroy
49+
# Ignore plan files (optional) as some might save plan before destroy the terraform configuration
5250
planout
5351

5452
# Ignore tfplan files, saved during terraform plan execution

0 commit comments

Comments
 (0)