Skip to content

Commit

Permalink
feat: rework layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jaygridley committed Mar 27, 2024
1 parent 6e285d9 commit 39fbc5d
Show file tree
Hide file tree
Showing 28 changed files with 649 additions and 642 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/template-sync.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Template sync

on:
schedule:
- cron: '0 0 * * *' # every day at midnight
workflow_dispatch:

permissions:
Expand All @@ -25,8 +27,3 @@ jobs:
pr_branch_name_prefix: "feat/universal-addon-sync"
pr_title: "feat(sync): sync universal-addon changes"
pr_commit_msg: "feat(sync): sync universal-addon changes"
is_allow_hooks: true
hooks: >
precommit:
commands:
- cp examples/integration/addon.tf .
9 changes: 2 additions & 7 deletions .templatesyncignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
examples/integration
modules
examples/basic/main.tf
helm
argo.tf
argo-helm.tf
helm.tf
iam.tf
main.tf
outputs.tf
variables.tf
README.md
.secrets.baseline
5 changes: 5 additions & 0 deletions .terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ content: |-
{{ .Providers }}
{{ .Modules }}
{{ .Resources }}
{{ include "docs/.inputs.md" }}
{{ .Inputs }}
{{ .Outputs }}
{{ .Footer }}
Expand All @@ -27,3 +28,7 @@ sections:

sort:
by: required

settings:
default: false
required: false
64 changes: 32 additions & 32 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 39fbc5d

Please sign in to comment.