We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a50acd8 commit b04fec9Copy full SHA for b04fec9
2 files changed
.gitignore
@@ -6,6 +6,11 @@ _site/
6
*.tfstate
7
*.tfstate.backup
8
9
+# generated files:
10
+terragrunt/backend.tf
11
+terragrunt/provider.tf
12
+
13
14
# Terragrunt
15
.terragrunt-cache
16
terragrunt/terragrunt.hcl
@@ -23,6 +23,7 @@ EOF
23
}
24
25
# Configure Terragrunt to store tfstate files in an S3 bucket
26
+# This ends up as the backend.tf:
27
remote_state {
28
backend = "s3"
29
config = {
0 commit comments