|
3 | 3 |
|
4 | 4 | | Name | Version |
|
5 | 5 | |------|---------|
|
6 |
| -| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0.0 | |
7 |
| -| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.9.0 | |
| 6 | +| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 | |
| 7 | +| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.0 | |
8 | 8 | | <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.1 |
|
9 | 9 |
|
10 | 10 | ## Providers
|
11 | 11 |
|
12 | 12 | | Name | Version |
|
13 | 13 | |------|---------|
|
14 |
| -| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.9.0 | |
| 14 | +| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.0 | |
15 | 15 | | <a name="provider_random"></a> [random](#provider\_random) | >= 2.1 |
|
16 | 16 |
|
17 | 17 | ## Modules
|
|
24 | 24 | | <a name="module_codepipeline_label"></a> [codepipeline\_label](#module\_codepipeline\_label) | cloudposse/label/null | 0.25.0 |
|
25 | 25 | | <a name="module_codepipeline_s3_policy_label"></a> [codepipeline\_s3\_policy\_label](#module\_codepipeline\_s3\_policy\_label) | cloudposse/label/null | 0.25.0 |
|
26 | 26 | | <a name="module_codestar_label"></a> [codestar\_label](#module\_codestar\_label) | cloudposse/label/null | 0.25.0 |
|
27 |
| -| <a name="module_github_webhooks"></a> [github\_webhooks](#module\_github\_webhooks) | cloudposse/repository-webhooks/github | 0.13.0 | |
| 27 | +| <a name="module_github_webhooks"></a> [github\_webhooks](#module\_github\_webhooks) | cloudposse/repository-webhooks/github | 0.14.0 | |
28 | 28 | | <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |
|
29 | 29 |
|
30 | 30 | ## Resources
|
|
66 | 66 | | <a name="input_badge_enabled"></a> [badge\_enabled](#input\_badge\_enabled) | Generates a publicly-accessible URL for the projects build badge. Available as badge\_url attribute when enabled | `bool` | `false` | no |
|
67 | 67 | | <a name="input_branch"></a> [branch](#input\_branch) | Branch of the GitHub repository, _e.g._ `master` | `string` | n/a | yes |
|
68 | 68 | | <a name="input_build_compute_type"></a> [build\_compute\_type](#input\_build\_compute\_type) | `CodeBuild` instance size. Possible values are: `BUILD_GENERAL1_SMALL` `BUILD_GENERAL1_MEDIUM` `BUILD_GENERAL1_LARGE` | `string` | `"BUILD_GENERAL1_SMALL"` | no |
|
69 |
| -| <a name="input_build_image"></a> [build\_image](#input\_build\_image) | Docker image for build environment, _e.g._ `aws/codebuild/docker:docker:17.09.0` | `string` | `"aws/codebuild/docker:17.09.0"` | no | |
| 69 | +| <a name="input_build_image"></a> [build\_image](#input\_build\_image) | Docker image for build environment, https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html | `string` | `"aws/codebuild/amazonlinux2-x86_64-standard:5.0"` | no | |
70 | 70 | | <a name="input_build_timeout"></a> [build\_timeout](#input\_build\_timeout) | How long in minutes, from 5 to 480 (8 hours), for AWS CodeBuild to wait until timing out any related build that does not get marked as completed | `number` | `60` | no |
|
71 | 71 | | <a name="input_build_type"></a> [build\_type](#input\_build\_type) | The type of build environment, e.g. 'LINUX\_CONTAINER' or 'WINDOWS\_CONTAINER' or 'ARM\_CONTAINER' | `string` | `"LINUX_CONTAINER"` | no |
|
72 | 72 | | <a name="input_buildspec"></a> [buildspec](#input\_buildspec) | Declaration to use for building the project. [For more info](http://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html) | `string` | `""` | no |
|
|
0 commit comments