Can I create variables in terragrunt based on the dependencies outputs?
Let us assume we have a terragrunt.hcl
file that looks like this
Terraform module for storage transfer service with choice of inputs
the input hcl to the module
Terragrunt not finding .tf files for use in folder
Hi I am getting an error as per below:
Terragrunt – reuse modules with different parameters
Is it possible to define a module in a terragrunt.hcl file and call it twice with different input blocks?
For my use case, I want to create 2 separate Sagemaker Models, Endpoints and Endpoint Configurations.
I would like to have 1 module that creates 1 model, endpoitn and endpoint configuration.
What is the best way to perform this task?
Terragrunt – avoid code duplicity for multiple environments
I am coming from application development so my thought process is bit different. what normally happens with application development is, you have single code base. and based on your branching strategy your pipeline deploys it to multiple environment.
terragrunt – Only one level of includes is allowed
is there a limitation on terragrunt that it can only have only one level of includes.
terragrunt – Unable to evaluate directory symlink
I am trying to use terrgrunt with terraform. this is the dumb down version of what I am trying to achieve. However, basically. I want to store all the environment specific variables in terragrunt.hcl file and my main logic (Which calls to another module) in a separate main.tf.
Terragrunt after_hook init create directory
I have this mono repository structure:
Terragrunt dependency output usage
I have two terraform modules :
Referencing external dependency in terragrunt
I have inherited a code base which deploys terraform modules via terragrunt. I need to define the dependencies between them so that I can run the whole stack at one, and all the modules will be deployed in order.
In order to achieve this I have defined 3 sets of resources that need to be applied. I will cd into it and run terragrunt -run-all
on them in sequence.