Changed resource names to snake case
This commit is contained in:
@ -3,7 +3,7 @@ output "resource_group_name" {
|
||||
}
|
||||
|
||||
output "public_ip_address" {
|
||||
value = azurerm_linux_virtual_machine.myterraformvm.public_ip_address
|
||||
value = azurerm_linux_virtual_machine.my_terraform_vm.public_ip_address
|
||||
}
|
||||
|
||||
output "tls_private_key" {
|
||||
|
Reference in New Issue
Block a user