You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-47
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,6 @@ Terraform module to generate well-formed JSON documents that are passed to the `
35
35
---
36
36
37
37
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
38
-
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
39
-
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
40
-
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
41
-
[<imgalign="right"title="Share on Reddit"src="https://docs.cloudposse.com/images/ionicons/social-reddit-outline-2.0.1-16x16-999999.svg" />][share_reddit]
42
-
[<imgalign="right"title="Share on LinkedIn"src="https://docs.cloudposse.com/images/ionicons/social-linkedin-outline-2.0.1-16x16-999999.svg" />][share_linkedin]
43
-
[<imgalign="right"title="Share on Twitter"src="https://docs.cloudposse.com/images/ionicons/social-twitter-outline-2.0.1-16x16-999999.svg" />][share_twitter]
44
38
45
39
46
40
[][terraform_modules]
| <aname="input_command"></a> [command](#input\_command)| The command that is passed to the container |`list(string)`|`null`| no |
176
170
| <aname="input_container_cpu"></a> [container\_cpu](#input\_container\_cpu)| The number of cpu units to reserve for the container. This is optional for tasks using Fargate launch type and the total amount of container\_cpu of all containers in a task will need to be lower than the task-level cpu value |`number`|`0`| no |
| <aname="input_container_depends_on"></a> [container\_depends\_on](#input\_container\_depends\_on)| The dependencies defined for container startup and shutdown. A container can contain multiple dependencies. When a dependency is defined for container startup, for container shutdown it is reversed. The condition can be one of START, COMPLETE, SUCCESS or HEALTHY | <pre>list(object({<br> condition = string<br> containerName = string<br> }))</pre> |`null`| no |
179
173
| <aname="input_container_image"></a> [container\_image](#input\_container\_image)| The image used to start the container. Images in the Docker Hub registry available by default |`string`| n/a | yes |
180
174
| <aname="input_container_memory"></a> [container\_memory](#input\_container\_memory)| The amount of memory (in MiB) to allow the container to use. This is a hard limit, if the container attempts to exceed the container\_memory, the container is killed. This field is optional for Fargate launch type and the total amount of container\_memory of all containers in a task will need to be lower than the task memory value |`number`|`null`| no |
@@ -233,8 +227,6 @@ No resources.
233
227
234
228
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-ecs-container-definition)! (it helps us **a lot**)
235
229
236
-
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
237
-
238
230
239
231
240
232
## Related Projects
@@ -285,10 +277,6 @@ We deliver 10x the value for a fraction of the cost of a full-time engineer. Our
285
277
286
278
Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
287
279
288
-
## Discourse Forums
289
-
290
-
Participate in our [Discourse Forums][discourse]. Here you'll find answers to commonly asked questions. Most questions will be related to the enormous number of projects we support on our GitHub. Come here to collaborate on answers, find solutions, and get ideas about the products and services we value. It only takes a minute to get started! Just sign in with SSO using your GitHub account.
291
-
292
280
## Newsletter
293
281
294
282
Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
@@ -299,7 +287,18 @@ Sign up for [our newsletter][newsletter] that covers everything on our technolog
@@ -373,31 +372,7 @@ We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. W
373
372
374
373
We offer [paid support][commercial_support] on all of our projects.
375
374
376
-
Check out [our other projects][github], [follow us on twitter][twitter], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
Check out [our other projects][github], [follow us on twitter][twitter], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.[![README Footer][readme_footer_img]][readme_footer_link]
401
376
[![Beacon][beacon]][website]
402
377
<!-- markdownlint-disable -->
403
378
[logo]: https://cloudposse.com/logo-300x69.svg
@@ -407,12 +382,10 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
0 commit comments