Skip to content

Commit 4252687

Browse files
renovate[bot]renovate-botcloudpossebot
authored
chore(deps): update terraform cloudposse/codebuild/aws to v0.33.0 (#91)
* chore(deps): update terraform cloudposse/codebuild/aws to v0.33.0 * Auto Format Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: cloudpossebot <[email protected]>
1 parent 176ff1f commit 4252687

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ Available targets:
289289

290290
| Name | Source | Version |
291291
|------|--------|---------|
292-
| codebuild | cloudposse/codebuild/aws | 0.32.0 |
292+
| codebuild | cloudposse/codebuild/aws | 0.33.0 |
293293
| github_webhook | cloudposse/repository-webhooks/github | 0.12.0 |
294294
| this | cloudposse/label/null | 0.24.1 |
295295

docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
| Name | Source | Version |
2020
|------|--------|---------|
21-
| codebuild | cloudposse/codebuild/aws | 0.32.0 |
21+
| codebuild | cloudposse/codebuild/aws | 0.33.0 |
2222
| github_webhook | cloudposse/repository-webhooks/github | 0.12.0 |
2323
| this | cloudposse/label/null | 0.24.1 |
2424

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ data "aws_iam_policy_document" "codebuild" {
177177

178178
module "codebuild" {
179179
source = "cloudposse/codebuild/aws"
180-
version = "0.32.0"
180+
version = "0.33.0"
181181
build_image = var.build_image
182182
build_compute_type = var.build_compute_type
183183
buildspec = var.buildspec

0 commit comments

Comments
 (0)