Skip to content

TaleLearnCode/azure-resource-types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Azure Resource Types Terraform Module

Changelog

This modules helps to keep consistency naming of Azure resources. The goal of this module is to provide the resource type abbreviation to be used within the name of an Azure resource.

Please refer to RESOURCE-TYPES.md for the list of supported resource types.

Usage

module "azure_regions" {
	source        = "github.com/TaleLearnCode/azure-resource-types"
	resource_type = "resource-group"
}

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
resource_type Identifier of the Azure resource type to get information for. string n/a yes

Outputs

Name Description
name Name details of the specified resource type with the values available as attributes.
object({
name (string): The name (identifier) of the Azure resource type.
abbreviation (string): The abbreviation to use within the name of an Azure resource.
namespace (string): The Microsoft namespace for the Azure resource type.
})

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages