Skip to content

Commit 87a155c

Browse files
automated release
1 parent 3886979 commit 87a155c

File tree

6 files changed

+36
-25
lines changed

6 files changed

+36
-25
lines changed

examples/README.md

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,6 @@ These serve a few purposes:
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.
88

9-
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
10-
## Requirements
9+
## IAM Permissions
1110

12-
No requirements.
13-
14-
## Providers
15-
16-
| Name | Version |
17-
|------|---------|
18-
| archive | n/a |
19-
| aws | n/a |
20-
21-
## Inputs
22-
23-
| Name | Description | Type | Default | Required |
24-
|------|-------------|------|---------|:--------:|
25-
| full\_name | n/a | `string` | `"example"` | no |
26-
| region | n/a | `string` | `"us-west-2"` | no |
27-
28-
## Outputs
29-
30-
| Name | Description |
31-
|------|-------------|
32-
| lambda\_arn | ARN of the given lambda. |
33-
34-
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
11+
You can see the minimum IAM Permissions required (WORK in PROGRESS)

examples/basic/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Examples
2+
3+
These serve a few purposes:
4+
5+
1. Shows developers how to use the module in a straightforward way as integrated with other terraform community supported modules.
6+
2. Serves as the test infrastructure for CI on the project.
7+
3. Provides a simple way to play with the Kubernetes cluster you create.
8+
9+
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
10+
## Requirements
11+
12+
No requirements.
13+
14+
## Providers
15+
16+
| Name | Version |
17+
|------|---------|
18+
| archive | n/a |
19+
| aws | n/a |
20+
21+
## Inputs
22+
23+
| Name | Description | Type | Default | Required |
24+
|------|-------------|------|---------|:--------:|
25+
| full\_name | n/a | `string` | `"example"` | no |
26+
| region | n/a | `string` | `"us-west-2"` | no |
27+
28+
## Outputs
29+
30+
| Name | Description |
31+
|------|-------------|
32+
| lambda\_arn | ARN of the given lambda. |
33+
34+
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)