- TF plan shows no changes on remote config
- On local dev config, doing:
```
cd services; docker compose up -d localstack
cd terraform/dev
terraform apply -auto-approve
terraform apply -destroy -auto-approve
````
successfully initializes and then destroys all resources.