mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-22 09:01:59 +03:00
04cc267e86
* codepipeline
11 lines
304 B
YAML
11 lines
304 B
YAML
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
|