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