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

Commit

Permalink
Prepare 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Apr 12, 2018
1 parent 8dbd9a8 commit d43916c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
terraform-aws-github-ci-0.4.2 (2017-04-12)
terraform-aws-github-ci-0.5.0 (2017-04-12)

* Added support to configure build specification file location
* Fixed #10: Webhook fails due to invalid reference

terraform-aws-github-ci-0.4.1 (2017-04-01)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The following variables can be configured:

#### `codebuild_buildspec`

- **Description**: Build specification declaration file ([file format][2])
- **Description**: Build specification file location ([file format][2])
- **Default**: `"buildspec.yml"` (at repository root)
- **Conflicts with**: `codebuild_project`

Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ variable "codebuild_image" {

# var.codebuild_buildspec
variable "codebuild_buildspec" {
description = "Build specification declaration file"
description = "Build specification file location"
default = ""
}

Expand Down

0 comments on commit d43916c

Please sign in to comment.