refactor(infra): remove debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user