Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDD: Introduce import blocks to support multiple includes #1803

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_docs/02_features/auto-init.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Auto-Init is a feature of Terragrunt that makes it so that terragrunt init does not need to be called explicitly before other terragrunt commands.
tags: ["CLI"]
order: 209
order: 245
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: These are purposely spaced out by 5 so that it is easier to inject additional pages inbetween later.

nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/02_features/auto-retry.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Auto-Retry is a feature of terragrunt that will automatically address situations where a terraform command needs to be re-run.
tags: ["CLI"]
order: 210
order: 250
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/02_features/aws-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Learn how the Terragrunt works with AWS Credentials and AWS IAM policies.
tags: ["AWS"]
order: 213
order: 260
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/02_features/before-and-after-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Learn how to execute custom code before or after running Terraform.
tags: ["hooks"]
order: 208
order: 240
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/02_features/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Learn more about caching in Terragrunt.
tags: ["caching"]
order: 211
order: 255
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/02_features/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Learn how to debug issues with terragrunt and terraform.
tags: ["DRY", "Use cases", "CLI"]
order: 220
order: 265
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Learn how to avoid tedious tasks of running commands on each module separately.
tags: ["DRY", "Modules", "Use cases", "CLI"]
order: 203
order: 220
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/02_features/inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Learn how to use inputs.
tags: ["inputs"]
order: 205
order: 230
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/02_features/keep-your-cli-flags-dry.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Learn how to keep CLI flags DRY with "extra_arguments" block in your "terragrunt.hcl".
tags: ["DRY", "Use cases", "CLI"]
order: 202
order: 215
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ category: features
categories_url: features
excerpt: Learn how to create and manage remote state configuration.
tags: ["DRY", "remote", "Use cases", "CLI"]
order: 201
order: 205
nav_title: Documentation
nav_title_link: /docs/
---
Expand Down
Loading