Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert bump to 0.61.0 #32

Merged
merged 2 commits into from
Oct 19, 2023
Merged

Revert bump to 0.61.0 #32

merged 2 commits into from
Oct 19, 2023

Conversation

zacharyweidenbach
Copy link
Collaborator

Currently an unresolved issue on 0.61.0 of the cloudposse/ecs-container-definition/aws repo

cloudposse/terraform-aws-ecs-container-definition#171

This makes the terraform plan command fail with this error

│ Error: Invalid type specification
│
│   on .terraform/modules/backend.service_container_definition/variables.tf line 107, in variable "container_definition":
│  102:     portMappings = optional(list(object({
│  103:       name          = optional(string)
│  104:       containerPort = number
│  105:       hostPort      = optional(number)
│  106:       protocol      = optional(string)
│  107:       name          = optional(string)
│  108:       appProtocol   = optional(string)
│  109:     })))
│
│ Object constructor map keys must be unique.

@zacharyweidenbach zacharyweidenbach merged commit 0a34b40 into main Oct 19, 2023
@zacharyweidenbach zacharyweidenbach deleted the revert-bump-to-0.61.0 branch October 19, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants