Skip to content

Releases: rafaelherik/terraform-provider-aznamingtool

v1.0.0

08 Aug 13:17
Compare
Choose a tag to compare

Description

The Terraform Provider for Azure Naming Tool is designed to facilitate the generation and management of Azure resource names through an API client interface. This provider ensures consistent naming conventions and prevents naming conflicts by implementing a simple queue system to handle concurrent requests, thereby avoiding potential corruption of the JSON configuration files.

Key Features

  • Name Generation: Requests names from the Azure Naming Tool using an API client, ensuring all names conform to predefined conventions.
  • Concurrency Management: Utilizes a queue system to serialize requests, preventing concurrent modifications that could corrupt JSON files.
  • Import and Delete Operations: Supports importing existing names and deleting names through the API.

Note

Version 1.0.0 Limitation: Currently, the provider manages only names without support for other entities.