diff --git a/.gitea/workflows/deploy-infrastructure.yml b/.gitea/workflows/deploy-infrastructure.yml index a0a0711..d46f219 100644 --- a/.gitea/workflows/deploy-infrastructure.yml +++ b/.gitea/workflows/deploy-infrastructure.yml @@ -146,9 +146,8 @@ jobs: - name: OpenTofu Validate run: tofu validate - # For debugging. - name: OpenTofu Plan - run: TF_LOG=DEBUG SOCKETIO_LOG_LEVEL=DEBUG tofu plan + run: tofu plan - name: OpenTofu Apply run: tofu apply -auto-approve