Part of POC to test generating sample code and articles using OpenAI. (#212)
This commit is contained in:
11
quickstart/101-traffic-manager-external-endpoint/outputs.tf
Normal file
11
quickstart/101-traffic-manager-external-endpoint/outputs.tf
Normal file
@ -0,0 +1,11 @@
|
||||
output "resource_group_name" {
|
||||
value = azurerm_resource_group.rg.name
|
||||
}
|
||||
|
||||
output "azurerm_traffic_manager_profile_name" {
|
||||
value = azurerm_traffic_manager_profile.profile.name
|
||||
}
|
||||
|
||||
output "azurerm_traffic_manager_profile_fqdn" {
|
||||
value = azurerm_traffic_manager_profile.profile.fqdn
|
||||
}
|
Reference in New Issue
Block a user