Add Terraform Provisioning. #1

Merged
max merged 6 commits from feat/terraform into main 2025-01-09 20:34:46 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 5fad958cec - Show all commits

View File

@@ -12,4 +12,5 @@ tasks:
- $TF apply
- $TF output -json > terraform.secrets
action: act -W .gitea/workflows --container-architecture linux/amd64
action: act -W .gitea/workflows --container-architecture linux/amd64
dev: bundle exec jekyll serve

5
_config.yml Normal file
View File

@@ -0,0 +1,5 @@
exclude:
- "*.yml"
- "*.md"
- "LICENSE"
- "terraform/*"