Skip to content

Tags: huksley/terraform-aws-codebuild

Tags

1.8_GA

Toggle 1.8_GA's commit message
Added var environment_variables which allows unlimited list of enviro…

…nment vars

1.7_GA

Toggle 1.7_GA's commit message
Added ability to specify additional codebuild vars

1.6_GA

Toggle 1.6_GA's commit message
Not creating aws_iam_policy_document for cache bucket if cache is dis…

…abled

1.5_GA

Toggle 1.5_GA's commit message
By default disabling cache bucket for CodeBuild

1.4_GA

Toggle 1.4_GA's commit message
Using specific version of terraform-generic-label

1.3_GA

Toggle 1.3_GA's commit message
Added count on some missing resources

1.2_GA

Toggle 1.2_GA's commit message
Added more codebuild vars

1.1_GA

Toggle 1.1_GA's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from huksley/cloudposse-master

Cloudposse master

1.0_GA

Toggle 1.0_GA's commit message
Added configuration of CodeBuild env by variables

0.7.1

Toggle 0.7.1's commit message
Added an S3 cache, so that the buildspec.yml can use cache and dynami…

…c environment vars. (cloudposse#16)

* Added s3 caching option, with autodelete cache

* Added s3 caching option, with autodelete cache

* Added s3 caching option, with autodelete cache

* fixed error on conditional cache usage

* Updated the cache_enabled option for clarity
Added the ability to dynamically add environment variables.
Set the s3 bucket to only create if the cache is enabled
Added a null provider verion to remove the warning.
Added a random provider with version to remove warning.
Added a random string generator to append to bucket names to add uniqueness, lowering the chance of bucket name conflicts

* removed build harness file

* updated the environment_variables to use a default list containing a map. When it was empty, it caused an error

* Fixed formatting for lint

* updated variable description

* fixed format

* fixed source of label module

* fixed source of label module

* fixed source of label module

* set label to use terraform-null-label

* Switched to a tagged release of terraform-terraform-label

* added git:: to source

* moved provider section out of module, and added a section to README to make users aware of the providers used, nd how to squash the warning