Skip to main content
Knowledge Base

Are there Terragrunt files I can reference for setting up AWS infrastructure?

Answer

Are there Terragrunt files I can reference for setting up AWS infrastructure?

We have the following two reference resources: - [terragrunt-infrastructure-live-example](https://github.com/gruntwork-io/terragrunt-infrastructure-live-example): A small terragrunt project that can be used as a guidance for setting up a basic Terragrunt folder structure. Each config in this repo calls a Terraform module defined in [terragrunt-infrastructure-modules-example](https://github.com/gruntwork-io/terragrunt-infrastructure-modules-example). - [Sample Reference Architecture](https://github.com/gruntwork-io/terraform-aws-service-catalog/tree/master/examples/for-production/infrastructure-live): This is an example full scale Terragrunt project that defines the Gruntwork Reference Architecture. If you purchase the Reference Architecture, you will get a version of this code that is deployable in your environment. Note that this is an example and not meant to be used directly. Many placeholders such as account IDs and domains will need to be updated if you intend on using it for your own deployments.