mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-17 09:07:20 +01:00
* add doc for minimum iam permission Signed-off-by: kahootali <kahoot.ali@gmail.com> * refer iam doc in readme Signed-off-by: kahootali <kahoot.ali@gmail.com> * remove iam permissions from examples * set alphabetically the iam permissons
12 lines
482 B
Markdown
12 lines
482 B
Markdown
# Examples
|
|
|
|
These serve a few purposes:
|
|
|
|
1. Shows developers how to use the module in a straightforward way as integrated with other terraform community supported modules.
|
|
2. Serves as the test infrastructure for CI on the project.
|
|
3. Provides a simple way to play with the Kubernetes cluster you create.
|
|
|
|
## IAM Permissions
|
|
|
|
You can see the minimum IAM Permissions required [here](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/docs/iam-permissions.md).
|