github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl2_upgrade/azure_shg/expected.pkr.hcl (about)

     1  packer {
     2    required_plugins {
     3      azure = {
     4        source  = "github.com/hashicorp/azure"
     5        version = "~> 1"
     6      }
     7    }
     8  }
     9  
    10  source "azure-arm" "autogenerated_1" {
    11    shared_image_gallery {
    12      gallery_name = "web_app"
    13    }
    14  }
    15  
    16  build {
    17    sources = ["source.azure-arm.autogenerated_1"]
    18  
    19  }