Part of POC to test generating sample code and articles using OpenAI. (#212)

This commit is contained in:
Tom Archer
2023-04-16 23:35:14 -07:00
committed by GitHub
parent cb11824f70
commit 84e02fea91
5 changed files with 115 additions and 0 deletions

View 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
}