github.com/hashicorp/packer@v1.14.3/command/test-fixtures/fmt/unformatted.pkr.hcl (about)

     1  variable "region" {
     2    type =string
     3  }
     4  
     5  source "amazon-ebs" "example" {
     6    region = var.region
     7  }
     8  
     9  build {
    10    sources = ["source.amazon-ebs.example"]
    11  }