Skip to content

Commit

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

* 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>
  • Loading branch information
4 people authored Mar 1, 2021
1 parent af82cc4 commit faa4442
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,19 @@ For automated tests of the complete example using [bats](https://github.com/bats
|------|---------|
| aws | >= 2.0 |

## Modules

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

## Resources

| Name |
|------|
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) |

## Inputs

| Name | Description | Type | Default | Required |
Expand Down Expand Up @@ -175,7 +188,6 @@ For automated tests of the complete example using [bats](https://github.com/bats
| role\_id | The stable and unique string identifying the role |
| role\_name | The name of the IAM role created |
| role\_policy\_document | IAM policy to access chamber S3 |

<!-- markdownlint-restore -->


Expand Down
14 changes: 13 additions & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
|------|---------|
| aws | >= 2.0 |

## Modules

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

## Resources

| Name |
|------|
| [aws_iam_policy_document](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document) |

## Inputs

| Name | Description | Type | Default | Required |
Expand Down Expand Up @@ -49,5 +62,4 @@
| role\_id | The stable and unique string identifying the role |
| role\_name | The name of the IAM role created |
| role\_policy\_document | IAM policy to access chamber S3 |

<!-- markdownlint-restore -->
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data "aws_iam_policy_document" "base" {

module "role" {
source = "cloudposse/iam-role/aws"
version = "0.8.0"
version = "0.9.2"

enabled = module.this.enabled && var.role_enabled ? true : false

Expand Down

0 comments on commit faa4442

Please sign in to comment.