Difference between revisions of "Terragrunt"

From wikieduonline
Jump to navigation Jump to search
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]] 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
  
brew install terragrunt  
+
* MacOS: <code>brew install terragrunt</code>
  provides <code>[[terragrunt]]</code> binary
+
   
 +
 
 +
Terragrunt package provides <code>[[terragrunt]]</code> binary
  
 
  <code>[[terragrunt.hcl]]</code>
 
  <code>[[terragrunt.hcl]]</code>
  
  
terragrunt plan
+
* <code>[[terragrunt plan]]
terragrunt apply
+
* <code>[[terragrunt apply]]
terragrunt output
+
* <code>[[terragrunt output]]
terragrunt destroy
+
* <code>[[terragrunt destroy]]
  
 
== See also ==
 
== See also ==

Revision as of 12:05, 11 March 2021

Advertising: