Skip to content

Commit

Permalink
Regenerate README.md (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-hleif authored Jul 27, 2018
1 parent 5202765 commit 40a36ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).




## Usage

```hcl
Expand Down Expand Up @@ -73,7 +74,6 @@ Available targets:
| ecr_repository_name | The name of the ECR repository to store images. | string | - | yes |
| ecs_cluster_arn | The ARN of the ECS cluster where service will be provisioned. | string | - | yes |
| family | The name used for multiple versions of a task definition. | string | `web` | no |
| healthcheck | A map containing command (string), interval (duration in seconds), retries (1-10, number of times to retry before marking container unhealthy, and startPeriod (0-300, optional grace period to wait, in seconds, before failed healthchecks count toward retries) | map | `<map>` | no |
| launch_type | The launch type on which to run your service. Valid values are EC2 and FARGATE. | string | `FARGATE` | no |
| name | The name of the app to be used in labels. | string | - | yes |
| namespace | The namespace to be used in labels. | string | - | yes |
Expand Down Expand Up @@ -119,11 +119,11 @@ Check out these related projects.

File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues), send us an [email][email] or join our [Slack Community][slack].

## Commerical Support
## Commercial Support

Work directly with our team of DevOps experts via email, slack, and video conferencing.

We provide *commercial support* for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a fulltime engineer.
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.

[![E-Mail](https://img.shields.io/badge/[email protected])](mailto:[email protected])

Expand All @@ -133,7 +133,7 @@ We provide *commercial support* for all of our [Open Source][github] projects. A
- **Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
- **Build New Terraform Modules.** We'll develop original modules to provision infrastructure.
- **Cloud Architecture.** We'll assist with your cloud strategy and design.
- **Implementation.** We'll provide hands on support to implement our reference architectures.
- **Implementation.** We'll provide hands-on support to implement our reference architectures.


## Community Forum
Expand Down Expand Up @@ -217,6 +217,7 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
[docs]: https://docs.cloudposse.com/
[website]: https://cloudposse.com/
[github]: https://github.com/cloudposse/
[commercial_support]: https://github.com/orgs/cloudposse/projects
[jobs]: https://cloudposse.com/jobs/
[hire]: https://cloudposse.com/contact/
[slack]: https://slack.cloudposse.com/
Expand Down
1 change: 0 additions & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
| ecr_repository_name | The name of the ECR repository to store images. | string | - | yes |
| ecs_cluster_arn | The ARN of the ECS cluster where service will be provisioned. | string | - | yes |
| family | The name used for multiple versions of a task definition. | string | `web` | no |
| healthcheck | A map containing command (string), interval (duration in seconds), retries (1-10, number of times to retry before marking container unhealthy, and startPeriod (0-300, optional grace period to wait, in seconds, before failed healthchecks count toward retries) | map | `<map>` | no |
| launch_type | The launch type on which to run your service. Valid values are EC2 and FARGATE. | string | `FARGATE` | no |
| name | The name of the app to be used in labels. | string | - | yes |
| namespace | The namespace to be used in labels. | string | - | yes |
Expand Down

0 comments on commit 40a36ec

Please sign in to comment.