mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 11:02:26 +03:00
@@ -0,0 +1,10 @@
|
||||
version: 0.0
|
||||
Resources:
|
||||
- TargetService:
|
||||
Type: AWS::ECS::Service
|
||||
Properties:
|
||||
# <TASK_DEFINITION> will be replaced by codedeploy when the pipeline runs
|
||||
TaskDefinition: "<TASK_DEFINITION>"
|
||||
LoadBalancerInfo:
|
||||
ContainerName: demo
|
||||
ContainerPort: 3000
|
||||
Reference in New Issue
Block a user