We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939aebd commit b29808dCopy full SHA for b29808d
examples/ephemeral/README.md
@@ -61,6 +61,7 @@ terraform output webhook_secret
61
62
| Name | Description | Type | Default | Required |
63
|------|-------------|------|---------|:--------:|
64
+| <a name="input_aws_region"></a> [aws\_region](#input\_aws\_region) | AWS region. | `string` | `"eu-west-1"` | no |
65
| <a name="input_environment"></a> [environment](#input\_environment) | Environment name, used as prefix | `string` | `null` | no |
66
| <a name="input_github_app"></a> [github\_app](#input\_github\_app) | GitHub for API usages. | <pre>object({<br> id = string<br> key_base64 = string<br> })</pre> | n/a | yes |
67
0 commit comments