Skip to content
This repository was archived by the owner on Apr 18, 2020. It is now read-only.

Commit e628c85

Browse files
committed
Updated README
1 parent f226a17 commit e628c85

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Next, add the following module to your Terraform configuration and apply it:
5454
``` hcl
5555
module "github_ci" {
5656
source = "github.com/squidfunk/terraform-aws-github-ci"
57-
version = "0.5.2"
57+
version = "0.5.3"
5858
5959
namespace = "<namespace>"
6060
github_owner = "<owner>"
@@ -140,10 +140,11 @@ The following variables can be configured:
140140
- **Default**: `"buildspec.yml"` (at repository root)
141141
- **Conflicts with**: `codebuild_project`
142142

143-
### `codebuild_privileged_mode`
143+
#### `codebuild_privileged_mode`
144144

145-
- **Description**: If set to true, enables running the Docker daemon inside a Docker container.
146-
- **Default**: false
145+
- **Description**: If set to true, enables running the Docker daemon inside a
146+
Docker container.
147+
- **Default**: `false`
147148
- **Conflicts with**: `codebuild_project`
148149

149150
#### `codebuild_bucket`

0 commit comments

Comments
 (0)