Skip to content

Commit d7c00b5

Browse files
LukGermanosterman
authored andcommitted
Update build module (#18)
What: - update build module from 0.11.0 to 0.12.1 Why: - adds ability to run task during build process, which might be used to run one-off task for database migrations
1 parent 289a8ea commit d7c00b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ data "aws_caller_identity" "default" {}
167167
data "aws_region" "default" {}
168168

169169
module "build" {
170-
source = "git::https://github.com/cloudposse/terraform-aws-codebuild.git?ref=tags/0.11.0"
170+
source = "git::https://github.com/cloudposse/terraform-aws-codebuild.git?ref=tags/0.12.1"
171171
enabled = "${var.enabled}"
172172
namespace = "${var.namespace}"
173173
name = "${var.name}"

0 commit comments

Comments
 (0)