Skip to content

Commit e4e389a

Browse files
authored
fix: Fixing reference to catalog (#2792)
1 parent f109664 commit e4e389a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2.0/docs/pipelines/tutorials/deploying-your-first-infrastructure-change.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This section covers creating a cloud storage resource using Pipelines and GitOps
121121
}
122122
123123
terraform {
124-
source = "github.com/gruntwork-io/terragrunt-scale/catalog//modules/azure/storage-account?ref=v1.0.0"
124+
source = "github.com/gruntwork-io/terragrunt-scale-catalog//modules/azure/storage-account?ref=v1.0.0"
125125
}
126126
127127
dependency "resource_group" {

0 commit comments

Comments
 (0)