mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
7 lines
111 B
HCL
7 lines
111 B
HCL
output "role_arn" {
|
|
value = aws_iam_role.this.arn
|
|
}
|
|
|
|
output "role_name" {
|
|
value = aws_iam_role.this.name
|
|
}
|