feat: changed ec2 module and updated readme
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user