File tree Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Expand file tree Collapse file tree 5 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1+ addons :
2+ apt :
3+ packages :
4+ - git
5+ - make
6+ - curl
7+
8+ install :
9+ - make init
10+
11+ script :
12+ - make terraform:install
13+ - make terraform:get-plugins
14+ - make terraform:get-modules
15+ - make terraform:lint
16+ - make terraform:validate
Original file line number Diff line number Diff line change 186186 same "printed page" as the copyright notice for easier
187187 identification within third-party archives.
188188
189- Copyright 2017 Cloud Posse, LLC
189+ Copyright 2017-2018 Cloud Posse, LLC
190190
191191 Licensed under the Apache License, Version 2.0 (the "License");
192192 you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1+ SHELL := /bin/bash
2+
3+ -include $(shell curl -sSL -o .build-harness "https ://git.io/build-harness"; echo .build-harness)
4+
5+ lint :
6+ $(SELF ) terraform:install terraform:get-modules terraform:get-plugins terraform:lint terraform:validate
Original file line number Diff line number Diff line change 1- # terraform-aws-codebuild
1+ # terraform-aws-codebuild [ ![ Build Status ] ( https://travis-ci.org/cloudposse/terraform-aws-codebuild.svg )] ( https://travis-ci.org/cloudposse/terraform-aws-codebuild )
22
33Terraform module to create AWS CodeBuild project for AWS CodePipeline
44
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ data "aws_region" "default" {
66
77# Define composite variables for resources
88module "label" {
9- source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.2 .1"
9+ source = " git::https://github.com/cloudposse/terraform-null-label.git?ref=tags/0.3 .1"
1010 namespace = " ${ var . namespace } "
1111 name = " ${ var . name } "
1212 stage = " ${ var . stage } "
You can’t perform that action at this time.
0 commit comments