Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohan Yadav committed Nov 1, 2019
1 parent 6da9ff5 commit 1d25ecb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _example/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ module "iam-role" {
name = "iam-role"
application = "clouddrove"
environment = "test"
label_order = ["environment", "name", "application"]
label_order = ["application", "name", "name"]

assume_role_policy = data.aws_iam_policy_document.default.json

policy_enabled = true
Expand Down

0 comments on commit 1d25ecb

Please sign in to comment.