/terraform-azurerm-aks-role

An Azure Role for the service principle in AKS that automatically provisions resources.

Primary LanguageHCLMIT LicenseMIT

Terraform Module for creating a least privileges role for an AKS Service Principle in Azure

CircleCI

Usage:

module "role" { 
  source: "CalvinRodo/aks-role/azurerm"
  version: "1.0.1"
  role_name: "Service-Principle-Name"
}

Based off of the following Repo: https://github.com/lawrencegripper/azure-aks-terraform