Skip to content

Commit 4032196

Browse files
authored
fix: Addressing some missed renames of terragrunt.hcl to root.hcl in the docs (#4058)
1 parent 5c715f9 commit 4032196

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

docs/_docs/04_reference/04-config-blocks-and-attributes.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,8 @@ For the `gcs` backend, the following additional properties are supported in the
520520
#
521521
# Note that since we are not using any of the skip args, this will automatically create the S3 bucket
522522
# "my-tofu-state" and DynamoDB table "my-lock-table" if it does not already exist.
523-
# terragrunt.hcl
523+
#
524+
# root.hcl
524525
remote_state {
525526
backend = "s3"
526527
config = {
@@ -563,8 +564,8 @@ Example with GCS:
563564
#
564565
# Note that since we are not using any of the skip args, this will automatically create the GCS bucket
565566
# "my-tofu-state" if it does not already exist.
566-
567-
# terragrunt.hcl
567+
#
568+
# root.hcl
568569
remote_state {
569570
backend = "gcs"
570571
@@ -689,8 +690,8 @@ Examples:
689690
# └── child
690691
# ├── main.tf
691692
# └── terragrunt.hcl
692-
693-
# terragrunt.hcl
693+
#
694+
# root.hcl
694695
remote_state {
695696
backend = "s3"
696697
config = {
@@ -730,8 +731,8 @@ terraform {
730731
# ├── region.hcl
731732
# └── child
732733
# └── terragrunt.hcl
733-
734-
# terragrunt.hcl
734+
#
735+
# root.hcl
735736
remote_state {
736737
backend = "s3"
737738
config = {

0 commit comments

Comments
 (0)