Skip to content

Commit

Permalink
Update Terraform cloudposse/iam-policy-document-aggregator/aws to v0.…
Browse files Browse the repository at this point in the history
…8.0 (#23)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 9, 2021
1 parent f7cc6e5 commit f8d64c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ data "aws_iam_policy_document" "assume_role" {

module "aggregated_assume_policy" {
source = "cloudposse/iam-policy-document-aggregator/aws"
version = "0.6.0"
version = "0.8.0"
source_documents = data.aws_iam_policy_document.assume_role.*.json
}

Expand All @@ -28,7 +28,7 @@ resource "aws_iam_role" "default" {

module "aggregated_policy" {
source = "cloudposse/iam-policy-document-aggregator/aws"
version = "0.6.0"
version = "0.8.0"
source_documents = var.policy_documents
}

Expand Down

0 comments on commit f8d64c2

Please sign in to comment.