You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <a name="input_enabled"></a> [enabled](#input\_enabled) | Set to false to prevent the module from creating any resources | `bool` | `null` | no |
285
285
| <a name="input_environment"></a> [environment](#input\_environment) | Environment, e.g. 'uw2', 'us-west-2', OR 'prod', 'staging', 'dev', 'UAT' | `string` | `null` | no |
286
-
| <a name="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables) | A list of maps, that contain both the key 'name'and the key 'value' to be used as additional environment variables for the build| <pre>list(object(<br> {<br> name = string<br> value = string<br> }))</pre> | `[]` | no |
286
+
| <a name="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables) | A list of maps, that contain the keys 'name', 'value', and 'type' to be used as additional environment variables for the build. Valid types are 'PLAINTEXT', 'PARAMETER\_STORE', or 'SECRETS\_MANAGER' | <pre>list(object(<br> {<br> name = string<br> value = string<br> type = string<br> }))</pre> | `[]` | no |
287
287
| <a name="input_github_oauth_token"></a> [github\_oauth\_token](#input\_github\_oauth\_token) | GitHub OAuth Token with permissions to access private repositories | `string` | `""` | no |
288
288
| <a name="input_github_webhook_events"></a> [github\_webhook\_events](#input\_github\_webhook\_events) | A list of events which should trigger the webhook. See a list of [available events](https://developer.github.com/v3/activity/events/types/) | `list(string)` | <pre>[<br> "push"<br>]</pre> | no |
289
289
| <a name="input_github_webhooks_token"></a> [github\_webhooks\_token](#input\_github\_webhooks\_token) | GitHub OAuth Token with permissions to create webhooks. If not provided, can be sourced from the `GITHUB_TOKEN` environment variable | `string` | `""` | no |
| <aname="input_enabled"></a> [enabled](#input\_enabled)| Set to false to prevent the module from creating any resources |`bool`|`null`| no |
81
81
| <aname="input_environment"></a> [environment](#input\_environment)| Environment, e.g. 'uw2', 'us-west-2', OR 'prod', 'staging', 'dev', 'UAT' |`string`|`null`| no |
82
-
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| A list of maps, that contain both the key 'name'and the key 'value' to be used as additional environment variables for the build| <pre>list(object(<br> {<br> name = string<br> value = string<br> }))</pre> |`[]`| no |
82
+
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| A list of maps, that contain the keys 'name', 'value', and 'type' to be used as additional environment variables for the build. Valid types are 'PLAINTEXT', 'PARAMETER\_STORE', or 'SECRETS\_MANAGER' | <pre>list(object(<br> {<br> name = string<br> value = string<br> type = string<br> }))</pre> |`[]`| no |
83
83
| <aname="input_github_oauth_token"></a> [github\_oauth\_token](#input\_github\_oauth\_token)| GitHub OAuth Token with permissions to access private repositories |`string`|`""`| no |
84
84
| <aname="input_github_webhook_events"></a> [github\_webhook\_events](#input\_github\_webhook\_events)| A list of events which should trigger the webhook. See a list of [available events](https://developer.github.com/v3/activity/events/types/)|`list(string)`| <pre>[<br> "push"<br>]</pre> | no |
85
85
| <aname="input_github_webhooks_token"></a> [github\_webhooks\_token](#input\_github\_webhooks\_token)| GitHub OAuth Token with permissions to create webhooks. If not provided, can be sourced from the `GITHUB_TOKEN` environment variable |`string`|`""`| no |
description="A list of maps, that contain both the key 'name'and the key 'value' to be used as additional environment variables for the build"
189
+
description="A list of maps, that contain the keys 'name', 'value', and 'type' to be used as additional environment variables for the build. Valid types are 'PLAINTEXT', 'PARAMETER_STORE', or 'SECRETS_MANAGER'"
description="A list of maps, that contain both the key 'name'and the key 'value' to be used as additional environment variables for the build"
138
+
description="A list of maps, that contain the keys 'name', 'value', and 'type' to be used as additional environment variables for the build. Valid types are 'PLAINTEXT', 'PARAMETER_STORE', or 'SECRETS_MANAGER'"
0 commit comments