From d87e5dcc1f8cae33ac940553167200fcf5756351bd12242f66f3330cc9301075 Mon Sep 17 00:00:00 2001 From: xpk Date: Thu, 19 Feb 2026 19:28:30 +0800 Subject: [PATCH] doc: Added LocalStack doc --- LocalStack/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LocalStack/README.md b/LocalStack/README.md index c416f30..bd6a186 100644 --- a/LocalStack/README.md +++ b/LocalStack/README.md @@ -64,4 +64,6 @@ For example, vpc with ipv6 could not be created. It failed with the following er Also, ec2 instance's associate_public_ip_address attribute is always set to true, despite it is set to false in my code. This caused the instance to be redeployed everytime terraform -apply is ran. \ No newline at end of file +apply is ran. + +The free edition of LocalStack does not include rds support \ No newline at end of file