feat: local development working

This commit is contained in:
2025-01-30 18:37:55 -05:00
parent f42f6e08a4
commit 7bde512998
22 changed files with 87 additions and 81 deletions

View File

@@ -3,6 +3,8 @@ env: { TF: terraform -chdir=terraform }
silent: true
tasks:
dev: docker compose -f compose.dev.yml up --build --force-recreate --no-deps
tf/init: $TF init -backend-config=backend.tfvars
tf/plan: $TF plan -var-file=secret.tfvars
tf/destroy: $TF destroy