Difference between revisions of "Terragrunt"

From wikieduonline
Jump to navigation Jump to search
(Created page with "wikipedia:Terragrunt == See also == * {{Terraform}}")
Tags: Mobile web edit, Mobile edit
 
 
(37 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 ==
* {{Terraform}}
+
* {{terragrunt.hcl}}  
 +
* {{terragrunt}}
 +
* {{Gruntwork}}
 +
 
 +
[[Category:Terragrunt]]
 +
[[Category:Infrastructure as Code]]

Latest revision as of 04:53, 20 March 2023

Advertising: