Skip to content

Commit a1ef867

Browse files
docs: auto update terraform docs
1 parent 8006a81 commit a1ef867

File tree

1 file changed

+20
-22
lines changed
  • examples/external-managed-ssm-secrets

1 file changed

+20
-22
lines changed

examples/external-managed-ssm-secrets/README.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -75,45 +75,43 @@ terraform output -raw webhook_secret
7575
```
7676

7777
<!-- BEGIN_TF_DOCS -->
78-
7978
## Requirements
8079

81-
| Name | Version |
82-
| ------------------------------------------------------------------------ | -------- |
83-
| <a name="requirement_terraform"></a> [terraform](#requirement_terraform) | >= 1.3.0 |
84-
| <a name="requirement_aws"></a> [aws](#requirement_aws) | ~> 5.27 |
85-
| <a name="requirement_local"></a> [local](#requirement_local) | ~> 2.0 |
86-
| <a name="requirement_random"></a> [random](#requirement_random) | ~> 3.0 |
80+
| Name | Version |
81+
|------|---------|
82+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3.0 |
83+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 5.27 |
84+
| <a name="requirement_local"></a> [local](#requirement\_local) | ~> 2.0 |
85+
| <a name="requirement_random"></a> [random](#requirement\_random) | ~> 3.0 |
8786

8887
## Providers
8988

9089
No providers.
9190

9291
## Modules
9392

94-
| Name | Source | Version |
95-
| -------------------------------------------------------- | ------- | ------- |
96-
| <a name="module_base"></a> [base](#module_base) | ../base | n/a |
97-
| <a name="module_runners"></a> [runners](#module_runners) | ../../ | n/a |
93+
| Name | Source | Version |
94+
|------|--------|---------|
95+
| <a name="module_base"></a> [base](#module\_base) | ../base | n/a |
96+
| <a name="module_runners"></a> [runners](#module\_runners) | ../../ | n/a |
9897

9998
## Resources
10099

101100
No resources.
102101

103102
## Inputs
104103

105-
| Name | Description | Type | Default | Required |
106-
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | :------: |
107-
| <a name="input_aws_region"></a> [aws_region](#input_aws_region) | AWS region. | `string` | `"eu-west-1"` | no |
108-
| <a name="input_environment"></a> [environment](#input_environment) | Environment name, used as prefix. | `string` | `null` | no |
109-
| <a name="input_github_app_ssm_parameters"></a> [github_app_ssm_parameters](#input_github_app_ssm_parameters) | SSM parameters details for the GitHub App, that you've created manually on AWS. | <pre>object({<br/> key_base64 = optional(object({<br/> arn = string<br/> name = string<br/> }))<br/> id = optional(object({<br/> arn = string<br/> name = string<br/> }))<br/> webhook_secret = optional(object({<br/> arn = string<br/> name = string<br/> }))<br/> })</pre> | `{}` | no |
104+
| Name | Description | Type | Default | Required |
105+
|------|-------------|------|---------|:--------:|
106+
| <a name="input_aws_region"></a> [aws\_region](#input\_aws\_region) | AWS region. | `string` | `"eu-west-1"` | no |
107+
| <a name="input_environment"></a> [environment](#input\_environment) | Environment name, used as prefix. | `string` | `null` | no |
108+
| <a name="input_github_app_ssm_parameters"></a> [github\_app\_ssm\_parameters](#input\_github\_app\_ssm\_parameters) | SSM parameters details for the GitHub App, that you've created manually on AWS. | <pre>object({<br/> key_base64 = optional(object({<br/> arn = string<br/> name = string<br/> }))<br/> id = optional(object({<br/> arn = string<br/> name = string<br/> }))<br/> webhook_secret = optional(object({<br/> arn = string<br/> name = string<br/> }))<br/> })</pre> | `{}` | no |
110109

111110
## Outputs
112111

113-
| Name | Description |
114-
| ----------------------------------------------------------------------------------- | ----------- |
115-
| <a name="output_note"></a> [note](#output_note) | n/a |
116-
| <a name="output_runners"></a> [runners](#output_runners) | n/a |
117-
| <a name="output_webhook_endpoint"></a> [webhook_endpoint](#output_webhook_endpoint) | n/a |
118-
112+
| Name | Description |
113+
|------|-------------|
114+
| <a name="output_note"></a> [note](#output\_note) | n/a |
115+
| <a name="output_runners"></a> [runners](#output\_runners) | n/a |
116+
| <a name="output_webhook_endpoint"></a> [webhook\_endpoint](#output\_webhook\_endpoint) | n/a |
119117
<!-- END_TF_DOCS -->

0 commit comments

Comments
 (0)