-
### Describe the bug
Using following command to publish a terraform module and want to exclude .git and .github directories. Published module zip file contains the excluded directories.
`jf terraf…
-
It would be great if there were an option to strip the `pwd` from the output of `TERRAGRUNT_INCLUDE_MODULE_PREFIX=1`. It's great that now we can read the terraform output and easily figure out which …
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### (Optional) Module Version
0.4.0
### (Optional) Correlat…
-
### Module Name
all modules containing stateful resources
### Description
Add `prevent_destroy` lifecycle meta-argument to all stateful resources to prevent accidental loss of data.
The following …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature description
I currently create a terraform setup, which is setting up a ecs cluster with an appl…
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Bug
### (Optional) Module Version
0.1.5
### (Optional) Correlation Id
_No …
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### (Optional) Module Version
_No response_
### (Optional) …
-
# Description
Create a Terraform module specifically for handling authentication to the EKS cluster
# Notes
- We currently use the `aws-auth` configmap
- >The aws-auth ConfigMap is deprecated. The re…
-
### Check for previous/existing GitHub issues/module proposals
- [X] I have checked for previous/existing GitHub issues/module proposals.
### Check this module doesn't already exist in the module in…
-
Hi,
So lets say our terragrunt.hcl looks like:
```
terraform {
source = "${get_parent_terragrunt_dir()}//some_module"
}
inputs = {
some_value = "${datasource.some_datasource.this}"
…