Files
terraform-aws-eks/examples
Thierno IB. BARRY 4818043617 feat: Add multiple selectors on the creation of Fargate profile (#1378)
BREAKING CHANGES: To support multiple selectors for Fargate profiles, we introduced the `selectors` argument which is a list of map. This will break previous configuration with  a single selector `namespace` and `labels`. You'll need to rewrite your configuration to use the `selectors` argument. See [examples](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/examples/fargate/main.tf) dans [docs](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/fargate/README.md) for details.

Co-authored-by: Lena <lena.mantziou@nationwide.co.uk>
2021-05-27 23:00:41 +02:00
..
2019-09-17 15:10:13 +02:00

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.