Skip to content

Commit

Permalink
chore(deps): update terraform cloudposse/codebuild/aws to v0.33.0 (#91)
Browse files Browse the repository at this point in the history
* chore(deps): update terraform cloudposse/codebuild/aws to v0.33.0

* Auto Format

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 16, 2021
1 parent 176ff1f commit 4252687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Available targets:

| Name | Source | Version |
|------|--------|---------|
| codebuild | cloudposse/codebuild/aws | 0.32.0 |
| codebuild | cloudposse/codebuild/aws | 0.33.0 |
| github_webhook | cloudposse/repository-webhooks/github | 0.12.0 |
| this | cloudposse/label/null | 0.24.1 |

Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

| Name | Source | Version |
|------|--------|---------|
| codebuild | cloudposse/codebuild/aws | 0.32.0 |
| codebuild | cloudposse/codebuild/aws | 0.33.0 |
| github_webhook | cloudposse/repository-webhooks/github | 0.12.0 |
| this | cloudposse/label/null | 0.24.1 |

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ data "aws_iam_policy_document" "codebuild" {

module "codebuild" {
source = "cloudposse/codebuild/aws"
version = "0.32.0"
version = "0.33.0"
build_image = var.build_image
build_compute_type = var.build_compute_type
buildspec = var.buildspec
Expand Down

0 comments on commit 4252687

Please sign in to comment.