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

Fix contaniner for loops #120

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Fix contaniner for loops #120

merged 1 commit into from
Jun 28, 2024

Conversation

rjw1
Copy link
Member

@rjw1 rjw1 commented Jun 28, 2024

for loops dont use .value

╷
│ Error: Missing map element
│
│   on ecs-cluster-infrastructure-service.tf line 156, in resource "aws_ecs_task_definition" "infrastructure_ecs_cluster_service":
│  156:           containerPath = volume.value["container_path"]
│
│ This map does not have an element with the key "value".

for loops dont use .value

```
╷
│ Error: Missing map element
│
│   on ecs-cluster-infrastructure-service.tf line 156, in resource "aws_ecs_task_definition" "infrastructure_ecs_cluster_service":
│  156:           containerPath = volume.value["container_path"]
│
│ This map does not have an element with the key "value".
```
@Stretch96 Stretch96 merged commit a503c44 into main Jun 28, 2024
5 checks passed
@Stretch96 Stretch96 deleted the fix-container-volumes branch June 28, 2024 14:29
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