[GH-ISSUE #29] [BUGFIX] Fix missing curly brackets missing bug #13

Closed
opened 2026-05-06 12:36:11 +02:00 by BreizhHardware · 1 comment

Originally created by @patrickchugh on GitHub (May 29, 2023).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/29

When running terravison with the following source URL https://github.com/futurice/terraform-examples.git//aws/wordpress_fargate

the length() function being passed a list with a dict such as but with missing CURLY brackets before the object, causing a interpreter fail.

length([ 'certificate_arn': '"UNKNOWN" ', 'port': 443 ])

Originally created by @patrickchugh on GitHub (May 29, 2023). Original GitHub issue: https://github.com/patrickchugh/terravision/issues/29 When running terravison with the following source URL https://github.com/futurice/terraform-examples.git//aws/wordpress_fargate the length() function being passed a list with a dict such as but with missing CURLY brackets before the object, causing a interpreter fail. length([ 'certificate_arn': '"UNKNOWN" ', 'port': 443 ])
Author
Owner

@patrickchugh commented on GitHub (Jun 11, 2023):

no longer appearing

<!-- gh-comment-id:1586310368 --> @patrickchugh commented on GitHub (Jun 11, 2023): no longer appearing
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#13
No description provided.