Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Select, configure, and scale Azure compute resources—VMs, App Service, AKS, and Container Apps
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