-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Update find test to use USAGE.md * Ensure correct git reference * Use head ref * switch to external action * test adm * change github checkout * terraform-docs Automated render * terraform-docs Automated render * terraform-docs Automated render * terraform-docs Automated render * terraform-docs Automated render * Switched back to my branch * Testing commit + push * terraform-docs: automated action * v1 release
- Loading branch information
Showing
12 changed files
with
242 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Changelog | ||
|
||
## v1 | ||
- Backwards compatible tag for v1.X.X | ||
|
||
### v1.0.0 | ||
- initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Test tf11 basic | ||
|
||
## Verify | ||
Should use the template defined instead of the default | ||
Should inject the table under usage | ||
|
||
# Usage | ||
<!--- BEGIN_TF_DOCS ---> | ||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:-----:| | ||
| subnet\_ids | A list of subnet ids to use | `list` | n/a | yes | | ||
| vpc\_id | The id of the vpc | `string` | n/a | yes | | ||
| extra\_environment | List of additional environment variables | `list` | `[]` | no | | ||
| extra\_tags | Additional tags | `map` | `{}` | no | | ||
| instance\_count | Number of instances to create | `string` | `"1"` | no | | ||
| instance\_name | Instance name prefix | `string` | `"test-"` | no | | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| vpc\_id | The Id of the VPC | | ||
<!--- END_TF_DOCS ---> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
### Inputs | ||
|
||
The following input variables are supported: | ||
|
||
#### extra\_environment | ||
|
||
Description: List of additional environment variables | ||
|
||
Type: `list` | ||
|
||
Default: `[]` | ||
|
||
#### extra\_tags | ||
|
||
Description: Additional tags | ||
|
||
Type: `map` | ||
|
||
Default: `{}` | ||
|
||
#### instance\_count | ||
|
||
Description: Number of instances to create | ||
|
||
Type: `string` | ||
|
||
Default: `"1"` | ||
|
||
#### instance\_name | ||
|
||
Description: Instance name prefix | ||
|
||
Type: `string` | ||
|
||
Default: `"test-"` | ||
|
||
#### subnet\_ids | ||
|
||
Description: A list of subnet ids to use | ||
|
||
Type: `list` | ||
|
||
Default: n/a | ||
|
||
#### vpc\_id | ||
|
||
Description: The id of the vpc | ||
|
||
Type: `string` | ||
|
||
Default: n/a | ||
|
||
### Outputs | ||
|
||
The following outputs are exported: | ||
|
||
#### vpc\_id | ||
|
||
Description: The Id of the VPC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Usage | ||
<!--- BEGIN_TF_DOCS ---> | ||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:-----:| | ||
| subnet\_ids | A list of subnet ids to use | `list(string)` | n/a | yes | | ||
| vpc\_id | The id of the vpc | `string` | n/a | yes | | ||
| extra\_environment | List of additional environment variables | <code><pre>list(object({<br> name = string<br> value = string<br> }))<br></pre></code> | `[]` | no | | ||
| extra\_tags | Additional tags | `map(string)` | `{}` | no | | ||
| instance\_count | Number of instances to create | `number` | `1` | no | | ||
| instance\_name | Instance name prefix | `string` | `"test-"` | no | | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| vpc\_id | The Id of the VPC | | ||
<!--- END_TF_DOCS ---> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Usage | ||
<!--- BEGIN_TF_DOCS ---> | ||
## Inputs | ||
|
||
| Name | Description | Type | Default | Required | | ||
|------|-------------|------|---------|:-----:| | ||
| subnet\_ids | A list of subnet ids to use | `list(string)` | n/a | yes | | ||
| vpc\_id | The id of the vpc | `string` | n/a | yes | | ||
| extra\_environment | List of additional environment variables | <code><pre>list(object({<br> name = string<br> value = string<br> }))<br></pre></code> | `[]` | no | | ||
| extra\_tags | Additional tags | `map(string)` | `{}` | no | | ||
| instance\_count | Number of instances to create | `number` | `1` | no | | ||
| instance\_name | Instance name prefix | `string` | `"test-"` | no | | ||
|
||
## Outputs | ||
|
||
| Name | Description | | ||
|------|-------------| | ||
| vpc\_id | The Id of the VPC | | ||
<!--- END_TF_DOCS ---> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters