Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 530 Bytes

File metadata and controls

13 lines (7 loc) · 530 Bytes

Example: Deploying to fly.io

This example is based on https://fly.io/docs/app-guides/terraform-iac-getting-started/

To start, install the flyctl CLI, log in, and create an app.

Then terraform init to install the necessary providers.

Then terraform apply and provide your app name to build and deploy the example app to Fly.io in two locations.

When complete, your app will be available https://<your-app>.fly.dev.

To clean up created resources, terraform destroy.