terraform-aws-ecs-codepipeline icon indicating copy to clipboard operation
terraform-aws-ecs-codepipeline copied to clipboard

Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS https://cloudposse.com/

Results 33 terraform-aws-ecs-codepipeline issues
Sort by recently updated
recently updated
newest added

Hi there, In your buildspec example you use $CONTAINER_NAME but I haven't found anywhere in the code where I could pass the container_name to my CodeBuild environment variable. Unless I...

## 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...

patch

Resolves https://github.com/cloudposse/terraform-aws-ecs-codepipeline/issues/101

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Bug When `enabled` is `false` the module still creates resources (CodeBuild). ## Expected Behavior No resources...

bug

## what This is an auto-generated PR that updates the README.md and docs ## why To have most recent changes of README.md and doc from origin templates

auto-update
no-release
readme

## what * Add build_type as codebuild option ## why * `build_type` is required to utilize arm container ## references * close #86

terratest-failing
conflict

## what Fix the failing test because outdated code ## why Test is failing on most of pull request ## references

no-release
bugfix
needs-test

## what the module version being used for the codebuild module call has been updated from 1.0.0 to 2.0.1. ## why this module was broken and throwing an error due...

terratest-failing

## what Remove `github_token` from codebuild module ## why - `github_oauth_token` causing conflict between `codepipeline` and `codebuild` where - In `codepipeline`, its used as a REAL github token value for...

triage

## what I create a new variable called deploy_stage_enabled, and then make dynamic the deploy stage of aws_codepipeline bitbucket and aws_codepipeline default ## why It allows you to create images...

triage