Skip to content

Commit

Permalink
update variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Dugar committed Apr 14, 2021
1 parent 1ae1759 commit c891575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module "cross-access-role" {
enabled = true
label_order = ["environment", "name"]

master_account_arn = "arn:aws:iam::xxxxxxxxxxx:root"
master_account_user = "arn:aws:iam::xxxxxxxxxxx:root"
policy_arn = "arn:aws:iam::aws:policy/AdministratorAccess"
}
}

0 comments on commit c891575

Please sign in to comment.