v0.30.0
set enabled for codebuild module @mihaiplesa (#100)
Resolves #101
Add random attribute to avoid codepipeline bucket name collisions @joe-niland (#102)
what
- Adds a random string to the codepipeline module's attributes to provide a unique name for the codepipeline bucket
why
- Automated tests sometimes fail due to bucket naming collisions (presumably when a previous test run failed and was not properly cleaned up)
references
- None