From f4c2c7f38a7ea10926348fe23bd4da0bd4ce8b13 Mon Sep 17 00:00:00 2001 From: matttrach Date: Mon, 13 May 2024 11:17:36 -0500 Subject: [PATCH] fix: update recent changes Signed-off-by: matttrach --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fca3ab2..44b3393 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ WARNING! The subnets argument must not be derived from an apply time resource. ## Recent Changes +- Optional Certificate generation + If you would like to terminate TLS on your server this module can generate a real Let's encrypt certificate for you. + This is done using the `cert_use_strategy` argument, it is set to 'skip' by default, but if you set it to `create` it will create a new certificate for you. It saves the cert in an IAM object and then use that as the source of truth for the cert. + - Manage external access You can now add ingress from external addresses by cidr and port.