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
| 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 |
237
238
| regex\_replace\_chars | Regex to replace chars with empty string in `namespace`, `environment`, `stage` and `name`.<br>If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. |`string`|`null`| no |
238
239
| 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 |
240
+
| secondary\_artifact\_encryption\_enabled | Set to true to enable encryption on the secondary artifact bucket |`bool`|`false`| no |
241
+
| secondary\_artifact\_identifier | Secondary artifact identifier. Must match the identifier in the build spec |`string`|`null`| no |
242
+
| secondary\_artifact\_location | Location of secondary artifact. Must be an S3 reference |`string`|`null`| no |
239
243
| secondary\_sources | (Optional) secondary source for the codebuild project in addition to the primary location | <pre>list(object(<br> {<br> git_clone_depth = number<br> location = string<br> source_identifier = string<br> type = string<br> fetch_submodules = bool<br> insecure_ssl = bool<br> report_build_status = bool<br> }))</pre> |`[]`| no |
240
244
| source\_credential\_auth\_type | The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. |`string`|`"PERSONAL_ACCESS_TOKEN"`| no |
241
245
| source\_credential\_server\_type | The source provider used for this project. |`string`|`"GITHUB"`| no |
| 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 |
80
81
| regex\_replace\_chars | Regex to replace chars with empty string in `namespace`, `environment`, `stage` and `name`.<br>If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. |`string`|`null`| no |
81
82
| 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 |
83
+
| secondary\_artifact\_encryption\_enabled | Set to true to enable encryption on the secondary artifact bucket |`bool`|`false`| no |
84
+
| secondary\_artifact\_identifier | Secondary artifact identifier. Must match the identifier in the build spec |`string`|`null`| no |
85
+
| secondary\_artifact\_location | Location of secondary artifact. Must be an S3 reference |`string`|`null`| no |
82
86
| secondary\_sources | (Optional) secondary source for the codebuild project in addition to the primary location | <pre>list(object(<br> {<br> git_clone_depth = number<br> location = string<br> source_identifier = string<br> type = string<br> fetch_submodules = bool<br> insecure_ssl = bool<br> report_build_status = bool<br> }))</pre> |`[]`| no |
83
87
| source\_credential\_auth\_type | The type of authentication used to connect to a GitHub, GitHub Enterprise, or Bitbucket repository. |`string`|`"PERSONAL_ACCESS_TOKEN"`| no |
84
88
| source\_credential\_server\_type | The source provider used for this project. |`string`|`"GITHUB"`| no |
0 commit comments