Skip to content

Commit

Permalink
chore: Have Git ignore .terraform.lock.hcl (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjb007 authored Jun 2, 2022
1 parent bb0a966 commit 398f41e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/templates/repo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/auth0_provider_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/bless_provider_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/circleci/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/github_actions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/github_provider_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/okta_provider_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/remote_backend_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/snowflake_provider_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/tfe_provider_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/v2_full_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/v2_minimal_valid_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down
1 change: 1 addition & 0 deletions testdata/v2_no_aws_provider_yaml/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.tfstate.*.backup
*.tfstate.backup
*tfvars
.terraform.lock.hcl

# Module directory
.terraform/
Expand Down

0 comments on commit 398f41e

Please sign in to comment.