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.
- Terraform >= 0.13.5
See Terraform Registry.
- Clone the repository
- Install 'Remote Containers' VS Code Extension
- Build the provider using the
make
command:
$ make build
- Clone the repository
- Install 'Remote Containers' VS Code Extension
- Build & test the provider using the
make
command:
$ make