Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 361 Bytes

File metadata and controls

18 lines (12 loc) · 361 Bytes

Terragrunt Example

This directory contains a simple Terragrunt configuration that creates a local file.

Usage

After creating "terragrunt.hcl", run the following commands:

terragrunt plan --log-format bare
terragrunt apply

For variable input, run the following:

terragrunt apply -auto-approve -var content='Hello, Terragrunt!'