Skip to content

Instantly share code, notes, and snippets.

@zwindler
Last active June 29, 2022 12:04
Show Gist options
  • Save zwindler/16d90181d34c7112f4a2357ad4317186 to your computer and use it in GitHub Desktop.
Save zwindler/16d90181d34c7112f4a2357ad4317186 to your computer and use it in GitHub Desktop.

Revisions

  1. zwindler revised this gist Jun 29, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions terragrunt-article-snippet6.hcl
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    inputs = {
    tech_lead = Abel Tesfaye
    contact = [email protected]
    tech_lead = "Abel Tesfaye"
    contact = "[email protected]"
    }
  2. zwindler created this gist Jun 29, 2022.
    4 changes: 4 additions & 0 deletions terragrunt-article-snippet6.hcl
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    inputs = {
    tech_lead = “Abel Tesfaye”
    contact =[email protected]
    }