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"