initial put
This commit is contained in:
7
quickstart/101-authn-managed-identity/outputs.tf
Normal file
7
quickstart/101-authn-managed-identity/outputs.tf
Normal file
@ -0,0 +1,7 @@
|
||||
output "resource_group_name" {
|
||||
value = azurerm_resource_group.rg.name
|
||||
}
|
||||
|
||||
output "azurerm_linux_virtual_machine_name" {
|
||||
value = azurerm_linux_virtual_machine.example.name
|
||||
}
|
Reference in New Issue
Block a user