Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imjoseangel/terraform-azurerm-serviceprincipal
- Owner: imjoseangel
- License: mit
- Created: 2021-12-16T14:38:34.000Z (about 3 years ago)
- Default Branch: devel
- Last Pushed: 2024-05-14T04:57:07.000Z (8 months ago)
- Last Synced: 2024-05-15T20:13:55.685Z (8 months ago)
- Topics: azure, cloud, service-principal, terraform, terraform-module
- Language: Shell
- Homepage:
- Size: 226 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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)