Skip to content

Commit 3aa1e13

Browse files
committed
fix 🐛(docs): clean docs terraform generate (#47)
Signed-off-by: Luis Mayta <luis@hadenlabs.com>
1 parent ce2c130 commit 3aa1e13

File tree

2 files changed

+0
-87
lines changed

2 files changed

+0
-87
lines changed
Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1 @@
1-
<!-- BEGIN_TF_DOCS -->
2-
## Requirements
31

4-
| Name | Version |
5-
|------|---------|
6-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=0.13.0 |
7-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >=3.2.0 |
8-
| <a name="requirement_null"></a> [null](#requirement\_null) | >=0.1.0 |
9-
10-
## Providers
11-
12-
No providers.
13-
14-
## Modules
15-
16-
| Name | Source | Version |
17-
|------|--------|---------|
18-
| <a name="module_main"></a> [main](#module\_main) | ../.. | n/a |
19-
20-
## Resources
21-
22-
No resources.
23-
24-
## Inputs
25-
26-
| Name | Description | Type | Default | Required |
27-
|------|-------------|------|---------|:--------:|
28-
| <a name="input_admin_user"></a> [admin\_user](#input\_admin\_user) | username of admin | `string` | n/a | yes |
29-
| <a name="input_is_test"></a> [is\_test](#input\_is\_test) | implement when is execute a test | `bool` | `false` | no |
30-
| <a name="input_name"></a> [name](#input\_name) | Solution name, e.g. 'app' or 'jenkins' | `string` | n/a | yes |
31-
| <a name="input_namespace"></a> [namespace](#input\_namespace) | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | `string` | n/a | yes |
32-
| <a name="input_private_key"></a> [private\_key](#input\_private\_key) | path of private key | `string` | n/a | yes |
33-
| <a name="input_public_key"></a> [public\_key](#input\_public\_key) | path of public key | `string` | n/a | yes |
34-
| <a name="input_stage"></a> [stage](#input\_stage) | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' | `string` | n/a | yes |
35-
| <a name="input_storage_path"></a> [storage\_path](#input\_storage\_path) | storage path | `string` | n/a | yes |
36-
| <a name="input_tags"></a> [tags](#input\_tags) | Additional tags (e.g. `map('BusinessUnit','XYZ')` | `map(string)` | `{}` | no |
37-
38-
## Outputs
39-
40-
| Name | Description |
41-
|------|-------------|
42-
| <a name="output_instance"></a> [instance](#output\_instance) | show instance module |
43-
| <a name="output_instance_ip"></a> [instance\_ip](#output\_instance\_ip) | show ip of instance |
44-
<!-- END_TF_DOCS -->
Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1 @@
1-
<!-- BEGIN_TF_DOCS -->
2-
## Requirements
31

4-
| Name | Version |
5-
|------|---------|
6-
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=0.13.0 |
7-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >=3.2.0 |
8-
| <a name="requirement_null"></a> [null](#requirement\_null) | >=0.1.0 |
9-
10-
## Providers
11-
12-
No providers.
13-
14-
## Modules
15-
16-
| Name | Source | Version |
17-
|------|--------|---------|
18-
| <a name="module_main"></a> [main](#module\_main) | ../.. | n/a |
19-
20-
## Resources
21-
22-
No resources.
23-
24-
## Inputs
25-
26-
| Name | Description | Type | Default | Required |
27-
|------|-------------|------|---------|:--------:|
28-
| <a name="input_admin_user"></a> [admin\_user](#input\_admin\_user) | username of admin | `string` | n/a | yes |
29-
| <a name="input_is_test"></a> [is\_test](#input\_is\_test) | implement when is execute a test | `bool` | `false` | no |
30-
| <a name="input_name"></a> [name](#input\_name) | Solution name, e.g. 'app' or 'jenkins' | `string` | n/a | yes |
31-
| <a name="input_namespace"></a> [namespace](#input\_namespace) | Namespace, which could be your organization name or abbreviation, e.g. 'eg' or 'cp' | `string` | n/a | yes |
32-
| <a name="input_private_key"></a> [private\_key](#input\_private\_key) | path of private key | `string` | n/a | yes |
33-
| <a name="input_public_key"></a> [public\_key](#input\_public\_key) | path of public key | `string` | n/a | yes |
34-
| <a name="input_rules_ingress"></a> [rules\_ingress](#input\_rules\_ingress) | list rule for security group | <pre>list(object({<br/> from_port = number<br/> to_port = number<br/> protocol = string<br/> cidr_blocks = list(string)<br/> }))</pre> | `[]` | no |
35-
| <a name="input_stage"></a> [stage](#input\_stage) | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' | `string` | n/a | yes |
36-
| <a name="input_storage_path"></a> [storage\_path](#input\_storage\_path) | storage path | `string` | n/a | yes |
37-
| <a name="input_tags"></a> [tags](#input\_tags) | Additional tags (e.g. `map('BusinessUnit','XYZ')` | `map(string)` | `{}` | no |
38-
39-
## Outputs
40-
41-
| Name | Description |
42-
|------|-------------|
43-
| <a name="output_instance"></a> [instance](#output\_instance) | show instance module |
44-
| <a name="output_instance_ip"></a> [instance\_ip](#output\_instance\_ip) | show ip of instance |
45-
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)