Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 331 Bytes

05-repl-terraformconsole.md

File metadata and controls

20 lines (16 loc) · 331 Bytes

Lab: Terraform Console

Duration: 5 minutes

  • Task 1: Run and explore the terraform console command
$ terraform console
> azurerm_virtual_machine.training.storage_image_reference
[
  {
    "id" = ""
    "offer" = "UbuntuServer"
    "publisher" = "Canonical"
    "sku" = "16.04.0-LTS"
    "version" = "latest"
  },
]