How to Terraform Azure AD: Applications, Service Principals and Client Secrets
In this episode we respond to a question from the audience to go over how to create Azure Active Directory Service Principals. So let's setup the AzureAD Terraform provider and setup an Application (aka App Registration).
Follow me on Twitter for quick code snippets and thoughts on Cloud, Automation and other things!
https://twitter.com/MarkTinderholt
Keep the knowledge flowing!
https://www.buymeacoffee.com/azterraformer
Source Code:
https://github.com/markti/azure-terraformer/tree/main/mail-bag/025
Azure ARM Resources Provider
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
v3.41.0
https://registry.terraform.io/providers/hashicorp/azurerm/3.41.0/docs
Additional Providers:
- AzureAD (https://registry.terraform.io/providers/hashicorp/azuread/latest)
Terraform Resource List:
- azuread_application
- azuread_application_password
- azuread_service_principal
- azuread_service_principal_password