User Story 60501: 101-sql-database (#217)
* Part of POC to test generating sample code and articles using OpenAI. * Changes per Code Review
This commit is contained in:
13
quickstart/101-sql-database/outputs.tf
Normal file
13
quickstart/101-sql-database/outputs.tf
Normal file
@ -0,0 +1,13 @@
|
||||
output "resource_group_name" {
|
||||
value = azurerm_resource_group.rg.name
|
||||
}
|
||||
|
||||
output "sql_server_name" {
|
||||
value = azurerm_mssql_server.server.name
|
||||
}
|
||||
|
||||
|
||||
output "admin_password" {
|
||||
sensitive = true
|
||||
value = local.admin_password
|
||||
}
|
Reference in New Issue
Block a user