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
### To hide warnings about unset versions in providers
93
-
94
-
Add this to your .tf files
95
-
```hcl
96
-
provider "random" {
97
-
version = "~> 1.0"
98
-
}
99
-
100
-
provider "null" {
101
-
version = "~> 1.0"
102
-
}
103
-
```
104
-
105
92
106
93
107
94
@@ -121,32 +108,32 @@ Available targets:
121
108
122
109
| Name | Description | Type | Default | Required |
123
110
|------|-------------|:----:|:-----:|:-----:|
124
-
| artifact_type | The build output artifact's type. Valid values for this parameter are: CODEPIPELINE, NO_ARTIFACTS or S3.| string |`CODEPIPELINE`| no |
125
-
| attributes | Additional attributes (e.g. `policy` or `role`) | list |`<list>`| no |
111
+
| artifact_type | The build output artifact's type. Valid values for this parameter are: CODEPIPELINE, NO_ARTIFACTS or S3 | string |`CODEPIPELINE`| no |
112
+
| attributes | Additional attributes (e.g. `policy` or `role`) | list(string)|`<list>`| no |
126
113
| aws_account_id | (Optional) AWS Account ID. Used as CodeBuild ENV variable when building Docker images. For more info: http://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker.html| string | `` | no |
127
114
| aws_region | (Optional) AWS Region, e.g. us-east-1. Used as CodeBuild ENV variable when building Docker images. For more info: http://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker.html| string | `` | no |
128
-
| badge_enabled | Generates a publicly-accessible URL for the projects build badge. Available as badge_url attribute when enabled.|string|`false`| no |
115
+
| badge_enabled | Generates a publicly-accessible URL for the projects build badge. Available as badge_url attribute when enabled |bool|`false`| no |
129
116
| build_compute_type | Instance type of the build instance | string |`BUILD_GENERAL1_SMALL`| no |
130
-
| build_image | Docker image for build environment, e.g. 'aws/codebuild/docker:1.12.1' or 'aws/codebuild/eb-nodejs-6.10.0-amazonlinux-64:4.0.0'. For more info: http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html| string |`aws/codebuild/docker:1.12.1`| no |
131
-
| 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.| string |`60`| no |
117
+
| build_image | Docker image for build environment, e.g. 'aws/codebuild/standard:2.0' or 'aws/codebuild/eb-nodejs-6.10.0-amazonlinux-64:4.0.0'. For more info: http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html| string |`aws/codebuild/standard:2.0`| no |
118
+
| 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 | string |`60`| no |
132
119
| buildspec | Optional buildspec declaration to use for building the project | string | `` | no |
133
-
| cache_bucket_suffix_enabled | The cache bucket generates a random 13 character string to generate a unique bucket name. If set to false it uses terraform-null-label's id value |string|`true`| no |
134
-
| cache_enabled | If cache_enabled is true, create an S3 bucket for storing codebuild cache inside |string|`true`| no |
120
+
| cache_bucket_suffix_enabled | The cache bucket generates a random 13 character string to generate a unique bucket name. If set to false it uses terraform-null-label's id value |bool|`true`| no |
121
+
| cache_enabled | If cache_enabled is true, create an S3 bucket for storing codebuild cache inside |bool|`true`| no |
135
122
| cache_expiration_days | How many days should the build cache be kept | string |`7`| no |
136
123
| delimiter | Delimiter to be used between `name`, `namespace`, `stage`, etc. | string |`-`| no |
137
-
| enabled | A boolean to enable/disable resource creation |string|`true`| no |
138
-
| 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.|list|`<list>`| no |
124
+
| enabled | A boolean to enable/disable resource creation |bool|`true`| no |
125
+
| 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 |object|`<list>`| no |
| image_repo_name | (Optional) ECR repository name to store the Docker image built by this module. Used as CodeBuild ENV variable when building Docker images. For more info: http://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker.html| string |`UNSET`| no |
141
128
| image_tag | (Optional) Docker image tag in the ECR repository, e.g. 'latest'. Used as CodeBuild ENV variable when building Docker images. For more info: http://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker.html| string |`latest`| no |
142
-
| name | Solution name, e.g. 'app' or 'jenkins' | string |`codebuild`|no|
143
-
| namespace | Namespace, which could be your organization name, e.g. 'cp' or 'cloudposse' | string |`global`| no |
144
-
| privileged_mode | (Optional) If set to true, enables running the Docker daemon inside a Docker container on the CodeBuild instance. Used when building Docker images |string|`false`| no |
145
-
| report_build_status | Set to true to report the status of a build's start and finish to your source provider. This option is only valid when the source_type is BITBUCKET or GITHUB.|string|`false`| no |
146
-
| source_location | The location of the source code from git or s3.| string | `` | no |
147
-
| source_type | The type of repository that contains the source code to be built. Valid values for this parameter are: CODECOMMIT, CODEPIPELINE, GITHUB, GITHUB_ENTERPRISE, BITBUCKET or S3.| string |`CODEPIPELINE`| no |
148
-
| stage | Stage, e.g. 'prod', 'staging', 'dev', or 'test' | string |`default`| no |
| name | Solution name, e.g. 'app' or 'jenkins' | string |-|yes|
130
+
| namespace | Namespace, which could be your organization name, e.g. 'eg' or 'cp' | string | `` | no |
131
+
| privileged_mode | (Optional) If set to true, enables running the Docker daemon inside a Docker container on the CodeBuild instance. Used when building Docker images |bool|`false`| no |
132
+
| report_build_status | Set to true to report the status of a build's start and finish to your source provider. This option is only valid when the source_type is BITBUCKET or GITHUB |bool|`false`| no |
133
+
| source_location | The location of the source code from git or s3 | string | `` | no |
134
+
| source_type | The type of repository that contains the source code to be built. Valid values for this parameter are: CODECOMMIT, CODEPIPELINE, GITHUB, GITHUB_ENTERPRISE, BITBUCKET or S3 | string |`CODEPIPELINE`| no |
135
+
| stage | Stage, e.g. 'prod', 'staging', 'dev', or 'test' | string | `` | no |
0 commit comments