forked from chanzuckerberg/fogg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Support splitting fogg config into directory with partials (#218)
* feat: Support splitting fogg config into directory with partials - Add new `conf_dir` top level field - Validate config directory and read all partial configs - Merge partial configs into root config - Add sample golden test case * chore: Run make update-golden-files Update test golden test files for split config * fix: Failing CI tests Update golden tests with hardcoded `fogg.d` config dir
- Loading branch information
1 parent
48d5550
commit 3a3a5f1
Showing
52 changed files
with
2,018 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
undefined-pre+undefined.dirty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
fogg.tf linguist-generated | ||
remote-states.tf linguist-generated | ||
Makefile linguist-generated | ||
atlantis.yaml linguist-generated | ||
.travis.yml linguist-generated | ||
.circleci/config.yml linguist-generated | ||
.terraformignore linguist-generated | ||
.github/workflows/fogg_ci.yml linguist-generated | ||
.github/workflows/actions/setup-pre-commit/action.yml linguist-generated | ||
.pre-commit-config | ||
requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Auto-generated by fogg. Do not edit | ||
# Make improvements in fogg, so that everyone can benefit. | ||
|
||
# Compiled files | ||
*.tfstate | ||
*.tfstate.*.backup | ||
*.tfstate.backup | ||
*tfvars | ||
.terraform.lock.hcl | ||
|
||
# Module directory | ||
.terraform/ | ||
|
||
# Pycharm folder | ||
.idea | ||
|
||
# Editor Swap Files | ||
*.swp | ||
*.swo | ||
*.swn | ||
*.swm | ||
*.swl | ||
*.swk | ||
|
||
.fogg | ||
/terraform.d/plugins | ||
/terraform.d/modules | ||
|
||
.DS_Store | ||
.vscode | ||
|
||
# Scala language server | ||
.metals | ||
|
||
buildevents.plan | ||
check-plan.output | ||
|
||
venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Auto-generated by fogg. Do not edit | ||
# Make improvements in fogg, so that everyone can benefit. | ||
|
||
* | ||
!.gitignore |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
Oops, something went wrong.