aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
MIT License
173 stars 94 forks source link

The naming provider adds prod at the end of all names #58

Closed ersil closed 4 years ago

ersil commented 4 years ago

eg. resource "azurecaf_naming_convention" "caf_subscription_rg" { name = "foo" prefix = "ed-cac-${var.env}" resource_type = "rg" convention = "cafclassic" }

gives ed-cac-test-rg-foo-prod where $(var.env) = "test"