aztfmod / terraform-provider-azurecaf

Terraform provider for the Terraform platform engineering for Azure
172 stars 91 forks source link

add support for generic resource_type #274

Closed dustindortch closed 4 months ago

dustindortch commented 4 months ago

It would be great to have some option for generic resource_type available for things that aren't Azure... and you could specify some sort of.

For instance, I am managing Terraform Cloud and different Git repository platforms to make a service catalog for Azure. I am using the following providers:

It would be great to use the same naming convention for the related resources and I scaffold out the environment with:

I have some nice logic built for making the names and I'd like to not have to implement a second azurecaf_name with another for_each loop to get it either without a slug, or get it with some resource I am assuming to never use to swap the slug.