Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Nov 21, 2020
1 parent 8bafb24 commit 460d3e4
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# terraform-azurerm-aks

Azure Kubernetes Service (AKS) [Terraform module](https://registry.terraform.io/modules/adamrushuk/aks/azurerm/latest)
An Azure Kubernetes Service (AKS) [Terraform module](https://registry.terraform.io/modules/adamrushuk/aks/azurerm/latest).

## Used resources

The main resources used are:

- `azuread_group`
- `azurerm_kubernetes_cluster`

## Prereqs

*This example was developed using Terraform version `0.12`.
It may not work out-of-the-box using other versions.*

This example expects you to already have
[Terraform installed](https://learn.hashicorp.com/tutorials/terraform/install-cli).

## Examples

Browse the [`/examples`](examples) folder for more information.

0 comments on commit 460d3e4

Please sign in to comment.