File tree Expand file tree Collapse file tree 6 files changed +36
-25
lines changed Expand file tree Collapse file tree 6 files changed +36
-25
lines changed Original file line number Diff line number Diff line change @@ -6,29 +6,6 @@ These serve a few purposes:
6
6
2 . Serves as the test infrastructure for CI on the project.
7
7
3 . Provides a simple way to play with the Kubernetes cluster you create.
8
8
9
- <!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
10
- ## Requirements
9
+ ## IAM Permissions
11
10
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)
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments