service-principal
avinor/service-principal/azuread
Terraform module to create service principal credentials and assign it access to resources
Service Principal Module to create a service principal and assign it certain roles. This used to be terraform-azurerm-kubernetes-service-principal but is now made more generic so it can create any service principals. It will output the application id and password that can be used for input in other modules. This module requires elevated access to be able to create the application in AzureAD and assign roles to resources. It is therefore not recommended to be run as any CI/CD pipeline, but instead manually before running any automated process. The output can still be used by reading remote state. Usage Examples use tau. ``terraform module { source = "avinor/service-principal/azurerm" version = "1.0.0" } inputs { name = "simple-sp" end_date = "2020-01-01T00:00:00Z" assignments = [ { scope =
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | Name of the service principal. | required |
| end_date | string | The End Date which the Password is valid until, formatted as a RFC3339 date stri | required |
| assignments | list(object({ scope = string, | List of role assignments this service principal should have. | [] |
object_id — The object id of service principal. Can be used to assign roles to user.client_id — The application id of AzureAD application created.client_secret — Password for service principal.Azure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,