Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: add missing link to terraform provider #210

Merged
merged 1 commit into from
Jul 20, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app-guides/terraform-iac-getting-started.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ date: 2022-07-08

[Terraform](https://terraform.io) is one of the most popular infrastructure as code tools used by many companies and organizations to manage their infrastructure.

[terraform-provider-fly]() is a terraform provider that enables terraform to manage fly.io resources such as apps, volumes, certificates, ips, machines, etc.
[terraform-provider-fly](https://registry.terraform.io/providers/fly-apps/fly/latest) is a terraform provider that enables terraform to manage fly.io resources such as apps, volumes, certificates, ips, machines, etc.

## Prerequisites

Expand Down Expand Up @@ -121,4 +121,4 @@ To test it out go to `https://yourappname.fly.dev` in this example the appname i

## Destroy resources

When you are done run `terraform destroy` to delete all the resources you created for this tutorial.
When you are done run `terraform destroy` to delete all the resources you created for this tutorial.