1
0

doc: Added LocalStack doc

This commit is contained in:
xpk
2026-02-19 19:28:30 +08:00
parent b0c335df39
commit d87e5dcc1f
+3 -1
View File
@@ -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 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 it is set to false in my code. This caused the instance to be redeployed everytime terraform
apply is ran. apply is ran.
The free edition of LocalStack does not include rds support