created new 101 folder and added tf files and readme.md
This commit is contained in:
7
quickstart/101-windows-vm-with-iis-server/outputs.tf
Normal file
7
quickstart/101-windows-vm-with-iis-server/outputs.tf
Normal file
@ -0,0 +1,7 @@
|
||||
output "resource_group_name" {
|
||||
value = azurerm_resource_group.rg.name
|
||||
}
|
||||
|
||||
output "public_ip_address" {
|
||||
value = azurerm_windows_virtual_machine.my_terraform_vm.public_ip_address
|
||||
}
|
Reference in New Issue
Block a user