mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
7 lines
No EOL
130 B
HCL
7 lines
No EOL
130 B
HCL
output "role_name" {
|
|
value = module.role.role_name
|
|
}
|
|
|
|
output "api_endpoint" {
|
|
value = aws_apigatewayv2_stage.this.invoke_url
|
|
} |