Minor changes to localstack terraform configuration.
They're needed to be able to successfully destroy resources using terraform apply -destroy.
Also made localstack endpoint configurable - this will be required later when running terraform from within a container.
Details
Details
- 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.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable