Skip to content

Commit b04fec9

Browse files
committed
chore: update gitignore to include backend.tf
1 parent a50acd8 commit b04fec9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ _site/
66
*.tfstate
77
*.tfstate.backup
88

9+
# generated files:
10+
terragrunt/backend.tf
11+
terragrunt/provider.tf
12+
13+
914
# Terragrunt
1015
.terragrunt-cache
1116

terragrunt/terragrunt.hcl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ EOF
2323
}
2424

2525
# Configure Terragrunt to store tfstate files in an S3 bucket
26+
# This ends up as the backend.tf:
2627
remote_state {
2728
backend = "s3"
2829
config = {

0 commit comments

Comments
 (0)