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/
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/repository-webhooks/github](https://registry.terraform.io/modules/cloudposse/repository-webhooks/github) ([source](https://togithub.com/cloudposse/terraform-github-repository-webhooks)) | module | minor | `0.13.0` -> `0.14.0` |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/codebuild/aws](https://registry.terraform.io/modules/cloudposse/codebuild/aws) ([source](https://togithub.com/cloudposse/terraform-aws-codebuild)) | module | major | `1.0.0` -> `2.0.2` |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/cloudposse/terraform-aws-ecs-codepipeline). - WARN:...
### Describe the Bug ecs-codepipeline has a hardcoded dependency for the code build module. this is calling version 1.0.0 instead of latest 2.0.1 in which the dynamic block has been...
### Describe the Bug Thanks for providing this great open source library! I am trying to run the `examples/complete` example from the repo and encounter several errors regarding "unsupported block...
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.1 to 1.7.4. Release notes Sourced from github.com/hashicorp/go-getter's releases. v1.7.4 What's Changed Escape user-provided strings in git commands hashicorp/go-getter#483 Fixed a bug in .netrc handling if the...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
## what * Add build_type as codebuild option ## why * `build_type` is required to utilize arm container ## references * close #86
## what updating the default docker image as it is deprecated. https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html ## why Module was throwing an error for privileged mode invalid input even when the tfvars is passing...
## what Adding pipeline_type to the module to set whether V1 or the newer V2 version is deployed. ## why This feature will allow for both github and bitbucket pipelines...