feat: local development working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user