caring/provision-ELB-target-group
Provision ELB Target Group
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 12, 2023
- License
- MIT
Pinned Snippet
uses: caring/gh-provision-elb-target-group@8b177657286d3fc0780b25ce9f6a2e1b1a738d1e # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| elbName | The name of the Elastic Load Balancer (ELB) | yes | ecs-modular-monolith |
| targetGroupName | The name for the new target group | yes | — |
| vpcId | The ID of the VPC where the target group is to be created | yes | — |
| port | The port on which the target group will listen | yes | — |
Outputs
| name | description |
|---|---|
| targetGroupArn | The ARN of the created target group |