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/
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [](https://slack.cloudposse.com) ## Describe the Feature From https://github.com/cloudposse/terraform-aws-cicd/issues/98 The ecs inputs do not create any specific ecs...
## what Clarifying what the `github_oauth_token` variable should contain. ## why The `aws-codebuild` module changed the default type for the `github_token` variable to `PARAMTER_STORE` from `PLAINTEXT` in this commit https://github.com/cloudposse/terraform-aws-codebuild/commit/d0782827c25de91f41b7ea2421ef4970f047f3be.
## what This is a follow up of [PR#46](https://github.com/cloudposse/terraform-aws-ecs-codepipeline/pull/46) This will allow to deploy a build to multiple destinations. ## why See [PR#46](https://github.com/cloudposse/terraform-aws-ecs-codepipeline/pull/46) ## references [PR#46](https://github.com/cloudposse/terraform-aws-ecs-codepipeline/pull/46)
``` module "ecs-codepipeline" { source = "cloudposse/ecs-codepipeline/aws" version = "0.23.1" name = "hello-world" namespace = "eg" stage = "staging" github_oauth_token = var.github_oauth_token region = "eu-***-1" image_repo_name = "hello-world" //github_webhooks_token =...
## what * Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?) > This will allow to deploy a build to...
The IAM policy for the role allows * too too many aws services without resource restrictions. Allowing a var supplied policy here could be a good first step. (https://github.com/cloudposse/terraform-aws-ecs-codepipeline/blame/master/main.tf#L66-L87).
## Describe the Feature Specify `ARM_CONTAINER` for `environment.type` of `aws_codebuild_project` resource. Of course CodeBuild is wrapped with cloudposse/terraform-aws-codebuild, and it accepts this value as `build_type` variable. ## Expected Behavior `build_type`...
In order for this to be in some envs consider adding AES-256 encryption by default to your buckets.
Hello, I'm trying to build a pipeline that fulls from my github repo. The module thinks my username is an org. I get an error: ``` GET https://api.github.com/orgs/brietsparks: 404 Not...
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [](https://slack.cloudposse.com) ## Describe the Feature Code Pipeline source provider GitHub Version 2 is the current preferred...