Skip to content
/ template-stacks Public template
forked from cncsc/template-stacks

Template monorepo for declaratively managing infrastructure and configuration with Terragrunt.

License

Notifications You must be signed in to change notification settings

fcgroup/template-stacks

 
 

Repository files navigation

template-stacks

This repository is a template of a monorepo for declaratively managing infrastructure and configuration.

Updating from the template

To pull updates from this template to your repository instance, add this template repository as a remote to your repository instance:

git remote add template [email protected]:cncsc/template-stacks.git

Then, fetch the most recent changes:

git fetch --all

Then, merge the changes from this template to your repository instance:

git merge template/main --allow-unrelated-histories

About

Template monorepo for declaratively managing infrastructure and configuration with Terragrunt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.4%
  • HCL 28.6%