Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Terraform Provider - support for implementing Microsoft Cloud Adoption Framework for Azure

License

Notifications You must be signed in to change notification settings

glueckkanja-gab/terraform-provider-aztools

Repository files navigation

Terraform Provider AzTools

Provider to support implementing Recommended naming and tagging conventions for Azure resources.

Azure defines naming rules and restrictions for Azure resources. This guidance provides detailed recommendations to support enterprise cloud adoption efforts.

Requirements

Using the provider

See Terraform Registry.

Building The Provider

  1. Clone the repository
  2. Install 'Remote Containers' VS Code Extension
  3. Build the provider using the make command:
$ make build

Developing the Provider

  1. Clone the repository
  2. Install 'Remote Containers' VS Code Extension
  3. Build & test the provider using the make command:
$ make