Terraform module to generate well-formed JSON documents (container definitions) that are passed to the aws_ecs_task_definition Terraform resource
340
stars
245
forks
source link
PortMappings variable definition has repeated name argument which fails to initialize #173
Closed
jpulgar4 closed 1 year ago
Describe the Bug
In the variables definition file, for portMappings, there is a repeated
name
argument. This causes terraform init with version 0.61.0 to fail.Expected Behavior
A
terraform init
with version 0.61.0 should go through with no errors.Steps to Reproduce
Set version of the module to 0.61.0 and run a
terraform init
.Screenshots
Environment
Additional Context
No response