Skip to content

Commit e3506cf

Browse files
authored
[aws/root-iam] Allow users manage access keys (#58)
* Allow users manage access keys
1 parent 5473023 commit e3506cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/root-iam/root.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ variable "root_account_readonly_user_names" {
1212

1313
# Provision group access to root account with MFA
1414
module "organization_access_group_root" {
15-
source = "git::https://github.com/cloudposse/terraform-aws-iam-assumed-roles.git?ref=tags/0.2.0"
15+
source = "git::https://github.com/cloudposse/terraform-aws-iam-assumed-roles.git?ref=tags/0.5.0"
1616
namespace = "${var.namespace}"
1717
stage = "root"
1818
admin_name = "admin"

0 commit comments

Comments
 (0)