1
0

feat: changed ec2 module and updated readme

This commit is contained in:
xpk
2026-02-19 14:18:01 +08:00
parent 4b4ee898df
commit fd8d141662
3 changed files with 29 additions and 18 deletions
+5 -1
View File
@@ -60,4 +60,8 @@ For example, vpc with ipv6 could not be created. It failed with the following er
│ on .terraform/modules/vpc/main.tf line 293, in resource "aws_subnet" "private":
│ 293: resource "aws_subnet" "private" {
```
```
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.