mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +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"
|
|
}
|