Click the button below to start a new development environment:
ℹ️ To switch to an OpenTofu context, execute the
make switch-tofu
command from the Terraform context (main branch).
⚠️ In this project, i'm manually configuring the link between Terraform and Localstack as an AWS Provider. You can keep your production configurations and use the terraform-local binary instead ofterraform
.
This is a python program developed by LocalStack that automatically configures Terraform (S3 Backend, AWS Provider Block) to use LocalStack as an AWS provider.
With this program, there's no need to modify AWS Provider or S3 Backend configurations. However, you'll need to use the tflocal
binary instead of terraform
.
It uses the Terraform Override mechanism and creates a temporary file localstack_providers_override.tf
to configure the endpoints for the AWS provider section. The endpoints for all services are configured to point to the LocalStack API (http://localhost:4566 by default).