Young-ook/terraform-aws-vpc

fix the error of eip domain paramter

Closed this issue · 0 comments

with module.vpc.aws_eip.ingw,
│ on .terraform/modules/vpc/main.tf line 117, in resource "aws_eip" "ingw":
│ 117: domain = "vpc"

│ Can't configure a value for "domain": its value will be decided automatically based on the result of applying this configuration.