Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
ivorsmorenburg authored Jan 25, 2022
1 parent aed9b76 commit f119e07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,8 @@ output "fowarding_ports" {
value = unifi_port_forward.forward
description = "Fowarding ports port_fowards['key']"
}

output "radius_default_id" {
value = data.unifi_radius_profile.default.id
description = "Radius UDM Default"
}

0 comments on commit f119e07

Please sign in to comment.