Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
6 changes: 6 additions & 0 deletions content/en/references/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ This section covers configuration options that are specific to certain AWS servi
| - | - | - |
| `PROVIDER_OVERRIDE_CLOUDWATCH` | `v1` | Use the old CloudWatch provider. |

### CodeBuild

| Variable | Example Values | Description |
| - | - | - |
| `CODEBUILD_REMOVE_CONTAINERS` | `0`\|`1` (default) | Remove Docker containers associated with a CodeBuild build tasks after execution. Disabling this and dumping container logs might help with troubleshooting failing builds. |

### DMS

| Variable | Example Values | Description |
Expand Down
5 changes: 2 additions & 3 deletions content/en/references/coverage/coverage_codebuild/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
title: "codebuild"
linkTitle: "codebuild"
title: "CodeBuild"
linkTitle: "CodeBuild"
description: >
Implementation details for API codebuild
hide_readingtime: true
draft: true
---

## Coverage Overview
Expand Down
Loading