mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
11 lines
No EOL
245 B
HCL
11 lines
No EOL
245 B
HCL
output "role_name" {
|
|
value = module.role.role_name
|
|
}
|
|
|
|
output "api_endpoint" {
|
|
value = aws_apigatewayv2_stage.this.invoke_url
|
|
}
|
|
|
|
# output "custom_domain_endpoint" {
|
|
# value = var.domain_name != null ? "https://${var.domain_name}" : null
|
|
# } |