Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Get Azure VM and VM Scale Set recommendations based on workload, performance, and budget needs.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
workflows/vm-creator/examples/terraform/outputs.tf
1output "vm_id" {2value = azurerm_linux_virtual_machine.main.id3}45output "public_ip" {6value = azurerm_public_ip.main.ip_address7}8