diff --git a/README.md b/README.md index 8d1ee6e..9847455 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ Available targets: | Name | Source | Version | |------|--------|---------| -| [role](#module\_role) | cloudposse/iam-role/aws | 0.9.3 | +| [role](#module\_role) | cloudposse/iam-role/aws | 0.10.0 | | [this](#module\_this) | cloudposse/label/null | 0.24.1 | ## Resources diff --git a/docs/terraform.md b/docs/terraform.md index ca90ffc..2fe5807 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -16,7 +16,7 @@ | Name | Source | Version | |------|--------|---------| -| [role](#module\_role) | cloudposse/iam-role/aws | 0.9.3 | +| [role](#module\_role) | cloudposse/iam-role/aws | 0.10.0 | | [this](#module\_this) | cloudposse/label/null | 0.24.1 | ## Resources diff --git a/iam.tf b/iam.tf index 0924b84..64e9931 100644 --- a/iam.tf +++ b/iam.tf @@ -1,6 +1,6 @@ module "role" { source = "cloudposse/iam-role/aws" - version = "0.9.3" + version = "0.10.0" attributes = compact(concat(module.this.attributes, ["log", "group"]))