Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imjoseangel/terraform-azurerm-serviceprincipal

Terraform Module for creating a Azure Service Principal
https://github.com/imjoseangel/terraform-azurerm-serviceprincipal

azure cloud service-principal terraform terraform-module

Last synced: 2 days ago
JSON representation

Terraform Module for creating a Azure Service Principal

Awesome Lists containing this project

README

        

# terraform-azurerm-serviceprincipal

[![Terraform](https://github.com/imjoseangel/terraform-azurerm-serviceprincipal/actions/workflows/terraform.yml/badge.svg)](https://github.com/imjoseangel/terraform-azurerm-serviceprincipal/actions/workflows/terraform.yml)

## Deploys a service principal on Azure with role assignment

This Terraform module deploys a serviceprincipal on Azure

### NOTES

* A Vnet needs to be created beforehand

## Usage in Terraform 1.0

```terraform
module "serviceprincipal" {
source = "github.com/imjoseangel/terraform-azurerm-serviceprincipal"
name = "myserviceprincipal"
}
```

## Authors

Originally created by [imjoseangel](http://github.com/imjoseangel)

## License

[MIT](LICENSE)