Skip to content

Commit 35389ca

Browse files
update services
1 parent 3d55b3c commit 35389ca

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

Diff for: .github/settings.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ _extends: .github
33

44
repository:
55
# See https://developer.github.com/v3/repos/#edit for all available settings.
6-
name: terraform-module-blueprint
7-
description: "ℹ️ Terraform module blueprint."
6+
name: terraform-aws-ecs-services
7+
description: "ℹ️ Terraform AWS ECS services deployment model."
88
homepage: https://ivankatliarchuk.github.io
9-
topics: ivank, terraform, terraform-module
9+
topics: ivank, terraform, terraform-module, ecs
1010
private: false
1111
has_issues: true
1212
has_projects: false

Diff for: README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ECS Services Module
22

3-
Terraform module
3+
Terraform ECS services
44

55
---
66

@@ -37,6 +37,12 @@ module "ecs-services" {
3737
}
3838
```
3939

40+
## Examples
41+
42+
See `examples` directory for working examples to reference
43+
44+
- [Complete ECS](https://github.com/terraform-module/terraform-aws-ecs-services/tree/master/examples)
45+
-
4046
## Assumptions
4147

4248
## Available features

Diff for: examples/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ These serve a few purposes:
55
1. Shows developers how to use the module in a straightforward way as integrated with other terraform community supported modules.
66
2. Serves as the test infrastructure for CI on the project.
77
3. Provides a simple way to play with the Kubernetes cluster you create.
8-
9-
## IAM Permissions
10-
11-
You can see the minimum IAM Permissions required (WORK in PROGRESS)

Diff for: examples/basic/.gitkeep

Whitespace-only changes.

Diff for: examples/basic/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Complete AWS ECS Services Setup
1+
# AWS ECS Services Setup
22

33
## Parameters
44

0 commit comments

Comments
 (0)