localstack-deployer
Deploy or destroy AWS infrastructure on LocalStack using CDK or Terraform to manage cloud resources in development environments.
Instructions
Deploys or destroys AWS infrastructure on LocalStack using CDK or Terraform.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | The deployment action to perform: 'deploy' to create/update resources, or 'destroy' to remove them. | |
directory | Yes | The required path to the project directory containing your infrastructure-as-code files. | |
projectType | No | The type of project. 'auto' (default) infers from files. Specify 'cdk' or 'terraform' to override. | auto |
variables | No | Key-value pairs for parameterization. Used for Terraform variables (-var) or CDK context (-c). |