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