Add running=true to all instances #50
No reviewers
Labels
No labels
IaC
admin
agent-containers
automation
blockchain
cleanup
data
documentation
hardware
hotfix
infrastructure
maintenance
metrics
ml
monitoring
networking
resilience
security
tailscale
trading
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
midwitmoneymgmt/m3-infra!50
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "52-running-true"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
Add
running = trueto all 6 container instances (btc-node, eth-node, dev, trade, monitoring, sol).Why
Without
running = true, Terraform doesn't manage the running state. If a container stops (crash, manual stop),tofu applywon't notice or restart it. Declaring the desired running state makes stopped containers a plan diff that gets corrected on apply.Closes #52
assigned to @AlexCaswen
mentioned in commit
99cff9b0b4