generated from getindata/terraform-module-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Automatic https support with Caddy (#2)
* feat: Add Atlantis resources (#1) * feat: Add Atlantis resources * feat: Take advantage of atlantis-repo-config module for configuring repos and workflows * chore: Bump Terraform version * feat: Add automatic HTTPS and change variables namings * docs: Add documentation on Caddy support * chore: Update checkov pre-commit hook version * chore: Update checkov pre-commit hook version * chore: Update checkov pre-commit hook version * chore: Change formatting and description of variable * feat: Add persistence storage for Caddy data * feat: Allow passing custom Caddyfile and add extra module outputs * feat: Allow passing multiple sinks to the diagnostic settings and parametrise atlantis port for Caddy
- Loading branch information
Showing
20 changed files
with
1,249 additions
and
105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,9 @@ sort: | |
enabled: true | ||
by: name | ||
|
||
recursive: | ||
enabled: true | ||
|
||
settings: | ||
anchor: true | ||
color: true | ||
|
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
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
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,55 @@ | ||
formatter: "md tbl" # this is required | ||
|
||
version: ">= 0.14" | ||
|
||
sections: | ||
hide: [] | ||
show: [all] | ||
|
||
content: |- | ||
{{ .Header }} | ||
{{ .Footer }} | ||
{{ .Inputs }} | ||
{{ .Modules }} | ||
{{ .Outputs }} | ||
{{ .Providers }} | ||
{{ .Requirements }} | ||
{{ .Resources }} | ||
output: | ||
file: "README.md" | ||
mode: inject | ||
template: |- | ||
<!-- BEGIN_TF_DOCS --> | ||
{{ .Content }} | ||
<!-- END_TF_DOCS --> | ||
output-values: | ||
enabled: false | ||
from: "" | ||
|
||
sort: | ||
enabled: true | ||
by: name | ||
|
||
settings: | ||
anchor: true | ||
color: true | ||
default: true | ||
description: false | ||
escape: true | ||
hide-empty: false | ||
html: true | ||
indent: 2 | ||
lockfile: false | ||
read-comments: true | ||
required: true | ||
sensitive: true | ||
type: true |
Oops, something went wrong.