terraform-aws-ecs-codepipeline
terraform-aws-ecs-codepipeline copied to clipboard
Terraform Module for CI/CD with AWS Code Pipeline and Code Build for ECS https://cloudposse.com/
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...
Resolves https://github.com/cloudposse/terraform-aws-ecs-codepipeline/issues/101
Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help. [](https://slack.cloudposse.com) ## Describe the Bug When `enabled` is `false` the module still creates resources (CodeBuild). ## Expected Behavior No resources...
## 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
## what * Add build_type as codebuild option ## why * `build_type` is required to utilize arm container ## references * close #86
## what Fix the failing test because outdated code ## why Test is failing on most of pull request ## references
## 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...
## 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...
## 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...