From e3c4075720fadbc4d5866b44c606d63b0cd8734b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Moch=C5=88ak?= Date: Wed, 20 Jul 2022 01:57:55 +0200 Subject: [PATCH] docs: add missing link to terraform provider --- app-guides/terraform-iac-getting-started.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-guides/terraform-iac-getting-started.html.md.erb b/app-guides/terraform-iac-getting-started.html.md.erb index 1f74844019..acef11e26f 100644 --- a/app-guides/terraform-iac-getting-started.html.md.erb +++ b/app-guides/terraform-iac-getting-started.html.md.erb @@ -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 @@ -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. \ No newline at end of file +When you are done run `terraform destroy` to delete all the resources you created for this tutorial.