From 19d9eda6b350c32d874daa2821c6cced7b0e5ac9 Mon Sep 17 00:00:00 2001 From: Guillaume Dussault Date: Thu, 29 Feb 2024 10:17:27 -0500 Subject: [PATCH] chore: update documentation for the correct registry URL --- .docs/header.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.docs/header.md b/.docs/header.md index 05ca756..4b9a485 100644 --- a/.docs/header.md +++ b/.docs/header.md @@ -30,7 +30,7 @@ resource "azurerm_resource_group" "example" { } module "static_web_app" { - source = "nventive/static-web-app/azure" + source = "nventive/static-web-app/azurerm" # We recommend pinning every module to a specific version # version = "x.x.x" diff --git a/README.md b/README.md index 7f69068..de43c88 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ resource "azurerm_resource_group" "example" { } module "static_web_app" { - source = "nventive/static-web-app/azure" + source = "nventive/static-web-app/azurerm" # We recommend pinning every module to a specific version # version = "x.x.x"