Testing localstack+terraform+rds
- Sign up for localstack
- 😱 when you see $80/mo price
- Install
docker - Install
localstack - Configure localstack
- Install
terraform - Install
uv - Run
uv sync - Start localstack:
localstack start
- There are no RDS examples in the terraform examples repo
- LocalStack Community and Pro images provide limited offline capabilities. To use a fully-fledged offline mode, you may use LocalStack Enterprise
- Localstack "base" has RDS access, but not AWS DMS access (need ultimate)
- If you're using modules that include provider blocks, you will need to add extra configuration for
tflocalto work
- Describe RDS cluster:
uv run awslocal rds describe-db-clusters - Run terraform wrapper:
uv run tflocal apply