From 1ce1862f35981474978917f8e4a5e9a162d8fad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20Buja=C4=8Dek?= Date: Tue, 21 Jul 2020 15:08:05 +0200 Subject: [PATCH] Updated Readme related to AWS region / VPC --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4595f90..8c866e8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ We help companies build, run, deploy and scale software and infrastructure by em A terraform module to deploy an Application Load Balancer (ALB) Ingress Controller on Amazon EKS cluster. +## AWS region and VPC discovery + +ALB Ingress controller Helm chart may discover AWS region and AWS VPC +automatically if `autoDiscoverAwsRegion` and `autoDiscoverAwsVpcID` parameters +are set to `true` (see `settings` input variable). Otherwise, you must set +`awsRegion` and `awsVpcID` parameters in order to deploy the controller. + ## Requirements