mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 08:25:25 +02:00
[PR #154] [MERGED] Ecs fixes #182
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#182
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/patrickchugh/terravision/pull/154
Author: @patrickchugh
Created: 12/21/2025
Status: ✅ Merged
Merged: 12/21/2025
Merged by: @patrickchugh
Base:
main← Head:ecs-fixes📝 Commits (6)
80871dfImplement proper ECS handler to link services with autoscaling targetsa2aa8bcUpdate ECS handler to only process EC2-based ECS, skip Fargate5abf036Fix ECS handler to link to autoscaling groups instead of appautoscaling targets6907cbaAdd autoscaling group and launch template expansion to numbered instancesffd5742ecs ec2 fixesae7e28fMerge branch 'main' of https://github.com/patrickchugh/terravision into ecs-fixes📊 Changes
11 files changed (+973 additions, -278 deletions)
View changed files
📝
docs/aws_resource_handlers/container-orchestration.md(+395 -6)📝
modules/config/cloud_config_aws.py(+8 -1)📝
modules/resource_handlers_aws.py(+100 -10)📝
resource_classes/aws/compute.py(+2 -0)📝
resource_classes/aws/groups.py(+1 -0)📝
resource_classes/aws/management.py(+1 -6)➕
tests/fixtures/aws_terraform/ecs-ec2/main.tf(+124 -0)➕
tests/fixtures/aws_terraform/ecs-ec2/outputs.tf(+7 -0)➕
tests/fixtures/aws_terraform/ecs-ec2/test.json(+50 -0)➕
tests/fixtures/aws_terraform/ecs-ec2/variables.tf(+31 -0)📝
tests/json/expected-wordpress.json(+254 -255)📄 Description
YOUR PR TITLE
Type of Change
Checklist
All Submissions:
AI Assistance
Checklist for Changes to Core Features:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.