azurerm_naming

AleksuKey/azurerm_naming/module

Terraform Module HCL MODULE

A simple Terraform module to help you with the naming of your Azure resources.

Install
module "azurerm_naming" {
source = "AleksuKey/azurerm_naming/module"
version = "0.2.0"
}
plain text: /constructs/tfmod-aleksukey-azurerm-naming-module/install.txt
⭐ Source on GitHub 📦 Registry page
README

Azure Naming module !tag !provider ![GitHub license](https://github.com/Naereen/StrapDown.js/blob/master/LICENSE) ![PRs Welcome](http://makeapullrequest.com) Are you tired of specifying the name for all your Azure resources? That sucks. :fearful: Instead of doing that... Why don't you try this module to make that job easier? :ok_person: Inputs | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | environment | Environment where your resources will be deployed. | string | "dev" | no | | instance | Product instance version. | string | "001" | no | | location | Azure location where your resources will be deployed. | string | "West Europe" | no | | name | Resources product name. | string | "product" | no | Outputs | Name | Description | |------

Inputs (4)
NameTypeDescriptionDefault
instancestringProduct instance version."001"
namestringResources product name."product"
environmentstringEnvironment where your resources will be deployed."dev"
locationstringAzure location where your resources will be deployed."West Europe"
Outputs (50)
app_insights
event_hub
log_monitor
managed_identity
public_ip_gw
service_bus
traffic_manager
vm_linux
vnet
tags — Tags that will be applied to your resources.
acr
datafactory
ipconfig
log_insight
pg_srv
aks
app_service_plan
cosmosdb
log_metric
osdisk
public_ip_vpn
storage_account
subnet
webapp
nic
private_dnszone
databricks
event_grid
front_door
key_vault
… and 20 more outputs
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud MODULE
★ Stars0
Forks1
Total downloads779
Inputs4
Outputs50
NamespaceAleksuKey
Updated