Azure Kubernetes Service (AKS) using Azure Log Analytics
v3.0 changes
- Input breaking changes:
- Add “resource_group_name”(required) (we import an existing resource group)
- Add “tags”(optional)
- Remove “location” (it uses the resource group location)
- Remove “kubernetes_version” (optional, latest by default)
- Output changes:
- Add “aks_id” output
- Internal code changes:
- Flatten code to simplify the structure of code, remove internal modules
- Change test code
- Change corresponding Dockerfile, Rakefile, Gemfile, README, azure-pipelines.yml to use our common terra-module-test