Skip to content

Commit

Permalink
Update Terraform cloudposse/iam-role/aws to v0.9.3 (#15)
Browse files Browse the repository at this point in the history
* Update Terraform cloudposse/iam-role/aws to v0.9.3

* Auto Format

* trigger GH actions

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
Co-authored-by: SweetOps <vladimir.fess@gmail.com>
  • Loading branch information
4 people authored Mar 4, 2021
1 parent 9c40e38 commit be44d4e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,16 @@ Available targets:

| Name | Source | Version |
|------|--------|---------|
| role | cloudposse/iam-role/aws | 0.9.1 |
| role | cloudposse/iam-role/aws | 0.9.3 |
| this | cloudposse/label/null | 0.24.1 |

## Resources

| Name |
|------|
| [aws_cloudwatch_log_group](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/cloudwatch_log_group) |
| [aws_cloudwatch_log_stream](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/cloudwatch_log_stream) |
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/iam_policy_document) |
| [aws_cloudwatch_log_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) |
| [aws_cloudwatch_log_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_stream) |
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) |

## Inputs

Expand Down
8 changes: 4 additions & 4 deletions docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@

| Name | Source | Version |
|------|--------|---------|
| role | cloudposse/iam-role/aws | 0.9.1 |
| role | cloudposse/iam-role/aws | 0.9.3 |
| this | cloudposse/label/null | 0.24.1 |

## Resources

| Name |
|------|
| [aws_cloudwatch_log_group](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/cloudwatch_log_group) |
| [aws_cloudwatch_log_stream](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/resources/cloudwatch_log_stream) |
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/2.0/docs/data-sources/iam_policy_document) |
| [aws_cloudwatch_log_group](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_group) |
| [aws_cloudwatch_log_stream](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cloudwatch_log_stream) |
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) |

## Inputs

Expand Down
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ provider "aws" {
}

module "cloudwatch_log" {
source = "../../"
source = "../../"

stream_names = var.stream_names

Expand Down
6 changes: 3 additions & 3 deletions iam.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module "role" {
source = "cloudposse/iam-role/aws"
version = "0.9.1"
version = "0.9.3"

attributes = compact(concat(module.this.attributes, list("log"), list("group")))

role_description = "Cloudwatch ${module.this.id} logs role"
policy_description = "Cloudwatch ${module.this.id} logs policy"

Expand Down

0 comments on commit be44d4e

Please sign in to comment.