From 2551376cae4fdd78bd68a3c1c318303ae015c044 Mon Sep 17 00:00:00 2001 From: Yousif Akbar <11247449+yhakbar@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:34:36 -0400 Subject: [PATCH] fix: Fixing reference to catalog --- .../tutorials/deploying-your-first-infrastructure-change.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.mdx b/docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.mdx index 7e5e7bcb6..e3af1b485 100644 --- a/docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.mdx +++ b/docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.mdx @@ -121,7 +121,7 @@ This section covers creating a cloud storage resource using Pipelines and GitOps } terraform { - source = "github.com/gruntwork-io/terragrunt-scale/catalog//modules/azure/storage-account?ref=v1.0.0" + source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/storage-account?ref=v1.0.0" } dependency "resource_group" {