caf-naming

aztfmod/caf-naming/azurerm

Terraform Module HCL AZURERM ✓ Verified

Naming convention module for Cloud Adoption Framework for Azure landing zones

Install
module "caf-naming" {
source = "aztfmod/caf-naming/azurerm"
version = "0.1.6"
}
⭐ Source on GitHub 📦 Registry page
README

Naming convention This module implements a set of methodologies for naming convention implementation including the default Microsoft Cloud Adoption Framework for Azure recommendations as per https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging. Methods for naming convention The following methods are implemented for naming conventions: | method name | description of the naming convention used | | -- | -- | | cafclassic | follows Cloud Adoption Framework for Azure recommendations as per https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/naming-and-tagging | | cafrandom | follows Cloud Adoption Framework for Azure recommendations as per https://docs.microsoft.com/en-us/azure/cloud-adoption-framewo

Inputs (6)
NameTypeDescriptionDefault
namestringinput name required
typestringtype of resource created as described in the README required
conventionstring(Requires) naming convention methode to be used required
postfixstring(Optional) postfix to add to server name""
azlimitsmaplimit for resources{ "aaa": 50, "acr": 49, "afw": 50,
caf_prefixmapcaf recommended prefix{ "aaa": "aaa-", "acr": "acr", "af
Outputs (17)
vnet
evh
aaa
asr
pip
acr
kv
nsg
st
vmw
rg
afw
gen
la
nic
snet
vml
Resources (1)
random_string
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.6
Cloud AZURERM
★ Stars12
Forks14
Total downloads29.8k
Inputs6
Outputs17
Resources1
Examples10
LicenseMIT
Namespaceaztfmod
Updated