created new 101 folder and added tf files and readme.md

This commit is contained in:
Eric D
2022-12-15 10:42:43 -05:00
parent 276af30347
commit 1eb6e680f9
5 changed files with 221 additions and 0 deletions

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