Skip to content

Commit

Permalink
Merge pull request #210 from mochja/patch-1
Browse files Browse the repository at this point in the history
docs: add missing link to terraform provider
  • Loading branch information
jsierles authored Jul 20, 2022
2 parents 04c2cb6 + e3c4075 commit 7e167fe
Showing 1 changed file with 2 additions and 2 deletions.
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.

0 comments on commit 7e167fe

Please sign in to comment.