Skip to content

Commit

Permalink
updated readme and maintf
Browse files Browse the repository at this point in the history
  • Loading branch information
RCFromCLE committed Mar 16, 2023
1 parent 3bca1d3 commit 6902c1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
terraform-azurerm-aznamingtool
==============================

This module deploys the Azure Naming Tool, a .NET Core-based utility that generates Azure resource names before provisioning. It allows deployment as either an Azure App Service or a Container Instance, based on the value of the `deployment_option` variable.
This module deploys the Azure Naming Tool, a .NET Core-based utility that generates Azure resource names based on the operator's configuration. It allows deployment as either an Azure App Service or a Container Instance, based on the value of the `deployment_option` variable.

The tool's image is sourced from the ACR created by this module, regardless of the chosen deployment option. For App Service deployment, users can opt for an App Service Environment based on the value of the `use_ase` variable.

- Official Azure Cloud Adoption / Az Naming Tool Github Repo: https://github.com/microsoft/CloudAdoptionFramework/tree/master/ready/AzNamingTool
- My blog post about this module - https://rudycorradetti.azurewebsites.net/2023/03/16/terraform-azurerm-aznamingtool-a-terraform-module-to-deploy-microsofts-azure-naming-tool/

Usage
-----
Expand All @@ -15,7 +16,7 @@ Usage
```hcl:
module "aznamingtool" {
source = "github.com/your-org/terraform-azurerm-aznamingtool"
source = "https://registry.terraform.io/modules/RCFromCLE/aznamingtool/azurerm/latest"
location = "EastUS"
deployment_option = "container_instance"
business_description = "AzNamingTool"
Expand Down

0 comments on commit 6902c1b

Please sign in to comment.