Files
terraform-aws-eks/examples
Daniel Piddock bceb966dfd fix: More compatibility fixes for Terraform v0.13 and aws v3 (#976)
Additional support for Terraform v0.13 and aws v3!
- The update to the vpc module in examples was, strictly speaking, unnecessary but it adds the terraform block with supported versions.
- Update for iam module in the example was very necessary to support new versions
- Workaround for "Provider produced inconsistent final plan" when creating ASGs at the same time as the cluster. See  https://github.com/terraform-providers/terraform-provider-aws/issues/14085 for full details.
- Blacklist 0.13.0 as it was too strict when migrating from aws v2 to v3 about dropped attributes.
2020-09-08 18:25:46 +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.