Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 495 Bytes

File metadata and controls

9 lines (5 loc) · 495 Bytes

Example: Deploying to AWS Lightsail

This example uses the aws provider and its lightsail resources.

Then terraform init to install the necessary providers.

Then terraform apply to build and deploy the example app into a new Lightsail container service.

To clean up created resources, terraform destroy.