Skip to content

Commit

Permalink
Add more to README.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocode authored Aug 11, 2021
1 parent 5d10038 commit 9428a57
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ usage: |-
container_image = "cloudposse/geodesic"
}
```
The output of this module can then be used with one of our other modules.
```
module "ecs_alb_service_task" {
source = "cloudposse/ecs-alb-service-task/aws"
# Cloud Posse recommends pinning every module to a specific version
# version = "x.x.x"
# ...
container_definition_json = module.container_definition.json_map_encoded_list
# ...
}
```
include:
- docs/targets.md
Expand All @@ -84,3 +98,5 @@ contributors:
github: goruha
- name: Yonatan Koren
github: korenyoni
- name: RB
github: nitrocode

0 comments on commit 9428a57

Please sign in to comment.