Localstack is a simple way to simulation aws cloud stack. Giving a mock request/response from AWS api, provisioning per a docker-compose.yaml.
In this scenario, terraform aws provider have flags who possibility communication with the localstack with they endpoints. The main.tf have the "provider" defininetions. The other .tf files is just simple terraform provisioning intfraestrutucture test.
Requirements
- Docker Desktop installed and running
docker-compose up .
