Skip to content

Commit 5cb325e

Browse files
renovate[bot]renovate-botcloudpossebotactions-bot
authored
Update Terraform cloudposse/codebuild/aws to v0.32.0 (#68)
* Update Terraform cloudposse/codebuild/aws to v0.32.0 * Auto Format * Updated README.md Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com> Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>
1 parent 7fdb2e6 commit 5cb325e

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Available targets:
226226
227227
| Name | Source | Version |
228228
|------|--------|---------|
229-
| codebuild | cloudposse/codebuild/aws | 0.31.1 |
229+
| codebuild | cloudposse/codebuild/aws | 0.32.0 |
230230
| codebuild_label | cloudposse/label/null | 0.24.1 |
231231
| codepipeline_assume_role_label | cloudposse/label/null | 0.24.1 |
232232
| codepipeline_label | cloudposse/label/null | 0.24.1 |
@@ -239,16 +239,16 @@ Available targets:
239239
240240
| Name |
241241
|------|
242-
| [aws_caller_identity](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/caller_identity) |
243-
| [aws_codepipeline](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/codepipeline) |
244-
| [aws_codepipeline_webhook](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/codepipeline_webhook) |
245-
| [aws_iam_policy](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_policy) |
246-
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/iam_policy_document) |
247-
| [aws_iam_role](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_role) |
248-
| [aws_iam_role_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_role_policy_attachment) |
249-
| [aws_region](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/region) |
250-
| [aws_s3_bucket](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/s3_bucket) |
251-
| [random_string](https://registry.terraform.io/providers/hashicorp/random/2.1/docs/resources/string) |
242+
| [aws_caller_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) |
243+
| [aws_codepipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline) |
244+
| [aws_codepipeline_webhook](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline_webhook) |
245+
| [aws_iam_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) |
246+
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) |
247+
| [aws_iam_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) |
248+
| [aws_iam_role_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) |
249+
| [aws_region](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) |
250+
| [aws_s3_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) |
251+
| [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string) |
252252
253253
## Inputs
254254

docs/terraform.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
| Name | Source | Version |
2323
|------|--------|---------|
24-
| codebuild | cloudposse/codebuild/aws | 0.31.1 |
24+
| codebuild | cloudposse/codebuild/aws | 0.32.0 |
2525
| codebuild_label | cloudposse/label/null | 0.24.1 |
2626
| codepipeline_assume_role_label | cloudposse/label/null | 0.24.1 |
2727
| codepipeline_label | cloudposse/label/null | 0.24.1 |
@@ -34,16 +34,16 @@
3434

3535
| Name |
3636
|------|
37-
| [aws_caller_identity](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/caller_identity) |
38-
| [aws_codepipeline](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/codepipeline) |
39-
| [aws_codepipeline_webhook](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/codepipeline_webhook) |
40-
| [aws_iam_policy](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_policy) |
41-
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/iam_policy_document) |
42-
| [aws_iam_role](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_role) |
43-
| [aws_iam_role_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/iam_role_policy_attachment) |
44-
| [aws_region](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/region) |
45-
| [aws_s3_bucket](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/s3_bucket) |
46-
| [random_string](https://registry.terraform.io/providers/hashicorp/random/2.1/docs/resources/string) |
37+
| [aws_caller_identity](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity) |
38+
| [aws_codepipeline](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline) |
39+
| [aws_codepipeline_webhook](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/codepipeline_webhook) |
40+
| [aws_iam_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_policy) |
41+
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) |
42+
| [aws_iam_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role) |
43+
| [aws_iam_role_policy_attachment](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/iam_role_policy_attachment) |
44+
| [aws_region](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/region) |
45+
| [aws_s3_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/s3_bucket) |
46+
| [random_string](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/string) |
4747

4848
## Inputs
4949

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ data "aws_region" "default" {
208208

209209
module "codebuild" {
210210
source = "cloudposse/codebuild/aws"
211-
version = "0.31.1"
211+
version = "0.32.0"
212212
build_image = var.build_image
213213
build_compute_type = var.build_compute_type
214214
build_timeout = var.build_timeout

0 commit comments

Comments
 (0)