mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
9 lines
232 B
HCL
9 lines
232 B
HCL
output "policy_arn" {
|
|
value = aws_iam_policy.policy.arn
|
|
description = "ARN of the created IAM policy"
|
|
}
|
|
|
|
output "policy_name" {
|
|
value = aws_iam_policy.policy.name
|
|
description = "Name of the created IAM policy"
|
|
}
|