We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5473023 commit e3506cfCopy full SHA for e3506cf
aws/root-iam/root.tf
@@ -12,7 +12,7 @@ variable "root_account_readonly_user_names" {
12
13
# Provision group access to root account with MFA
14
module "organization_access_group_root" {
15
- source = "git::https://github.com/cloudposse/terraform-aws-iam-assumed-roles.git?ref=tags/0.2.0"
+ source = "git::https://github.com/cloudposse/terraform-aws-iam-assumed-roles.git?ref=tags/0.5.0"
16
namespace = "${var.namespace}"
17
stage = "root"
18
admin_name = "admin"
0 commit comments