Difference between revisions of "Terragrunt"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[wikipedia:Terragrunt]] 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]].
+
[[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/
 
* Homepage: https://terragrunt.gruntwork.io/
 +
* Repo: https://github.com/gruntwork-io/terragrunt
 
* [[Google trends]]: https://trends.google.com/trends/explore?date=all&q=Terragrunt
 
* [[Google trends]]: https://trends.google.com/trends/explore?date=all&q=Terragrunt
  
Line 8: Line 9:
 
Terragrunt package provides <code>[[terragrunt]]</code> binary
 
Terragrunt package provides <code>[[terragrunt]]</code> binary
  
*<code>[[terragrunt.hcl]]</code>
+
* <code>[[terragrunt.hcl]]</code>
  
 +
 +
* [[Terragrunt: inputs:]]
 +
* [[Terragrunt: locals]]
  
 
== Commands ==
 
== Commands ==
 
* <code>[[terragrunt plan]]</code>
 
* <code>[[terragrunt plan]]</code>
 
* <code>[[terragrunt apply]]</code>
 
* <code>[[terragrunt apply]]</code>
 +
* <code>[[terragrunt run-all]]</code>
 
* <code>[[terragrunt output]]</code>
 
* <code>[[terragrunt output]]</code>
 
* <code>[[terragrunt destroy]]</code>
 
* <code>[[terragrunt destroy]]</code>
Line 23: Line 28:
 
* [[Terraformer]]
 
* [[Terraformer]]
 
* [[Terratest]]
 
* [[Terratest]]
 +
* <code>[[.hcl]]</code>
 +
* <code>[[generate]]</code>
 +
* <code>[[terraform workspaces]]</code> (Mar 2017)
  
 
== See also ==
 
== See also ==
 +
* {{terragrunt.hcl}}
 
* {{terragrunt}}  
 
* {{terragrunt}}  
 
* {{Gruntwork}}
 
* {{Gruntwork}}
* {{Terraform}}
 
 
  
 +
[[Category:Terragrunt]]
 
[[Category:Infrastructure as Code]]
 
[[Category:Infrastructure as Code]]
[[Category:Cloud computing]]
 

Latest revision as of 04:53, 20 March 2023

Advertising: