-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Weyder Ferreira
committed
Jan 6, 2023
1 parent
898e5b0
commit e0b308b
Showing
4 changed files
with
7 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,9 @@ | ||
output "name" { | ||
description = "The Policy Name" | ||
value = aws_iam_policy.policy.name | ||
} | ||
|
||
output "description" { | ||
description = "The porpouse of these policy" | ||
value = aws_iam_policy.policy.description | ||
value = aws_iam_policy.aip.name | ||
} | ||
|
||
output "arn" { | ||
description = "The ARN assigned by AWS to this policy" | ||
value = aws_iam_policy.policy.arn | ||
} | ||
|
||
output "path" { | ||
description = "The path of the policy in IAM" | ||
value = aws_iam_policy.policy.path | ||
value = aws_iam_policy.aip.arn | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters