Difference between revisions of "Terragrunt"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(36 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[wikipedia:Terragrunt]] | + | [[wikipedia:Terragrunt]] ([https://github.com/gruntwork-io/terragrunt/releases/tag/v0.0.4 Jun 2016]) is a thin wrapper that provides extra tools for keeping your configurations “Don’t Repeat Yourself” ([[DRY]]), working with multiple [[Terraform modules]], and managing [[remote state]]. |
+ | * Homepage: https://terragrunt.gruntwork.io/ | ||
+ | * Repo: https://github.com/gruntwork-io/terragrunt | ||
+ | * [[Google trends]]: https://trends.google.com/trends/explore?date=all&q=Terragrunt | ||
+ | * macOS installation: <code>[[brew install terragrunt]]</code> | ||
+ | |||
+ | |||
+ | Terragrunt package provides <code>[[terragrunt]]</code> binary | ||
+ | |||
+ | * <code>[[terragrunt.hcl]]</code> | ||
+ | |||
+ | |||
+ | * [[Terragrunt: inputs:]] | ||
+ | * [[Terragrunt: locals]] | ||
+ | |||
+ | == Commands == | ||
+ | * <code>[[terragrunt plan]]</code> | ||
+ | * <code>[[terragrunt apply]]</code> | ||
+ | * <code>[[terragrunt run-all]]</code> | ||
+ | * <code>[[terragrunt output]]</code> | ||
+ | * <code>[[terragrunt destroy]]</code> | ||
+ | * <code>[[terragrunt terragrunt-info]]</code> | ||
+ | * <code>[[terragrunt --help]]</code> | ||
+ | |||
+ | == Related terms == | ||
+ | * [[Gruntwork]] | ||
+ | * [[Terraformer]] | ||
+ | * [[Terratest]] | ||
+ | * <code>[[.hcl]]</code> | ||
+ | * <code>[[generate]]</code> | ||
+ | * <code>[[terraform workspaces]]</code> (Mar 2017) | ||
== See also == | == See also == | ||
− | * {{ | + | * {{terragrunt.hcl}} |
− | + | * {{terragrunt}} | |
+ | * {{Gruntwork}} | ||
+ | [[Category:Terragrunt]] | ||
[[Category:Infrastructure as Code]] | [[Category:Infrastructure as Code]] | ||
− |
Latest revision as of 04:53, 20 March 2023
wikipedia:Terragrunt (Jun 2016) is a thin wrapper that provides extra tools for keeping your configurations “Don’t Repeat Yourself” (DRY), working with multiple Terraform modules, and managing remote state.
- Homepage: https://terragrunt.gruntwork.io/
- Repo: https://github.com/gruntwork-io/terragrunt
- Google trends: https://trends.google.com/trends/explore?date=all&q=Terragrunt
- macOS installation:
brew install terragrunt
Terragrunt package provides terragrunt
binary
Commands[edit]
terragrunt plan
terragrunt apply
terragrunt run-all
terragrunt output
terragrunt destroy
terragrunt terragrunt-info
terragrunt --help
Related terms[edit]
- Gruntwork
- Terraformer
- Terratest
.hcl
generate
terraform workspaces
(Mar 2017)
See also[edit]
terragrunt.hcl
. blocks:remote_state, include, dependency, generate
- Terragrunt [
show | plan | run-all
|apply
|output
|destroy | terragrunt-info | render-json | graph-dependencies | fmt | hclfmt | validate |aws-provider-patch
], Terragrunt: inputs:,terragrunt --help, terragrunt.hcl
,tfswitch
, Blocks,generate
- Gruntwork, Terragrunt, Yevgeniy Brikman
Advertising: