From 633e17f89e7e7b0befa3237c83a5cc82bb947895 Mon Sep 17 00:00:00 2001 From: Rob Arnold Date: Wed, 2 Nov 2022 12:29:03 -0700 Subject: [PATCH] correct link format for terraform tutorial Was missing the URL, so I found and added it. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 159b5e3..9507d5c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Terraform with GitHub -There are countless resources on the Internet about GitHub Actions and Terraform. My two favorites so far are Hashicorp's tutorial *[Automate Terraform with GitHub Actions](Automate Terraform with GitHub Actions)* and our own *[Friday Deploy! Integrating Terraform into your GitHub Actions with HashiCorp ](https://www.youtube.com/watch?v=RcDePXkRHdw)* video with some friends from Hashicorp. I hear you asking "so then why creating yet another resource"? Glad you ask! +There are countless resources on the Internet about GitHub Actions and Terraform. My two favorites so far are Hashicorp's tutorial *[Automate Terraform with GitHub Actions](https://developer.hashicorp.com/terraform/tutorials/automation/github-actions)* and our own *[Friday Deploy! Integrating Terraform into your GitHub Actions with HashiCorp ](https://www.youtube.com/watch?v=RcDePXkRHdw)* video with some friends from Hashicorp. I hear you asking "so then why creating yet another resource"? Glad you ask! First of all, this is a GitHub repo. It means you can fork it and start playing with it right away. A quick fork is always faster than scrambling with copypasta. It's also an alternative way of using both GitHub and Terraform as it does not use Terraform Cloud. Last, I wanted to also highlight other capabilities such as Dependabot and Advanced Security in the context of Terraform. @@ -81,4 +81,4 @@ TFSec... ## What's up? -Dependabot... \ No newline at end of file +Dependabot...