terraform-aws-codebuild icon indicating copy to clipboard operation
terraform-aws-codebuild copied to clipboard

Terraform Module to easily leverage AWS CodeBuild for Continuous Integration

Results 21 terraform-aws-codebuild issues
Sort by recently updated
recently updated
newest added

## 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
readme
no-release

## what * The `aws_s3_bucket` resource has been modified to support AWS provider version 4 and above. * Every subblock with `aws_s3_bucket` such as server side encryption, acl, lifecycle configuration,...

## what * Refactoring the module to use the S3 bucket module * Use an AWS provider > v4.9.x * Use terraform version > v1.0 ## why * So that...

major

## what * Fixes typo - name of the variable used for provision "secondary sources" ## why * Failing with error: ``` ╷ │ Error: Reference to undeclared resource │...

## what - Added [override_artifact_name] parameter (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_project#override_artifact_name) - Added [artifact_encryption_disabled] parameter (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codebuild_project#artifact_encryption_disabled) ## why - There are some projects that need to override the artifact name, encryption disabled, so I...

Hello, I'm getting the error: ``` Invalid artifacts: artifact type NO_ARTIFACTS should have null output name ``` Maybe I'm missing something? ```hcl module "build" { source = "git::https://github.com/cloudposse/terraform-aws-codebuild.git?ref=master" namespace =...

bug

## Describe the Bug Current state of module is not compatible with TF AWS Provider 4.0.0 due to breaking changes introduced https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#400-february-10-2022 ## Expected Behavior Module should work in aws...

bug

Existing service_role and disabling random_string (if not s3 bucket needed) ## what * Adding support to use an existin service_role * Disabling random_string creation if no AWS S3 bucket is...

## what * Bump minimal random provider version ## why * https://github.com/cloudposse/terraform-aws-codebuild/commit/6c270938df7a5e0c4dadda0a8fa53547f89fe060 changed name of a field `number` to `numeric` in `random_string` resource. Version of `hashicorp/random` needs to be updated...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/dynamic-subnets/aws](https://registry.terraform.io/modules/cloudposse/dynamic-subnets/aws) ([source](https://redirect.github.com/cloudposse/terraform-aws-dynamic-subnets)) | module | patch | `2.4.1` -> `2.4.2` | --- ###...

auto-update