Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evry-ace/tf-aks-cluster-admin
Terraform Module for creating AKS Cluster Admin RoleBinding
https://github.com/evry-ace/tf-aks-cluster-admin
Last synced: 6 days ago
JSON representation
Terraform Module for creating AKS Cluster Admin RoleBinding
- Host: GitHub
- URL: https://github.com/evry-ace/tf-aks-cluster-admin
- Owner: evry-ace
- License: mit
- Created: 2019-02-22T12:20:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:37:56.000Z (about 1 year ago)
- Last Synced: 2024-11-14T17:48:28.243Z (2 months ago)
- Language: HCL
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tf_aks_cluster_admin
Terraform Module for Azure AKS Cluster Admin Role Binding
## Usage
```hcl
module "aks_admin_role_binding" {
source = "github.com/evry-ace/tf_aks_cluster_admin"
group_id = "${var.aks_rbac_cluster_admins_group_id}"
}
```## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|:----:|:-----:|:-----:|
| group\_id | Azure AD administrator group ID | string | `"000000-0000-0000-000000"` | yes |## Authors
Module is maintained by the EVRY ACE Team.
## License
MIT License. See [LICENSE](./LICENSE) for full details.