Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenitab/terraform-provider-pal
The Partner Admin Link (PAL) provider provides a way to link a Azure Service Principal to a partner account.
https://github.com/xenitab/terraform-provider-pal
azure golang terraform xenit-kubernetes-framework
Last synced: 29 days ago
JSON representation
The Partner Admin Link (PAL) provider provides a way to link a Azure Service Principal to a partner account.
- Host: GitHub
- URL: https://github.com/xenitab/terraform-provider-pal
- Owner: XenitAB
- License: mit
- Created: 2020-06-15T10:54:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-02T13:51:18.000Z (over 2 years ago)
- Last Synced: 2024-12-06T02:34:20.706Z (29 days ago)
- Topics: azure, golang, terraform, xenit-kubernetes-framework
- Language: Go
- Homepage: https://registry.terraform.io/providers/XenitAB/pal/latest
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Terrraform Provider PAL
Provider to configure [Partner Admin Link](https://docs.microsoft.com/en-us/azure/cost-management-billing/manage/link-partner-id) for indiviual Azure Service Principals.## How To
There is a example in [examples/basic/main.tf](./examples/basic/main.tf) that creates a Azure Service Principal with a random generated password.
The Service Principal is then used to authenticate with the random password to create the Partner Admin Link.## Contributing
Follow the [contribution guide](./CONTRIBUTING.md) to get started contributing.