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