diff --git a/.terraform-docs.yml b/.terraform-docs.yml index dd5d16b..508c449 100644 --- a/.terraform-docs.yml +++ b/.terraform-docs.yml @@ -4,7 +4,7 @@ formatter: "markdown document" # this is required -version: "~> 0.17.0" +version: "~> 0.18" header-from: "_header.md" footer-from: "_footer.md" diff --git a/README.md b/README.md index 12d7a45..28451bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Azure Regions and Availability Zones module +> [!WARNING] +> This module has been ported to Azure Verified Modules and will be archived in the near future. +> + This module provides an output of all Azure regions and availability zones. The module outputs a list of objects with the following attributes: diff --git a/_header.md b/_header.md index 12f929a..9dfd7c9 100644 --- a/_header.md +++ b/_header.md @@ -1,5 +1,9 @@ # Azure Regions and Availability Zones module +> [!WARNING] +> This module has been ported to Azure Verified Modules and will be archived in the near future. +> + This module provides an output of all Azure regions and availability zones. The module outputs a list of objects with the following attributes: diff --git a/examples/.terraform-docs.yml b/examples/.terraform-docs.yml index f97f3a3..b965d9d 100644 --- a/examples/.terraform-docs.yml +++ b/examples/.terraform-docs.yml @@ -4,7 +4,7 @@ formatter: "markdown document" # this is required -version: "~> 0.17.0" +version: "~> 0.18" header-from: "_header.md" footer-from: "_footer.md"