.github/workflows/ci.yml | |
|
|
.github/workflows/release.yml | |
|
|
.gitignore | |
|
|
.goreleaser.yml | |
|
|
.travelgrunt.yml | |
|
|
LICENSE | |
|
|
Makefile | |
|
|
README.md | |
|
|
cmd/travelgrunt/main.go | 122 | A 0 mins |
|
codecov.yml | |
|
|
fixtures/config/mode/dockerfile/Dockerfile | |
|
|
fixtures/config/mode/groovy/script.groovy | |
|
|
fixtures/config/mode/jenkinsfile/Jenkinsfile | |
|
|
fixtures/config/mode/nothing/foo.bar | |
|
|
fixtures/config/mode/terraform/main.tf | |
|
|
fixtures/config/mode/terragrunt/terragrunt.hcl | |
|
|
fixtures/config/rule/sample.hcl | |
|
|
fixtures/config/travelgrunt.yml.dockerfile | |
|
|
fixtures/config/travelgrunt.yml.groovy | |
|
|
fixtures/config/travelgrunt.yml.illegal | |
|
|
fixtures/config/travelgrunt.yml.invalid | |
|
|
fixtures/config/travelgrunt.yml.jenkinsfile | |
|
|
fixtures/config/travelgrunt.yml.terraform | |
|
|
fixtures/config/travelgrunt.yml.terraform_or_terragrunt | |
|
|
fixtures/config/travelgrunt.yml.terragrunt | |
|
|
fixtures/directory/terragrunt/dev/region-1/k8s/bar/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/dev/region-1/k8s/baz/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/dev/region-1/k8s/foo/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/dev/region-1/rds/bar/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/dev/region-1/rds/baz/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/dev/region-1/rds/foo/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/dev/region-1/rds/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/prod/region-1/k8s/bar/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/prod/region-1/k8s/baz/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/prod/region-1/k8s/foo/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/prod/region-1/rds/bar/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/prod/region-1/rds/baz/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/prod/region-1/rds/foo/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/prod/region-2/k8s/bar/terragrunt.hcl | |
|
|
fixtures/directory/terragrunt/prod/region-2/k8s/baz/terragrunt.hcl | |
|
|
go.mod | |
|
|
go.sum | |
|
|
pkg/config/config.go | 46 | A 0 mins |
|
pkg/config/mode/common.go | 7 | A 0 mins |
|
pkg/config/mode/dockerfile.go | 8 | A 0 mins |
|
pkg/config/mode/groovy.go | 8 | A 0 mins |
|
pkg/config/mode/jenkinsfile.go | 8 | A 0 mins |
|
pkg/config/mode/terraform.go | 8 | A 0 mins |
|
pkg/config/mode/terragrunt.go | 7 | A 0 mins |
|
pkg/config/mode_fn.go | 27 | A 0 mins |
|